You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Huan Wang <wa...@mbox2.singnet.com.sg> on 1998/12/30 07:46:25 UTC

mod_access/3608: directive in srm.conf is invalid

>Number:         3608
>Category:       mod_access
>Synopsis:       <Files> directive in srm.conf is invalid
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Tue Dec 29 22:50:00 PST 1998
>Last-Modified:
>Originator:     wanghuan@mbox2.singnet.com.sg
>Organization:
apache
>Release:        1.3.3
>Environment:
WinNT4.0 workstation/Service pack 3
>Description:
I installed apache1.3.3 for WinNT from the folling file:
apache_1_3_3.exe        09-Oct-1998 02:14   2.7M  1.3.3 Win32 binary

After all the basic configuration, I do some modification in srm.conf 
as follows because a file name start with a '.' is not allowed in WinNT. 

#########################################################
AccessFileName _htaccess

<Files _htaccess>
order allow,deny
deny from all
</Files>
#########################################################

But I can still access the file '_htaccess' through a client.
>How-To-Repeat:

>Fix:

>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]