[users@httpd] FilesMatch Problem

2011-03-14 Thread Dennis Putnam
Sometimes the config file seems like black magic and I am no magician. I have a password required for one of my directories but I need for a couple of files to be unprotected. The authorization works just fine but it also requires authorization for the FilesMatch files. Here is my config file for

Re: [users@httpd] FilesMatch Problem

2011-03-14 Thread Igor Cicimov
http://wiki.apache.org/httpd/BypassAuthenticationOrAuthorizationRequirements Check the Satisfy directive. On Tue, Mar 15, 2011 at 10:17 AM, Dennis Putnam d...@bellsouth.net wrote: Sometimes the config file seems like black magic and I am no magician. I have a password required for one of my

Re: [users@httpd] FilesMatch Problem

2011-03-14 Thread Dennis Putnam
Thanks for the reply. I tried a few things and I guess I don't really understand where to use it. I can't use it in the directory outer directory block as that would give access to the entire thing. When I use it within the FilesMatch block it does something weird. It displays the page but still

Re: [users@httpd] FilesMatch Problem

2011-03-14 Thread William A. Rowe Jr.
On 3/14/2011 8:22 PM, Dennis Putnam wrote: Thanks for the reply. I tried a few things and I guess I don't really understand where to use it. I can't use it in the directory outer directory block as that would give access to the entire thing. When I use it within the FilesMatch block it does

Re: [users@httpd] FilesMatch Problem

2011-03-14 Thread Dennis Putnam
Doh! I didn't. You were the first to notice that. They should be '|'. However, the result is the same. On 3/14/2011 10:37 PM, William A. Rowe Jr. wrote: On 3/14/2011 8:22 PM, Dennis Putnam wrote: Thanks for the reply. I tried a few things and I guess I don't really understand where to use it.