• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Can not restart web server - Unable to manage service by websrvmng

fadelf

New Pleskian
Hi,
When i try to restart Apache web server on CP Plesk i 've this error:
Erreur: Unable to make action: Unable to manage service by websrvmng: websrvmng: Service /etc/init.d/httpd failed to start ('--start', 'web')

What can i do to restart service? I really need help.

thanks.
 
Can you try to restart it manually at the OS level, i.e. "/etc/rc.d/init.d/httpd start" (That's redhat/centos specific, but maybe fedora too)

That should output much more useful errors. Check /var/log/httpd/error_log as well.
 
I've this results after your instructions:
root@ns227095 ~]# /etc/rc.d/init.d/httpd start
Démarrage de httpd :(98)Address already in use: make_sock: could not bind to add ress [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
[ÉCHOUÉ]
[root@ns227095 ~]#
[root@ns227095 ~]#



[root@ns227095 ~]# /var/log/httpd/error_log as well
-bash: /var/log/httpd/error_log: Permission non accordée
[root@ns227095 ~]# /var/log/httpd/error_log
-bash: /var/log/httpd/error_log: Permission non accordée
[root@ns227095 ~]#
 
Back
Top