J
jamesyeeoc
Guest
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)
/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)