[rt-users] Segmentation faults - any hints?

Russ Johnson russj at dimstar.net
Tue Sep 25 17:37:39 EDT 2001


Ah, I think I found it. I just changed this part of the 
/etc/httpd/conf/httpd.conf:

<IfModule mod_perl.c>
   Alias /perl/ /var/www/perl/
   <Location /perl>
     SetHandler perl-script
     PerlHandler Apache::Registry
     Options +ExecCGI
   </Location>
</IfModule>

to:

<IfModule mod_perl.c>
   PerlFreshRestart off             <---------added this line
   Alias /perl/ /var/www/perl/
   <Location /perl>
     SetHandler perl-script
     PerlHandler Apache::Registry
     Options +ExecCGI
   </Location>
</IfModule>

No SegFaults since adding that and restarting apache.

At 12:02 PM 9/25/2001 -0700, Russ Johnson wrote:
>Where is that option?
>
>At 12:39 PM 9/25/2001 -0400, Jesse Vincent wrote:
>>It's definitely safe not to use it.  That's good to know. I'll revise
>>the docs.
>>
>>
>>On Tue, Sep 25, 2001 at 06:31:49PM +0200, Stephan Lauffer wrote:
>> > hi!
>> >
>> > > And a short first question... noticed some segfaults in
>> > > the error log of apache. So I searched for some hints
>> > > in the mailinglists, but there seems to be no solution
>> > > to fix it (if I searched right).
>> > ...I found a hint in frequent.html shipped with mod_perl-1.26:
>> > " Lots of SegFaults and other problems were reported by
>> > users who had turned PerlFreshRestart On. Most of them have
>> > gone away when it was turned off. It doesn't mean that you
>> > shouldn't use it, if it works for you. Just beware of the dragons..."
>> >
>> > I turned it off and had no segfault the last minutes... what
>> > about this feature PerlFreshRestart - is it save not to use it?
>> > I dont't know enough about hacking perl with apache... :-/
>> >
>> > Liebe Gruesse, with best regards
>> > Stephan Lauffer
>> >
>> > [ Pedagogical University Freiburg - Germany ]
>> > [ http://www.ph-freiburg.de/zik/            ]
>> >
>> >
>> > _______________________________________________
>> > rt-users mailing list
>> > rt-users at lists.fsck.com
>> > http://lists.fsck.com/mailman/listinfo/rt-users
>> >
>>
>>--
>>http://www.bestpractical.com/products/rt  -- Trouble Ticketing. Free.
>>
>>_______________________________________________
>>rt-users mailing list
>>rt-users at lists.fsck.com
>>http://lists.fsck.com/mailman/listinfo/rt-users
>
>Russ Johnson
>Stargate Online
>
>http://www.dimstar.net
>telnet://telnet.dimstar.net
>ICQ: 3739685
>
>
>_______________________________________________
>rt-users mailing list
>rt-users at lists.fsck.com
>http://lists.fsck.com/mailman/listinfo/rt-users

Russ Johnson
Stargate Online

http://www.dimstar.net
telnet://telnet.dimstar.net
ICQ: 3739685





More information about the rt-users mailing list