>> Require file-owner
> This isn't documented syntax; is it a 2.3 thing?
Ne, it's a mod_authz_owner thing:
http://httpd.apache.org/docs/2.2/mod/mod_authz_owner.html
Joost
-
The official User-To-User support forum of the Apache
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/06/2010 04:15 PM, Nick Kew wrote:
> On Wed, 6 Oct 2010 16:08:08 +0100
> Nick Kew wrote:
>
>> On Wed, 6 Oct 2010 10:47:44 -0400
>> Gary Webster wrote:
>>
>>> How do I accomplish something like:
>>
>> The easy tool for this
>
> Dammit, just ove
On Wed, 6 Oct 2010 16:08:08 +0100
Nick Kew wrote:
> On Wed, 6 Oct 2010 10:47:44 -0400
> Gary Webster wrote:
>
> > How do I accomplish something like:
>
> The easy tool for this
Dammit, just overlooked the really easy ...
Require file-owner
which should be ideal since you don't have
multiple
On Wed, 6 Oct 2010 10:47:44 -0400
Gary Webster wrote:
> How do I accomplish something like:
The easy tool for this kind of thing is mod_macro:
http://cri.ensmp.fr/~coelho/mod_macro/
If third-party modules are a problem (e.g. due to a
troublesome boss), there's a dirty approach. Create a
wildca
Hello.
I have directories:
/var/www/html/project/mary
/var/www/html/project/joe
/var/www/html/project/john
/var/www/html/project/fred
.
.
How do I accomplish something like:
AuthName "project"
AuthType Basic
AuthBasicProvider dbm
AuthDBMUserFile whatever
Require user $user
rather tha