Why many redirects

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux