Results 1 to 3 of 3
I recently installed CentOS 5.2 from a DVD ISO that I downloaded so it is the "standard" installation.
I'm trying to figure out how to get Apache to start on ...
- 07-18-2008 #1Just Joined!
- Join Date
- Jul 2008
- Posts
- 9
[SOLVED] Newbie issue, CentOS 5.2
I recently installed CentOS 5.2 from a DVD ISO that I downloaded so it is the "standard" installation.
I'm trying to figure out how to get Apache to start on system start up but most of the tutorials that I have come upon reference files in /usr/local/apache/ or /usr/local/apache2/. Neither of these directories are present on my machine. I have found httpd.conf in /etc/httpd/conf/ but I can't find some of the other needed files. If someone can give me some guidance would be appreciated.
- 07-18-2008 #2
You need to use the chkconfig command e.g.
Alternatively you can use system-config-services or ntsysv.Code:chkconfig httpd on
- 07-18-2008 #3Just Joined!
- Join Date
- Jul 2008
- Posts
- 9
Thank you daark.child. That was easy and simple.


