• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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