|
Sounds like you should edit your httpd.conf.. it can be located in different places depending on the version of linux/unix your using (im assuming your not on windows).
pico `find /etc -name httpd.conf`
or if you dont have pico,
vi `find /etc -name httpd.conf`
|