https://issues.apache.org/bugzilla/show_bug.cgi?id=41867
--- Comment #13 from rahul <[EMAIL PROTECTED]> 2008-08-13 11:25:56 PST ---
Here is my conf
==========================================================
ServerRoot "/space/store/apache.06.Aug/install"
Listen 8080
LoadModule access_compat_module modules/mod_access_compat.so
User daemon
Group daemon
ServerName agneyam
DocumentRoot "/tmp/apache/htdocs"
<Directory />
Options FollowSymLinks
AllowOverride None
Require all denied
</Directory>
<Directory "/tmp/apache/htdocs">
Options Indexes FollowSymLinks
AllowOverride None
AuthzMergeRules Off
</Directory>
<DirectoryMatch ^/tmp/apache/htdocs/private>
Deny from all
</DirectoryMatch>
==========================================================
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]