Re: Requests to the same process

2004-07-05 Thread Perrin Harkins
On Sun, 2004-07-04 at 19:38, Jean-Michel Hiver wrote: The idea is to get always the same apache process to handle requests from the same client. I need this because I want to use something that is in memory, in a mod_perl variable. You need a session to uniquely identify clients.

Apache::AuthenNTLM behind a proxy

2004-07-05 Thread Andrew Green
Hi, I've got a problem trying to set up Apache::AuthenNTLM to secure the administration area for our (mod_perl-based) CMS. The server setup is as follows: * A lightweight port-80 instance of Apache, which deals with all requests for static content, and proxies everything else

Re: Strange

2004-07-05 Thread William McKee
On Fri, Jul 02, 2004 at 05:59:11PM -0400, Perrin Harkins wrote: It's on CPAN. Geoffrey Young announced the latest release on this list four days ago. Hi David, I'd recommend reading Geoffrey's article on perl.com[1] before launching into the perl.apache.org documentation. Geoffrey has also

mp2: PerlSetVar not working?

2004-07-05 Thread Matthew Darwin
I can't figure out what I'm doing wrong. I'm trying to pass a value from httpd.conf to the module I know this used to work in mp1, but I can't seem to get it to work in mp2 Ideas? Thanks. httpd.conf -- PerlModule Apache::Foo Location /nm/foo SetHandler perl-script