Re: session expiration

2000-11-20 Thread Tim Bishop
On Mon, 20 Nov 2000, Bill Moseley wrote: > At 03:00 PM 11/20/00 -0600, Trey Connell wrote: > >Is there anyway to know that a user has disconnected from their session > >through network failure, power off, or browser closure? > > How is that different from just going out for a cup of coffee or

Re: how do I store/retrieve a hash through Apache::Session?

2000-11-03 Thread Tim Bishop
On Fri, 3 Nov 2000, Enrique I.Rodriguez wrote: > Maybe a silly question... > > how do I store/retrieve a hash through Apache::Session? store hash references, not hashes. > > This doesn't work... > # retrieve > %table=$session{table}; $tableref = $session{table}; > ... > # store > $sessi

Re: Forking in mod_perl?

2000-10-05 Thread Tim Bishop
On Thu, 5 Oct 2000, Sean D. Cook wrote: > > On Wed, Oct 04, 2000 at 02:42:50PM -0700, David E. Wheeler wrote: > > > Yeah, I was thinking something along these lines. Don't know if I need > > > something as complex as IPC. I was thinking of perhaps a second Apache > > > server set up just to han

Re: SELECT cacheing

2000-09-08 Thread Tim Bishop
On Fri, 8 Sep 2000, Perrin Harkins wrote: > On Fri, 8 Sep 2000, Roger Espel Llima wrote: > > > - If possible, use some existing cache module for the storage, like > > > Apache::Session or one of the m/Cache/ modules on CPAN. > > > > Others have suggested Storable. I've used this one before, an

[Mason]Re: how to check for ssl.

2000-08-03 Thread Tim Bishop
andard/mod_headers.c Wed Oct 27 02:26:53 1999 +++ apache_1.3.12/src/modules/standard/mod_headers.cThu Jul 13 16:53:11 2000 @@ -99,9 +99,52 @@ * To remove a header: * Header unset Author * + * + * Non-standard Additions: + * + *Most code is from mod_rewrite, by

Re: using a 3-tier mod_perl setup

2000-07-18 Thread Tim Bishop
de is from mod_rewrite, by + * Ralf S. Engelschall + * [EMAIL PROTECTED] + *Assembled by Tim Bishop <[EMAIL PROTECTED]> + * + * + * HeaderRewrite (set headers to client using RewriteCond syntax) + * + * Syntax: HeaderRewrite action header rewriteValue

using a 3-tier mod_perl setup

2000-07-11 Thread Tim Bishop
mod_rewrite, by + * Ralf S. Engelschall + * [EMAIL PROTECTED] + *Assembled by Tim Bishop <[EMAIL PROTECTED]> + * + * + * HeaderRewrite (set headers to client using RewriteCond syntax) + * + * Syntax: HeaderRewrite action header rewriteValue

Re: proxy requests via mod_proxy

2000-06-14 Thread Tim Bishop
Kip says: > > I currently use a module written by Ask Bjoern Hansen called > proxy_add_forward. > > Compiling this into your proxy server adds an X-Forwarded-For header to the > proxy requests which contains the ip of the client you're interested in. > > You can find that module here > > h

Re: growing processes

2000-05-08 Thread Tim Bishop
> You're probably doing something that is causing certain variables to have > temporarily large values. As always, start with the guide: > > http://perl.apache.org/guide/performance.html#Memory_leakage > > You should also make sure you're doing the usual pre-loading and other > suggestions fro

Re: crypt() under windows

2000-04-19 Thread Tim Bishop
Hi- We used Martin Vorlaender's Crypt::UnixCrypt module for the same reason you need it - no crypt() on Windows. http://search.cpan.org/search?dist=Crypt-UnixCrypt However we discovered that it is not *exactly* the same as linux crypt(). That is, for some passwords that contained non-alphanu