• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

[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