You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Matt.Wilkie" <Ma...@gov.yk.ca> on 2003/10/10 18:32:43 UTC

[users@httpd] Why is FilesMatch preferred?

Hi,

The docs[1] say that <FilesMatch> is preferred over <Files> for Apache 1.3
and newer. Why? What happens if I don't? Is there a performance difference?
Security implications?

[1] http://httpd.apache.org/docs/mod/core.html#files


Thanks in advance,


-matt wilkie
--------------------------------------------
Geographic Information,
Information Management and Technology,
Yukon Department of Environment
10 Burns Road * Whitehorse, Yukon * Y1A 4Y9
867-667-8133 Tel * 867-393-7003 Fax
--------------------------------------------  


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Why is FilesMatch preferred?

Posted by Joshua Slive <jo...@slive.ca>.
On Fri, 10 Oct 2003, Matt.Wilkie wrote:

> Hi,
>
> The docs[1] say that <FilesMatch> is preferred over <Files> for Apache 1.3
> and newer. Why? What happens if I don't? Is there a performance difference?
> Security implications?
>
> [1] http://httpd.apache.org/docs/mod/core.html#files

<FilesMatch> if preferred over <Files ~> (the regex form of <Files>).
Ordinary <Files> sections are still fine, and in fact will be faster than
<FilesMatch> (or <Files ~>).  Why is is <Files ~> deprecated?  Just
because <FilesMatch> is clearer and there is no reason to mix two
different syntaxes.

Joshua.

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] APACHE 1.3.27 -> mod_auth_mysql.c

Posted by Alex Pilson <al...@flagshipinteractive.com>.
Anyone ever compiled this module on OS X?

Keep getting errors. I followed two different sets of install 
instructions, but not meant for OS X.
-- 
<--------------------------------------------------------------->
     Alex Pilson
     FlagShip Interactive, Inc.
     alex@flagshipinteractive.com
<--------------------------------------------------------------->

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org