Re: Ticket/cookie based authentication for mod_perl and static frontend

2003-08-28 Thread Charlie Garrison
pport/examples for perl to use in the backend. With thanks to Cees Hek <[EMAIL PROTECTED]> I found mod_auth_tkt which does just what I need. Charlie -- Charlie Garrison[EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia -- Reporting bugs: http://perl.apache.org/bugs/ Mail

Re: Ticket/cookie based authentication for mod_perl and static frontend

2003-08-28 Thread Charlie Garrison
.au/labs/mod_auth_tkt/ I'm on my way to having an elegant solution now. Thanks to all who responded. Charlie -- Charlie Garrison[EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: Ticket/cookie based authentication for mod_perl and static frontend

2003-08-27 Thread Charlie Garrison
rk >very well, though I prefer the cookie method myself. Do you also write the apache module for the frontend server? I'm very competent at perl, but not competent enough to write an apache module. Any other suggestions? Thanks, Charlie -- Charlie Garrison[EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: Ticket/cookie based authentication for mod_perl and static frontend

2003-08-27 Thread Charlie Garrison
nd the requirement for something that works in both modperl and non-modperl servers is also part of the subject line. But I'll try to make the problem/requirements more clear in future emails. Thanks, Charlie -- Charlie Garrison[EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Aust

Re: Ticket/cookie based authentication for mod_perl and static frontend

2003-08-27 Thread Charlie Garrison
Good morning, On 26/8/03 at 8:26 PM +0200, Thomas Klausner <[EMAIL PROTECTED]> wrote: >Hi! > >On Die, Aug 26, 2003 at 09:06:05 +1000, Charlie Garrison wrote: > >>I need to protect resources in both the static (proxy) front-end and >>the mod_perl back-end. I

Ticket/cookie based authentication for mod_perl and static frontend

2003-08-26 Thread Charlie Garrison
odules which I have missed? Are the perceived problems with the above modules really an issue, or should I be able to use one of them without any problems. Thanks, Charlie -- Charlie Garrison[EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia -- Reporting bugs: http

Re: Transparent front-end proxying for many VirtualHosts

2003-03-05 Thread Charlie Garrison
Use mSiteRootDirOptions gcs Use mSitePerlBinDirOptions gcs This setup doesn't put all the rewrite config in the main conf file, but it does centralize it all to make maintenance much easier. And there is only one conf file for each virt host. Charlie -- Charlie Garrison

Re: WEb hosting..

2003-02-28 Thread Charlie Garrison
ed in Australia) offers hosting for mod_perl sites. For more information see <http://www.make-tracks.com/> or for specific hosting details see <http://www.make-tracks.com/hosting.html>. Charlie -- Charlie Garrison[EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia

Re: question about using a proxy with mod_perl

2002-10-18 Thread Charlie Garrison
nd that problem. (And then patching output from oDNS to support it.) Charlie -- Charlie Garrison[EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia

Re: caching dynamic content in the reverse proxy

2002-09-05 Thread Charlie Garrison
nt used, considered fresh for: 2 weeks 20 hr (20%), 5 weeks 2 days (50%), 10 weeks 4 days (100%)). It can be validated with Last-Modified. The site is a great resource for a variety of caching issues. Charlie -- Charlie Garrison[EMAIL PROTECTED] PO Box 141, Windsor, NSW 2756, Australia

Re: HELP??? Installation on MAC OS X

2001-04-27 Thread Charlie Garrison
$"'}->{PerlHandler} = 'Apache::Registry'; $Files{'~ "\.pl$"'}->{Options} = 'ExecCGI'; I'm now able to do all development/testing on my box. I was able to install all needed modules via CPAN without any trouble. This was one of