Jump to content

[6.11.0] unable to load webgui


Go to solution Solved by JorgeB,

Recommended Posts

root@Server:~# tail -f /var/log/syslog
Oct  3 18:44:21 Server  sudo:     root : TTY=pts/18 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/nano /var/log/nginx/error.log
Oct  3 18:44:21 Server  sudo: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct  3 18:45:07 Server  sudo: pam_unix(sudo:session): session closed for user root
Oct  3 18:50:56 Server webGUI: Successful login user root from 10.10.7.76
Oct  3 18:51:22 Server  sudo:     root : TTY=pts/18 ; PWD=/root ; USER=root ; COMMAND=/usr/bin/nano /var/log/nginx/error.log
Oct  3 18:51:22 Server  sudo: pam_unix(sudo:session): session opened for user root(uid=0) by root(uid=0)
Oct  3 18:51:50 Server  sudo: pam_unix(sudo:session): session closed for user root
Oct  3 18:54:47 Server  php-fpm[7043]: [WARNING] [pool www] server reached max_children setting (50), consider raising it

 

The first login is from a seperate network over a VPN connection.  I thought maybe that was causing an issue, so I connected directly to the network and tried again.  Then, it says I'm at max_children, I guess this is web processes?

 

Trying to restart the nginx process doesn't seem to do anything, even if I do graceful or quick.

 

root@Server:~# /etc/rc.d/rc.nginx status
Nginx is running
root@Server:~# /etc/rc.d/rc.nginx restart
Checking configuration for correct syntax and
then trying to open files referenced in configuration...
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
Shutdown Nginx gracefully...
^C
root@Server:~# /etc/rc.d/rc.nginx term
Shutdown Nginx quickly...

 

Link to comment

Update: I manually killed the pid and then restarted nginx.  I'm noticing that the pid in /run/nginx.pid file is always one number lower than the actual pid.  Is this normal behavior?  Does it matter?  

 

After killing the pid and starting nginx and verifying nginx was running, the web gui still doesn't load.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...