You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Carl Holm <vp...@earthlink.net> on 2003/02/25 01:49:03 UTC

"Apache" module

Does anyone know where to find the "Apache" module mentioned ("use 
Apache;") in the "tracking users with cookies" code example code found 
in the Apache::Session manpage?  

Thanks,

Carl Holm,
vpulse@earthlink.net




Re: "Apache" module

Posted by Perrin Harkins <pe...@elem.com>.
[please keep it on the list]

Carl Holm wrote:
> I'm running mod_perl2

The examples in the documentation of Apache::Session are for mod_perl 
1.x.  If you want to run them under mod_perl 2, you have to port them or 
use the backward compatibility functions.  Documentation is on the 
perl.apache.org site.

Note that these examples are pretty trivial and should not be hard for 
you to port.  Apache::Session itself is in no way tied to any version of 
mod_perl.

- Perrin


Re: "Apache" module

Posted by Perrin Harkins <pe...@elem.com>.
On Mon, 2003-02-24 at 19:49, Carl Holm wrote:
> Does anyone know where to find the "Apache" module mentioned ("use 
> Apache;") in the "tracking users with cookies" code example code found 
> in the Apache::Session manpage?  

It's part of mod_perl.  If you have installed mod_perl 1.x, you have it.