Send modauthtkt-users mailing list submissions to modauthtkt-users@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/modauthtkt-users or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of modauthtkt-users digest..." Today's Topics: 1. mod_auth_tkt disables handlers? (Joost Cassee) 2. Re: mod_auth_tkt disables handlers? (Gavin Carr) 3. Re: mod_auth_tkt disables handlers? (Joost Cassee) ---------------------------------------------------------------------- Message: 1 Date: Wed, 25 Oct 2006 11:41:20 +0200 From: Joost Cassee <[EMAIL PROTECTED]> Subject: [modauthtkt-users] mod_auth_tkt disables handlers? To: modauthtkt-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" After having succesfully installed and configured mod_auth_tkt, it seems the response handlers no longer work. No PHP scripts, directory indexes, etc., just plain file serving. I am using 2.0.0rc1 on Apache 2.0.55. Is this a known problem? - Joost -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 542 bytes Desc: OpenPGP digital signature Url : http://sourceforge.net/mailarchive/forum.php?forum=modauthtkt-users/attachments/20061025/8d5ed5bd/attachment.bin ------------------------------ Message: 2 Date: Wed, 25 Oct 2006 20:27:23 +1000 From: Gavin Carr <[EMAIL PROTECTED]> Subject: Re: [modauthtkt-users] mod_auth_tkt disables handlers? To: modauthtkt-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=us-ascii Hi Joost, On Wed, Oct 25, 2006 at 11:41:20AM +0200, Joost Cassee wrote: > After having succesfully installed and configured mod_auth_tkt, it seems > the response handlers no longer work. No PHP scripts, directory indexes, > etc., just plain file serving. > > I am using 2.0.0rc1 on Apache 2.0.55. Is this a known problem? No, mod_auth_tkt works fine with all current versions of 2.0.x, afaik. It also doesn't touch the response handlers at all. Cheers, Gavin ------------------------------ Message: 3 Date: Wed, 25 Oct 2006 15:42:13 +0200 From: Joost Cassee <[EMAIL PROTECTED]> Subject: Re: [modauthtkt-users] mod_auth_tkt disables handlers? To: modauthtkt-users@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" On 25/10/2006 12:27, Gavin Carr wrote: > > On Wed, Oct 25, 2006 at 11:41:20AM +0200, Joost Cassee wrote: >> After having succesfully installed and configured mod_auth_tkt, it seems >> the response handlers no longer work. No PHP scripts, directory indexes, >> etc., just plain file serving. >> >> I am using 2.0.0rc1 on Apache 2.0.55. Is this a known problem? > > No, mod_auth_tkt works fine with all current versions of 2.0.x, > afaik. It also doesn't touch the response handlers at all. That is strange. I have the following config in the global section of my Apache config (actually in /etc/apache2/conf.d/local-tkt): --- SetEnv MOD_AUTH_TKT_CONF "/etc/apache2/config.d/local-tkt" TKTAuthSecret "<somebigsecret>" <Location /> TKTAuthIgnoreIP on TKTAuthDebug 2 TKTAuthDomain .<domain> </Location> --- And then a number of virtual hosts (all <name>.<domain>) with: --- ServerName <name>.<domain> <Location /> AuthType Basic AuthName "Global Login" Require valid-user TKTAuthLoginURL https://login.<domain>/cgi-bin/login.cgi </Location> --- [B.T.W. The documentation fails to mention that AuthName is required when using AuthType.] I am using the supplied login.cgi script (modified to use PAM). The authentication bit works, but then I get a server error (Attempt to serve directory). Using <site>/index.html works. Also, PHP scripts are not interpreted but passed through. When I remove the TKTAuthLoginURL from the Location section, everything works. Do you have any suggestions? - Joost PS. The mailing list software does not set the Reply-To header to the mailing list. I almost replied to you privately. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 542 bytes Desc: OpenPGP digital signature Url : http://sourceforge.net/mailarchive/forum.php?forum=modauthtkt-users/attachments/20061025/d7957240/attachment.bin ------------------------------ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ------------------------------ _______________________________________________ modauthtkt-users mailing list modauthtkt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/modauthtkt-users End of modauthtkt-users Digest, Vol 5, Issue 1 **********************************************