Re: mod_perl causing Apache Segmentation fault

"Mauritz Hansen" <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
Hi Dave,

Thanks for this pointer. Got it fixed in the end by changing a part of my
Apache configuration from

PerlSwitches -I/srv/www/example.com/application/lib/
<Perl>
   use lib qw( /srv/www/example.com/application/lib/ );
</Perl>
PerlModule application

to

<Perl>
   use lib qw( /srv/www/example.com/application/lib/ );
</Perl>



>
> On 17 Feb 2012, at 14:03, Mauritz Hansen wrote:
>
>>    #17 0x000000000046432b in invoke_cmd (cmd=0x5b9880,
>> parms=0x7fffffffe770, mconfig=0x844728, args=0x89b7d8 "use lib qw(
>> /usr/local/apache2/virtualhosts/api.nwwi.nl /httpdocs/lib/ );\n") at
>> config.c:757
>
> This appears to be what it's trying to do. Take that directive
> out and see what happens?
>
>
>
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.