• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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