The IdentityCheck directive seems to have moved to mod_ident.c in apache 2.1
One of the access tests explitly uses this directive
<Location /TestAPI__access>
Options None
Options Indexes FollowSymLinks
AuthName modperl
AuthType none
IdentityCheck On
SetHandler modperl
PerlResponseHandler TestAPI::access
</Location>Is there any way in the test config to use some kind of #ifdef or something so that it can be excluded when testing 2.1 and included with 2.0?
failing that.. is testing ident required at all?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
