Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache subdirectorys problem

Status
Not open for further replies.

climan

ISP
May 5, 2002
7
0
0
US
I have a problem I have been running into on my linux server it is running redhat 7.2 with apache 1.3.27

This server is used as a webserver, it right now is only hosting about 5 sites but will host more in the future.

The problem I am having is when you try to access a subdirectory like it comes up and says that the page cannot be found but if you type in it works fine, I will post that part of my httpd.conf below and hopefully one of you will have some suggestions for me.

<VirtualHost 4.18.7.6>
DocumentRoot /home/web/sites/lakewoodlighthouse.org
ServerName ScriptAlias /cgi-bin/ /home/web/sites/lakewoodlighthouse.org/cgi-bin/
CustomLog /home/web/sites/lakewoodlighthouse.org/logs/access_log &quot;combined&quot;
</VirtualHost>

Thank you for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top