Re: IdentityCheck directive in 2.1

2004-08-16 Thread Stas Bekman
Geoffrey Young wrote: actually, what I would do is work around it for now then wait until we have something like APACHE1, APACHE2, and additional breakdowns of APACHE20, APACHE22, and Apache23 (or somesuch). May be just comment out 'IdentityCheck On' with an explanation of why we did so, until we

Re: IdentityCheck directive in 2.1

2004-08-16 Thread Geoffrey Young
>> actually, what I would do is work around it for now then >> wait >> until we have something like APACHE1, APACHE2, and additional >> breakdowns of >> APACHE20, APACHE22, and Apache23 (or somesuch). > > > May be just comment out 'IdentityCheck On' with an explanation of why we > did so, until w

Re: IdentityCheck directive in 2.1

2004-08-16 Thread Stas Bekman
Geoffrey Young wrote: On the perl level yes, but I'm not sure about the config, it should be something like: IdentityCheck On IdentityCheck On but I don't think we have that , Geoff? no, not at the moment, but I think it's likely in order, especially with 2.2 on the way. actua

Re: IdentityCheck directive in 2.1

2004-08-16 Thread Geoffrey Young
> On the perl level yes, but I'm not sure about the config, it should be > something like: > > > > IdentityCheck On > > > > IdentityCheck On > > > but I don't think we have that , Geoff? no, not at the moment, but I think it's likely in order, especially with 2.2 on the

Re: IdentityCheck directive in 2.1

2004-08-15 Thread Stas Bekman
Ian Holsman wrote: The IdentityCheck directive seems to have moved to mod_ident.c in apache 2.1 One of the access tests explitly uses this directive Options None Options Indexes FollowSymLinks AuthName modperl AuthType none IdentityCheck On SetHandler modperl PerlResp

IdentityCheck directive in 2.1

2004-08-15 Thread Ian Holsman
The IdentityCheck directive seems to have moved to mod_ident.c in apache 2.1 One of the access tests explitly uses this directive Options None Options Indexes FollowSymLinks AuthName modperl AuthType none IdentityCheck On SetHandler modperl PerlResponseHandler TestAPI::