• 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.

[HELP] Apache service cannot restart

kadoudal

Regular Pleskian
I get : websrvmng: Service /etc/init.d/apache2 failed to restart

/usr/local/psa/admin/sbin/websrvmng -a -v is Ok

apache2ctl configtest
Syntax OK

but then
# apache2ctl start
# apache2ctl graceful
httpd not running, trying to start

error.log is empty

cannot find where to start looking for the problem ...

help welcome !!
 
Hello,

Try to perform the following command:

===

# strace -o apache.log -f /etc/init.d/apache2 restart

===

Then you can check the strace log file (apache.log) and find out what causes this issue:

===

# less apache.log

===
 
Back
Top