• 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

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