FollowSymLinks in sub-directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




We are trying to use the following config to allow a listing of files in the /htdocs/buslist/ directory but not in the /htdocs/ directory.


In the absence of index.html in the /htodcs/buslist/ directory, Apache responds with

"Forbidden

You don't have permission to access /buslist/ on this server."

I have verified that the Auth directives are working properly.

Is there any way to bet a sub directory to produce file listings?

Thanks in advance for any help!




<Directory "c:/nwls/htdocs/">
    Options FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>


<Directory "c:/nwls/htdocs/buslist/">
   AuthName "Password Required"
   AuthType Basic
   AuthBasicProvider mysql
   AuthnMySQLServerConfig SRV1
   Require valid-user
</Directory>





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux