• 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

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