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
>> 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
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
> 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
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
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::