Re: Reading PerlSetVar in mod_perl2

2006-10-25 Thread Perrin Harkins
[EMAIL PROTECTED] wrote: This does not differentiate the behaviour from apache 1.3 If you're looking for a big announcement saying that the behavior was changed, I don't think you'll find one. It might have been unintended. It might have been a bug in apache 1.3. It's an httpd issue, so if

RE: Reading PerlSetVar in mod_perl2

2006-10-25 Thread khan.sajid
Thanks again for the reply > 1.This was not happening in apache 1.3, Is there any apache 2 > documentation which mentions this behaviour >>http://httpd.apache.org/docs/2.0/sections.html >>"Later sections override earlier ones." This does not differentiate the behaviour from apac

Re: Reading PerlSetVar in mod_perl2

2006-10-24 Thread Perrin Harkins
On Tue, 2006-10-24 at 22:43 +0530, sajid khan wrote: > 1.This was not happening in apache 1.3, Is there any apache 2 > documentation which mentions this behaviour http://httpd.apache.org/docs/2.0/sections.html "Later sections override earlier ones." > 2.Does the Location

Re: Reading PerlSetVar in mod_perl2

2006-10-24 Thread sajid khan
I would really appreciate any replies for the below Thanks in AdvanceOn 10/24/06, sajid khan <[EMAIL PROTECTED]> wrote: Hi Philip,   I already replied to this thread, since I dont see my posting I am replying it again   >>Last location directive wins for the same location is why.  This is an httpd

Re: Reading PerlSetVar in mod_perl2

2006-10-23 Thread sajid khan
Hi Philip,   I already replied to this thread, since I dont see my posting I am replying it again   >>Last location directive wins for the same location is why.  This is an httpd thing having >>nothing to do with mod_perl I see that last Location directive is winning, I have 2 questions regarding t

RE: Reading PerlSetVar in mod_perl2

2006-10-23 Thread khan.sajid
(WT01 - Computing Systems & Storage); modperl@perl.apache.org Subject: Re: Reading PerlSetVar in mod_perl2 > / > /SSLRequireSSL > //SetHandlerperl-script// > //PerlSetVarsomevar11 > PerlSetVarsomevar2 2 > PerlHan

Re: Reading PerlSetVar in mod_perl2

2006-10-23 Thread Philip M. Gollucci
/ /SSLRequireSSL //SetHandlerperl-script// //PerlSetVarsomevar11 PerlSetVarsomevar2 2 PerlHandler Apache::Hello// // // and then below that PerlAccessHandler Apache::Hello1 You want this: SSLRequireSSL SetHandler

Re: Reading PerlSetVar in mod_perl2

2006-10-21 Thread sajid khan
Perrin, Regarding your questions >>What does $r->location() tell you?  Make sure you are loading >>Apache2::RequestUtil. $r->location() returns the same mapping /someurl and I am loading the Apache2::RequestUtil. One more thing I need to convey, infact I have two location block for same mapping

RE: Reading PerlSetVar in mod_perl2

2006-10-19 Thread Perrin Harkins
On Thu, 2006-10-19 at 13:22 +0530, [EMAIL PROTECTED] wrote: > Thanks Perrin for the reply, > >Most likely you are not actually in the Location block that you think > you're in > I am on the same Location block What does $r->location() tell you? Make sure you are loading Apache2::RequestUtil. >

RE: Reading PerlSetVar in mod_perl2

2006-10-19 Thread khan.sajid
dler but not with much help Thanks Sajid -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED] Sent: Thursday, October 19, 2006 1:11 AM To: Sajid Khan (WT01 - Computing Systems & Storage) Cc: modperl@perl.apache.org Subject: Re: Reading PerlSetVar in mod_perl2 On

Re: Reading PerlSetVar in mod_perl2

2006-10-18 Thread Perrin Harkins
On Wed, 2006-10-18 at 15:30 +0530, [EMAIL PROTECTED] wrote: > > SSLRequireSSL > SetHandlerperl-script > PerlHandler Apache::Hello > PerlSetVarsomevar1 1 > PerlSetVarsomevar2 2 > PerlSetVarsomevar3 3 > PerlSetVarso

Reading PerlSetVar in mod_perl2

2006-10-18 Thread khan.sajid
Hi All,   I asked the same question before but with not much help so I am asking it again, The below configuration is added to a configuration file and that is included in httpd.conf     SSLRequireSSL  SetHandler    perl-script  PerlHandler   Apache::Hello  PerlSetVar