Re: PerlAuthenHandler mod_perl 2.0.2, apache 2.2.2 & 2.2.3 problem

2006-11-14 Thread Iván Chavero
Perrin Harkins wrote: That sounds like you aren't even hitting this server. Try shutting it down and see if you still get a response. You have no other VirtualHosts in there? Sometimes your request will fail to match the VirtualHost you expected it to hit and fall through to the default server

Re: PerlAuthenHandler mod_perl 2.0.2, apache 2.2.2 & 2.2.3 problem

2006-11-14 Thread Perrin Harkins
On Tue, 2006-11-14 at 14:40 -0700, Iván Chavero wrote: > I've comented everything and left only this Location > > Alias /prueba /www/imcsk8.example.com/auth > > SetHandler perl-script > PerlResponseHandler NONEXISTENTMODULE > PerlAuthenHandler NONEXISTENTMODULE > Options

Re: PerlAuthenHandler mod_perl 2.0.2, apache 2.2.2 & 2.2.3 problem

2006-11-14 Thread Iván Chavero
Perrin Harkins wrote: On Tue, 2006-11-14 at 14:16 -0700, Iván Chavero wrote: I'm doing tests on a fresh install with one virtual host, here's my virtualhost config file: Try commenting out all of the other Directory, FilesMatch, and Location blocks. Also, try changing PerlResponseHand

Re: PerlAuthenHandler mod_perl 2.0.2, apache 2.2.2 & 2.2.3 problem

2006-11-14 Thread Perrin Harkins
On Tue, 2006-11-14 at 14:16 -0700, Iván Chavero wrote: > I'm doing tests on a fresh install with one virtual host, here's my > virtualhost config file: Try commenting out all of the other Directory, FilesMatch, and Location blocks. Also, try changing PerlResponseHandler for that block to somethi

Re: PerlAuthenHandler mod_perl 2.0.2, apache 2.2.2 & 2.2.3 problem

2006-11-14 Thread Iván Chavero
Perrin Harkins wrote: On Tue, 2006-11-14 at 12:34 -0700, Iván Chavero wrote: I even changed the PerlAuthenHandler value to a non existent module (which i think it should give a startup error) and it gets ignored. That sounds like a config problem to me. I bet you have another Location

Re: PerlAuthenHandler mod_perl 2.0.2, apache 2.2.2 & 2.2.3 problem

2006-11-14 Thread Iván Chavero
Philip M. Gollucci wrote: Michael Peters wrote: Iván Chavero wrote: my mod_perl copile flags are this: perl Makefile.PL MP_APXS=/usr/local/apache-2.2.2/bin/apxs you need EVERYTHING=1 there, or specifically turn on PERL_AUTHEN, PERL_AUTHZ, PERL_ACCESS individually. No. Like um its mod_p

Re: PerlAuthenHandler mod_perl 2.0.2, apache 2.2.2 & 2.2.3 problem

2006-11-14 Thread Perrin Harkins
On Tue, 2006-11-14 at 12:34 -0700, Iván Chavero wrote: > I even changed the PerlAuthenHandler value to a non existent module > (which i think it should give a startup error) and it gets ignored. That sounds like a config problem to me. I bet you have another Location block that is applying to th

Re: PerlAuthenHandler mod_perl 2.0.2, apache 2.2.2 & 2.2.3 problem

2006-11-14 Thread Michael Peters
Philip M. Gollucci wrote: > Michael Peters wrote: >> >> Iván Chavero wrote: >> >>> my mod_perl copile flags are this: >>> >>> perl Makefile.PL MP_APXS=/usr/local/apache-2.2.2/bin/apxs >> >> you need EVERYTHING=1 there, or specifically turn on PERL_AUTHEN, >> PERL_AUTHZ, >> PERL_ACCESS individuall

Re: PerlAuthenHandler mod_perl 2.0.2, apache 2.2.2 & 2.2.3 problem

2006-11-14 Thread Philip M. Gollucci
Michael Peters wrote: Iván Chavero wrote: my mod_perl copile flags are this: perl Makefile.PL MP_APXS=/usr/local/apache-2.2.2/bin/apxs you need EVERYTHING=1 there, or specifically turn on PERL_AUTHEN, PERL_AUTHZ, PERL_ACCESS individually. No. Like um its mod_perl 2 :) AuthType Basic

Re: PerlAuthenHandler mod_perl 2.0.2, apache 2.2.2 & 2.2.3 problem

2006-11-14 Thread Michael Peters
Iván Chavero wrote: > my mod_perl copile flags are this: > > perl Makefile.PL MP_APXS=/usr/local/apache-2.2.2/bin/apxs you need EVERYTHING=1 there, or specifically turn on PERL_AUTHEN, PERL_AUTHZ, PERL_ACCESS individually. -- Michael Peters Developer Plus Three, LP

PerlAuthenHandler mod_perl 2.0.2, apache 2.2.2 & 2.2.3 problem

2006-11-14 Thread Iván Chavero
Hello, I have a very weird problem on solaris 10 (and linux on amd64) with mod_perl 2.0.2 and apache 2.2.3 authentication phase. I have a handler for authentication and session management called Omni, currently have it working on some production systems (using mod_perl 2.0.2 and apache 2.2.2