• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

[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