Installed Apache. Bash: 'service httpd status' does nothing,
- by Josh
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…