Re: Seg Fault with PHP and Perl together

2002-09-05 Thread Enrico Sorcinelli
On Wed, 04 Sep 2002 18:17:44 +0100 Jon Harris [EMAIL PROTECTED] wrote: Hi I inherited a very happy cobalt raq3 with 2 sites using embedded Perl which work very well. There are about 20 sites on the box. I needed to get PHP running on the same box, so I made the module, added it into the

Seg Fault with PHP and Perl together

2002-09-04 Thread Jon Harris
Hi I inherited a very happy cobalt raq3 with 2 sites using embedded Perl which work very well. There are about 20 sites on the box. I needed to get PHP running on the same box, so I made the module, added it into the httpd.conf and PHP was working fine - Except that it broke the perl sites.

Re: Seg Fault with PHP and Perl together

2002-09-04 Thread wsheldah
. Are you using apache 1.3.26? (anything older has a well-known security exploit). What version of mod_perl? Wes Jon Harris [EMAIL PROTECTED] on 09/04/2002 01:17:44 PM To: [EMAIL PROTECTED] cc:(bcc: Wesley Sheldahl/Lex/Lexmark) Subject: Seg Fault with PHP and Perl together Hi I inherited

Re: Seg Fault with PHP and Perl together

2002-09-04 Thread WC -Sx- Jones
# mod_perl - perl Makefile.PL \ USE_APXS=1 \ WITH_APXS=/usr/local/apache/bin/apxs \ EVERYTHING=1 \ USE_DSO=1 # PHP - ./configure --with-apxs=/usr/local/apache/bin/apxs \   --enable-force-cgi-redirect \   --enable-discard-path \   --with-pear \   --enable-safe-mode \   --with-openssl \  

Re: Seg Fault with PHP and Perl together

2002-09-04 Thread Ged Haywood
Hi there, On Wed, 4 Sep 2002, Jon Harris wrote: I inherited a very happy cobalt raq3 with 2 sites using embedded Perl which work very well. There are about 20 sites on the box. I needed to get PHP running on the same box, so I made the module, added it into the httpd.conf and PHP was