• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

My websites suddenly died

See if the httpd binaries are present:

/usr/sbin/httpd
and
/usr/sbin/apachectl

Try using the locate or find command to see where the apache/httpd modules are:

locate /httpd/modules/

To try starting the apache service from the command line, use:

service httpd start (or restart)
or
/etc/init.d/httpd start (or restart)
 
httpd is not present i think. there's always a no such file or directory error message.

when try to locate:

root # locate /httpd/modules/
root #

nothing happens

root # /etc/init.d/httpd start
-bash: /etc/init.d/httpd: No such file or directory

restart dont work either
 
and james since you're really trying to help me out, and I thank you for that do you think we can communicate via MSN? If not that's ok
 
Back
Top