• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

[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