Setting-up and running APACHE server

Brad Noyes maitre at ccs.neu.edu
Tue Dec 4 11:05:37 EST 2001


On Tue, Dec 04, 2001 at 10:45:11AM -0500, Ali Taalebi wrote:
> I have not been able to locate the httpd.conf file to check its
> enteries, specially the line for "localhost". 
> Where is httpd.conf is located in RedHat 7.2?
you can try
'find / -name httpd.conf -print' (this may take a while, but will find the file)
on my Red Hat machine httpd.conf was in /etc/httpd/conf

also '/etc/rc.d/init.d/httpd start' should be able to start apache. This script
should already know where the httpd.conf file lives.



More information about the Discuss mailing list