On Fri, Mar 28, 2008 at 12:07 PM, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On Fri, Mar 28, 2008 at 11:38 AM, LDB <[EMAIL PROTECTED]> wrote:
>  > I am trying to password protect a directory but still allow access
>  >  to "all" to a single file within that directory.
>  >
>  >  Is that possible?
>
>  Yes, with a <Files> section inside the <Directory> section that grants
>  access. You didn't specify what kind of protection you are talking
>  about, so it is not possible to provide a specific example.

Oh, wait, you said "password" protect:

<Directory /foo/bar>
Auth.....
require valid-user
<Files unprotected.html>
Satisfy Any
Allow from all
</Files>
</Directory>

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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to