Hello Escario,
Tuesday, April 10, 2001, 6:41:49 PM, you wrote:
EJ> Hello,
EJ> I've compiled mod_perl as a Apache module with apxs after I installing
EJ> apache.
EJ> So I load mod_perl with this in the httpd.conf :
EJ> LoadModule Perllibexec/modperl.so
EJ> Next apache restart correctly ...
EJ
Hi there,
I've had similar problems before with a stock install of
Redhat 6.x and their installation of apache + mod_perl (dso) + php
It's been a long time now but if my memory serves me correctly (probably
not) loading mod_perl before php in the httpd.conf file worked (in some
instances).
Re
Hi again,
On Tue, 10 Apr 2001, Escario Julien wrote:
> I forgot a detail : I'm using mod_vhost_alias , is mod_perl compatible ?
It probably isn't the problem, I use it too. But don't take my word for it.
> [Tue Apr 10 19:46:23 2001] [notice] child pid 1500 exit signal
> Segmentation fault (11
Here's exactly the line in httpd.conf :
LoadModule perl_modulelibexec/libperl.so
I'm gone on http://perl.apache.org/guide/ but nothing is said on my
case.
I forgot a detail : I'm using mod_vhost_alias , is mod_perl compatible ?
On apache restart here's what I get in error_log :
[Tue Apr 1
Hi there,
On Tue, 10 Apr 2001, Escario Julien wrote:
> This document contains no data ...
> but why ?
Could be lots of reasons. Often it's because Apache is segfaulting.
Look in the error_log, it might tell you. Have you read the guide?
http://perl/apache.org/guide
73,
Ged.
Hello,
I've compiled mod_perl as a Apache module with apxs after I installing
apache.
So I load mod_perl with this in the httpd.conf :
LoadModule Perllibexec/modperl.so
Next apache restart correctly ...
When I try to get any of the web page, Netscpe return me :
This document contains no data .
>> i have the modperl in /root/.cpan/build/mod_perl-1.2.24
> Funny place to put it.
that's right :)
but i must confess, i didn't find the "right" place yet...
i changed that to /tools/CPAN/build/mod_perl-1.2.24
> Is that where you have Apache too? More
> commonly things are in /usr/src/ or /
i have a installation / configuration problem using mod_perl
apache is version 1.3.14
perl is 5.6.0
the apache was made by
./config \
--prefix=/usr/local/httpd \
--enable-modules=most \
--enable-shared=max
i have the modperl in /root/.cpan/build/mod_perl-1.2.24
and i made it via
perl Makef