AmaZili Communication
Basic Pleskian
Hi,
we run servers with multiple domains from multiple customers.
One of our server is running CentOS Linux release 7.2.1511 and plesk 12.5.30 CentOS 7 1205160608.10
The domains are configured to run nginx as a proxy and runs as php-fpm served by nginx.
Our servers are updated on a regular base.
The plesk web interface runs well.
We noticed some glitches recently on all the domain running on this server.
First, Let's encrypt certificates did not renewed.
Second, we got Nginx 502 errors every time we tried to access a web page with the form of url like :
the error did not appeared when the url was :
with a trailing /
We then investigated and discovered that the apache server was not running.
in the service management page, a click on start the apache service results in :
On the command line :
results in :
we tried :
then :
everything was [OK]
Tried :
then :
then :
and also :
Nothing changed, the service httpd did not start and :
Is still the same.
Can someone help with this ?
we run servers with multiple domains from multiple customers.
One of our server is running CentOS Linux release 7.2.1511 and plesk 12.5.30 CentOS 7 1205160608.10
The domains are configured to run nginx as a proxy and runs as php-fpm served by nginx.
Our servers are updated on a regular base.
The plesk web interface runs well.
We noticed some glitches recently on all the domain running on this server.
First, Let's encrypt certificates did not renewed.
Second, we got Nginx 502 errors every time we tried to access a web page with the form of url like :
Code:
thisdomain.tld/thissubmenu
Code:
thisdomain.tld/thissubmenu/
We then investigated and discovered that the apache server was not running.
in the service management page, a click on start the apache service results in :
Code:
Error: Unable to make action: Unable to manage service by apache_control_adapter: ('start', 'web'). Error:
On the command line :
Code:
service httpd status -l
results in :
Code:
Redirecting to /bin/systemctl status -l httpd.service
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Drop-In: /usr/lib/systemd/system/httpd.service.d
└─limit_nofile.conf
Active: failed (Result: exit-code) since mer. 2016-09-28 18:20:33 CEST; 14min ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 2857 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 2730 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 2730 (code=exited, status=1/FAILURE)
sept. 28 18:20:26 server.ourdomain.tld systemd[1]: Starting The Apache HTTP Server...
sept. 28 18:20:33 server.ourdomain.tld systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
sept. 28 18:20:33 server.ourdomain.tld kill[2857]: kill: cannot find process ""
sept. 28 18:20:33 server.ourdomain.tld systemd[1]: httpd.service: control process exited, code=exited status=1
sept. 28 18:20:33 server.ourdomain.tld systemd[1]: Failed to start The Apache HTTP Server.
sept. 28 18:20:33 server.ourdomain.tld systemd[1]: Unit httpd.service entered failed state.
sept. 28 18:20:33 server.ourdomain.tld systemd[1]: httpd.service failed.
we tried :
Code:
plesk repair all -y
then :
Code:
plesk repair web
everything was [OK]
Tried :
Code:
yum update
Code:
plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
Code:
/usr/local/psa/admin/sbin/websrvmng -a -v
Code:
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
Nothing changed, the service httpd did not start and :
Code:
service httpd status -l
Can someone help with this ?