You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by co...@decus.org on 1997/02/27 18:21:20 UTC

Changed information for PR config/67

Synopsis: <File> ... </File> directives don't work

State-Changed-From-To: feedback-closed
State-Changed-By: coar@decus.org
State-Changed-When: Thu Feb 27 09:21:19 PST 1997
State-Changed-Why:
The <Files> directive is both documented and implemented
as taking only a single file name/pattern.  The problem
with "directive not available here" was fixed in 1.2b6.
I suggested to the user that he replace the <Files> line
with the following, and he reports that it works.

   <Files ~ "\.(htaccess|htpasswd|pm|pl)$">

It should be pointed out that this will keep CGI
scripts that end in these extensions from running
under certain (all?) circumstances.