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
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
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
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
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
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
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
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
> 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
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
10 matches
Mail list logo