Installed Apache. Bash: 'service httpd status' does nothing,

Posted by Josh on Server Fault See other posts from Server Fault or by Josh
Published on 2010-04-18T02:16:37Z Indexed on 2010/04/18 2:23 UTC
Read the original article Hit count: 616

Filed under:
|
|
|

I just installed Apache 2 on CentOS5 from source (httpd-2.2.15.tar.gz) using:

./configure --prefix=/usr/local/apache
make
make install
/usr/local/apache/bin/apachectl start

I have verified that httpd is running in ps, and verified it is serving the default htdocs page. However, Apache is not found in 'service --status-all' and is not found in '/etc/init.d', so I cannot run 'service httpd status' or '/etc/init.d/httpd start', and other commands.

Any ideas what I am missing?

© Server Fault or respective owner

Related posts about httpd

Related posts about apache