Re: mp2: PerlSetVar not working?

2004-07-07 Thread Geoffrey Young
> Now, to make it fail: > put this on the end: > > > $Location{"/"} = { > AuthType => 'Basic', > AuthName => 'Foo', > PerlAuthenHandler => 'Apache::Kinnetics::Authenticate', > 'require' => 'valid-user' > }; > yeah, I see it now - it's the same (known) bug somebody was bitten by earlier

Re: mp2: PerlSetVar not working?

2004-07-07 Thread Matthew Darwin
ok, it helps if you type 'axps' correctly on "perl Makfile.PL". Oops. Anyway, here is the result of the correct testing: [omit makefile and all that stuff] [EMAIL PROTECTED]:~/perlsetvar-bug-mp2# /kinnetics/component/httpd/bin/httpd -d /data1/system/root/perlsetvar-bug-mp2/t -f /data1/system/roo

[mp2] building cvs mod_perl 2

2004-07-07 Thread Randy Kobes
The cvs branch of mod_perl 2 contains some changes that, for one thing, allow the APR and APR::* modules to be used outside of the mod_perl.so environment. We'd like to test this out on a variety of platforms, as it could entail some tweaking of compile/link time flags - of particular concern is AI

Re: Apache-Test module skeletons

2004-07-07 Thread Stas Bekman
Geoffrey Young wrote: hi all... the bug reporting skeleton has become so useful for me (and others) that I have created two new skeletons: http://perl.apache.org/~geoff/Apache-Test-skeleton-mp1.tar.gz http://perl.apache.org/~geoff/Apache-Test-skeleton-mp2.tar.gz these are essentially the same a

Re: Trouble getting mp2 to handle only cgi-bin/*.pl files

2004-07-07 Thread michael
Saju Pillai <[EMAIL PROTECTED]> > I am having some trouble trying to get mod_perl > handle only .pl files from cgi-bin. mp2 wants to > handle all the files in cgi-bin > > My relevant config is ... > > > >Alias /perl/ "/home/srp/ap2/cgi-bin/" >PerlOptions -SetupEnv >

Authen::NTLM

2004-07-07 Thread Phipps, Jeff
Hello, I am having a problem with the Authen:NTLM module 2.07. I am not sure if these are bugs, or I am trying to implement it incorrectly. Problem 1: If it is using a pre-existing user connection, it does not recall the map_user function I am using the map_user function to setup environment

Trouble getting mp2 to handle only cgi-bin/*.pl files

2004-07-07 Thread Saju Pillai
Hello, (Apache 2.0.49, mod_perl 1.99_13, Perl 5.8.3) I am having some trouble trying to get mod_perl handle only .pl files from cgi-bin. mp2 wants to handle all the files in cgi-bin My relevant config is ... Alias /perl/ "/home/srp/ap2/cgi-bin/" PerlOptions -SetupEnv

Re: mp2: PerlSetVar not working?

2004-07-07 Thread Geoffrey Young
> [ error] configure() has failed: > find_apache_module: module name argument is required at > /kinnetics/component/httpd/site_perl/i386-linux-thread-multi/Apache/TestConfig.pm > line 702. hmm, this is strange - unrelated to the PerlSetVar issue, but an issue with Apache-Test for sure :) to c

Re: Apache::AuthenNTLM behind a proxy

2004-07-07 Thread Shannon Eric Peevey
Andrew Green wrote: 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 e