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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

URL Frame directing to port 81, only document root found

Status
Not open for further replies.

madalluge

Technical User
Oct 4, 2005
3
US
I recently changed the direction of my webserver to port 81, using URL Frame as I have a business site on port 80. @ 00.00.000.000:81 and The zero's are obviously my IP address.

Since then the site comes up fine, but any files in directories other than the document root are not found.../var/ comes up fine. Any other directory where I have files now can't be seen. This is what I have in the httpd.conf file, which has always worked in the past as an example.

<Directory /var/Options -Indexes MultiViews
AllowOverride All
<IfModule mod_access.c>
Order allow,deny
Allow from all
</IfModule>
</Directory>

What am I missing?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top