You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Klavs Klavsen <kl...@vsen.dk> on 2006/10/16 10:09:46 UTC

mod_perl-2 and apache-2.2 problem

Hi Guys,

I've been testing mod_perl-2.0.2 with Apache-2.2.0 and have found a
problem with the perlsection configuration for apache - which I'm very
reliant on (use it for developers, where it automagically configures the
server for the developer).

The problem is, that it does not like ExecCGI any longer:
$parms->add_config() has failed: Option ExecCGI not allowed here at
/usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Apache2/PerlSections.pm
line 203

It is ofcourse the exact same config which works 100% with apache-2.0 -
and also works with apache-2.2, when I write it outside of perl sections.

I've searched the list, and it seems this is a known problem:
http://mail-archives.apache.org/mod_mbox/perl-modperl/200603.mbox/%3c200603131940.44704.torsten.foertsch@gmx.net%3e

I would like to know if this patch (if it works) is going to be part of a
2.0.3 release?

-- 
Regards,
Klavs Klavsen, GSEC - kl@vsen.dk - http://www.vsen.dk
PGP: 7E063C62/2873 188C 968E 600D D8F8  B8DA 3D3A 0B79 7E06 3C62

"Those who do not understand Unix are condemned to reinvent it, poorly."
  --Henry Spencer


Re: mod_perl-2 and apache-2.2 problem

Posted by Klavs Klavsen <kl...@vsen.dk>.
I thought the subject was very descriptive - as it's a problem with
mod_perl-2, which only exists, when using it with apache-2.2.

On Mon, October 16, 2006 16:08, gerard such said:
> Is the subject "mod_perl-2 and apache-2.2 problem" really appropriate?
> I've
> just being searching through the mailing list recently and there a good
> subject is really appreciated.
>
>
>
>
> 2006/10/16, Klavs Klavsen <kl...@vsen.dk>:
>>
>>
>> On Mon, October 16, 2006 10:18, Philip M. Gollucci said:
>> [SNIP]
>> >> I would like to know if this patch (if it works) is going to be part
>> of
>> >> a
>> >> 2.0.3 release?
>> > Yes, it was committed   Mar 9, 2006, 12:19 PM
>> > http://svn.apache.org/viewvc?view=rev&revision=384596
>> >
>> > I'll hopefully have some time again, to pick up where I left off on
>> the
>> > 2.0.3 release cycle.
>> > Sorry for the delay folks, that pesky think called life/work.
>> >
>> hehe - I know it's very annoying :)
>>
>> Looking forward to a 2.0.3 release.
>> --
>> Regards,
>> Klavs Klavsen, GSEC - kl@vsen.dk - http://www.vsen.dk
>> PGP: 7E063C62/2873 188C 968E 600D D8F8  B8DA 3D3A 0B79 7E06 3C62
>>
>> "Those who do not understand Unix are condemned to reinvent it, poorly."
>>   --Henry Spencer
>>
>>
>
>
> --
> ----------------------------------------
> (signatura)
> Eps, el meu bloc personal
> http://www.camandules.info
>


-- 
Regards,
Klavs Klavsen, GSEC, klavs@EnableIT.dk http://www.EnableIT.dk
Open Source Server, Security and Network Consulting
PGP: 7E063C62/2873 188C 968E 600D D8F8  B8DA 3D3A 0B79 7E06 3C62

"Open Source Software - Sometimes you get more than you paid for."


Re: mod_perl-2 and apache-2.2 problem

Posted by gerard such <ge...@gmail.com>.
Is the subject "mod_perl-2 and apache-2.2 problem" really appropriate? I've
just being searching through the mailing list recently and there a good
subject is really appreciated.




2006/10/16, Klavs Klavsen <kl...@vsen.dk>:
>
>
> On Mon, October 16, 2006 10:18, Philip M. Gollucci said:
> [SNIP]
> >> I would like to know if this patch (if it works) is going to be part of
> >> a
> >> 2.0.3 release?
> > Yes, it was committed   Mar 9, 2006, 12:19 PM
> > http://svn.apache.org/viewvc?view=rev&revision=384596
> >
> > I'll hopefully have some time again, to pick up where I left off on the
> > 2.0.3 release cycle.
> > Sorry for the delay folks, that pesky think called life/work.
> >
> hehe - I know it's very annoying :)
>
> Looking forward to a 2.0.3 release.
> --
> Regards,
> Klavs Klavsen, GSEC - kl@vsen.dk - http://www.vsen.dk
> PGP: 7E063C62/2873 188C 968E 600D D8F8  B8DA 3D3A 0B79 7E06 3C62
>
> "Those who do not understand Unix are condemned to reinvent it, poorly."
>   --Henry Spencer
>
>


-- 
----------------------------------------
(signatura)
Eps, el meu bloc personal
http://www.camandules.info

Re: mod_perl-2 and apache-2.2 problem

Posted by Klavs Klavsen <kl...@vsen.dk>.
On Mon, October 16, 2006 10:18, Philip M. Gollucci said:
[SNIP]
>> I would like to know if this patch (if it works) is going to be part of
>> a
>> 2.0.3 release?
> Yes, it was committed   Mar 9, 2006, 12:19 PM
> http://svn.apache.org/viewvc?view=rev&revision=384596
>
> I'll hopefully have some time again, to pick up where I left off on the
> 2.0.3 release cycle.
> Sorry for the delay folks, that pesky think called life/work.
>
hehe - I know it's very annoying :)

Looking forward to a 2.0.3 release.
-- 
Regards,
Klavs Klavsen, GSEC - kl@vsen.dk - http://www.vsen.dk
PGP: 7E063C62/2873 188C 968E 600D D8F8  B8DA 3D3A 0B79 7E06 3C62

"Those who do not understand Unix are condemned to reinvent it, poorly."
  --Henry Spencer


Re: mod_perl-2 and apache-2.2 problem

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
this one time in band camp Klavs Klavsen said on 10/16/06 01:09:
> Hi Guys,
> 
> I've been testing mod_perl-2.0.2 with Apache-2.2.0 and have found a
> problem with the perlsection configuration for apache - which I'm very
> reliant on (use it for developers, where it automagically configures the
> server for the developer).
> 
> The problem is, that it does not like ExecCGI any longer:
> $parms->add_config() has failed: Option ExecCGI not allowed here at
> /usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/Apache2/PerlSections.pm
> line 203
> 
> It is ofcourse the exact same config which works 100% with apache-2.0 -
> and also works with apache-2.2, when I write it outside of perl sections.
> 
> I've searched the list, and it seems this is a known problem:
> http://mail-archives.apache.org/mod_mbox/perl-modperl/200603.mbox/%3c200603131940.44704.torsten.foertsch@gmx.net%3e
> 
> I would like to know if this patch (if it works) is going to be part of a
> 2.0.3 release?
Yes, it was committed   Mar 9, 2006, 12:19 PM
http://svn.apache.org/viewvc?view=rev&revision=384596

I'll hopefully have some time again, to pick up where I left off on the 2.0.3 release cycle.
Sorry for the delay folks, that pesky think called life/work.




-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

When I call your name, Girl, it starts to flame
Burning in my heart, Tearing it all apart..
No matter how I try My love I cannot hide....