I am not using mod_cas I wrote my own authentication module using mod_perl hence I do not refer to the file u refered. Yvo van Doorn-2 wrote: > > This is because without a CASLocalCacheFile parameter set inside your > Location directive every HTTP is redirected to your CAS > authentication. > > Reference source: http://www.sfu.ca/acs/cas/Install_SFU_mod_cas.html > > On 1/24/07, Tracy12 <j_lalith@xxxxxxxxx> wrote: >> >> Hi, >> >> I have a Apache Authentication module defines as follows also I have >> directoryIndex such that >> >> if http://localhost/test will be redirected to >> http://localhost/test/index.html as everyboy knows >> >> also have the following block, but the problem is when I hit >> http://localhost/test it hits the authentication handler many times, can >> someone let us know why is this? >> <Location /test> >> PerlOptions +GlobalRequest >> AuthType CAS >> AuthName "AuthCAS" >> PerlAuthenHandler AuthCAS->authen_handler >> PerlSetVar casUrl "https://test:8443/cas" >> PerlSetVar CAFile "/etc/pki/tls/certs/ca-bundle.crt" >> </Location> >> >> >> -- >> View this message in context: >> http://www.nabble.com/Why-many-redirects-tf3096290.html#a8596212 >> Sent from the Apache HTTP Server - Users mailing list archive at >> Nabble.com. >> >> >> --------------------------------------------------------------------- >> The official User-To-User support forum of the Apache HTTP Server >> Project. >> See <URL:http://httpd.apache.org/userslist.html> for more info. >> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx >> " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx >> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx >> >> > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > > -- View this message in context: http://www.nabble.com/Why-many-redirects-tf3096290.html#a8682439 Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx