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...@hyperreal.org on 1998/02/17 13:21:37 UTC

Re: config/1817: Compatibility from from 1.2.X to 1.3 with

[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. ]


Synopsis: Compatibility from from 1.2.X to 1.3 with <Files>

State-Changed-From-To: open-closed
State-Changed-By: coar
State-Changed-When: Tue Feb 17 04:21:36 PST 1998
State-Changed-Why:
The new-for-1.3 <FilesMatch> directive is *not* a direct
replacement for <Files "pattern">, but for the regex
format, <Files ~ "pattern">.  "*.pl" is a shell pattern,
not a regex one.  Continue to use <Files> for shell
pattern matching.

Thanks for using Apache!
Release-Changed-From-To: 1.3b3 & 1.3b5-1.3b3
Release-Changed-By: coar
Release-Changed-When: Tue Feb 17 04:21:36 PST 1998
Class-Changed-From-To: sw-bug-mistaken
Class-Changed-By: coar
Class-Changed-When: Tue Feb 17 04:21:36 PST 1998
Category-Changed-From-To: general-config
Category-Changed-By: coar
Category-Changed-When: Tue Feb 17 04:21:36 PST 1998



Re: config/1817: Compatibility from from 1.2.X to 1.3 with

Posted by Eric Bartley <ba...@osd.cc.purdue.edu>.
On 17 Feb 1998 coar@hyperreal.org wrote:
> Synopsis: Compatibility from from 1.2.X to 1.3 with <Files>
> 
> The new-for-1.3 <FilesMatch> directive is *not* a direct
> replacement for <Files "pattern">, but for the regex
> format, <Files ~ "pattern">.
Yes I know this. All I was trying to say (in reference to <FileMatch>)
is that I used it as a workaround. I think the bug report is still
unanswered.

>  "*.pl" is a shell pattern,
> not a regex one.  Continue to use <Files> for shell
> pattern matching.
This is the whole point of my bug report. <Files> for shell patterns
didn't work! The same config file I was using for 1.2.5 didn't work
under 1.3, it just ignored <File *.pl> and was returning the text
of my perl scripts instead of executing them.

Eric