• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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