Author Topic: Dashboard monitor showing both apache and nginx. Can i Shut down apache  (Read 4803 times)

0 Members and 1 Guest are viewing this topic.

Offline
***
Hi guys,
in my dashboard monitor, i notice that it shows:


1.

apache webserver = active (httpd.service web server apache "loaded" and "running")
niginx reverse proxy = active


In webserver settings, i have chosen only to run nginx as the webserver by itself.

Can i shut down and disable apache here? Or is this actually running nginx as the webserver but displaying it in dashboard monitor list as "apache"? If it is showing this way, why is nginx also showing up as a reverse proxy when i did not select that option under web server settings?

I am also running cgroups. Is this why apache has started up even though its not selected as a webserver?

2.

I am compiling php72-fpm from the selector in the background.

It is using 100% of my available cpu for the root user.
Is there a way that i can prevent these kinds of tasks from using all available CPU? (or do i not have to worry about this as centos will automatically ensure that webserver processes and websites still function ok?)

Offline
*
1. you can stop apache but you shouldn't remove it as it's still default webserver and nginx is saving logs into apache log locations
2. php build is using more cpu resources only on the make part of the php build to build a php version faster this shouldn't be an issue for other services as they will share resources
VPS & Dedicated server provider with included FREE Managed support for CWP.
http://www.studio4host.com/

*** Don't allow that your server or website is down, choose hosting provider with included expert managed support for your CWP.

Offline
***
thanks for that.