You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Tracy12 <j_...@yahoo.com> on 2007/01/25 04:05:02 UTC

mod_perl Authentication handler / multiple times

Why does the Authentication handler been called many times unnecessarily for
a url pattern like (http://localhost/test), Is there any way to ignore
within the handler it self.

Is it advisable to use  $r->is_initial_req;  and return OK.

<Location /test>

....

.....


</Location>
-- 
View this message in context: http://www.nabble.com/mod_perl-Authentication-handler---multiple-times-tf3096100.html#a8595653
Sent from the mod_perl - General mailing list archive at Nabble.com.