Apache Server configuration support - Show all folders

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > August 2006 > Show all folders





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Show all folders
samgfall@gmail.com

2006-08-03, 1:32 am

I am running the windows version of Apache 2.2 and have run into a
small problem. I have created several virtual servers to handle
subdomains. The subdomains act as HTTP access to FTP sites. In some
of the subdomains I have enabled basic authentication. I have noticed
that all the directories and files that require authentication are
hidden in the index list. I am new to this versions of apache and
wanted to know if anyone could help me out.

Most everything in the conf file is from the default. Here is an
example of a virtual server directive:

<VirtualHost *:80>
ServerName example.server.com
ServerAdmin user@server.com
DocumentRoot "F:/path/to/root"
ErrorLog "F:/logs/example-error.log"
CustomLog "F:/logs/exampble-access.log" common
<Directory "F:/path/to/root/folder1">
Options Includes Indexes
AllowOverride None
Order allow,deny
Allow from all
AuthType Basic
AuthName "authenticate"
AuthUserFile F:/auth/htpasswd
Require valid-user
</Directory>
</VirtualHost>



Thanks,

sam

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com