You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by johnd <jo...@roiad.com> on 2001/12/06 23:53:39 UTC

Re: running mod_perl????

On Thu, Dec 06, 2001 at 03:55:17PM -0700, Paul van Ramshorst wrote:
> Hi there, I am fairly new to Linux and Apache so please bear with me.
> I have installed the apache 1.3.20 that came with Mandrake 8.1.  I installed Apache and Apache_mod_perl and I am wondering if there is a manual configuation I have to make to get mod_perl to work.  I have run various tests but they show mod_perl is NOT running.  I have yet to find documentaion that deals specifically with this problem on this distribution.
> 
> Any help is appreciated.
> Thanks in advance
> 
> Paul


did you compile apache to use dso?

if not...see

http://httpd.apache.org/docs/dso.html

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: running mod_perl????

Posted by Robert Dunlop <rd...@value.net>.
Paul,
----- Original Message -----
From: "Paul van Ramshorst" <pv...@telusplanet.net>
To: <us...@httpd.apache.org>
Sent: Thursday, December 06, 2001 5:21 PM
Subject: Re: running mod_perl????


> Yes my apache has DSO but correct me if I'm wrong, doesn't httpd-perl have
> mod_perl already integrated?
<snip>
To see what's actually in your instance of apache run:
 httpd -l
(you will likely have to su) this will tell you what modules were built-in.
If mod_perl is not in the list, then you will need to do an LoadModule...
AddModule
In my system (OpenBSD) mod_perl is not normally compiled in...

Bobd


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: running mod_perl????

Posted by Paul van Ramshorst <pv...@telusplanet.net>.
Yes my apache has DSO but correct me if I'm wrong, doesn't httpd-perl have
mod_perl already integrated?
I am running httpd and httpd-perl.  It is my understanding that httpd
proxies perl requests to httpd-perl as a default configuration when both are
installed.  Am I missing something?
All the documentation refers to mod_perl as a separate module and this is
why I am confused.
Can someone point me to docs that deal SPECIFICALLY with this configuration?

----- Original Message -----
From: "johnd" <jo...@roiad.com>
To: <us...@httpd.apache.org>
Sent: Thursday, December 06, 2001 3:53 PM
Subject: Re: running mod_perl????


> On Thu, Dec 06, 2001 at 03:55:17PM -0700, Paul van Ramshorst wrote:
> > Hi there, I am fairly new to Linux and Apache so please bear with me.
> > I have installed the apache 1.3.20 that came with Mandrake 8.1.  I
installed Apache and Apache_mod_perl and I am wondering if there is a manual
configuation I have to make to get mod_perl to work.  I have run various
tests but they show mod_perl is NOT running.  I have yet to find
documentaion that deals specifically with this problem on this distribution.
> >
> > Any help is appreciated.
> > Thanks in advance
> >
> > Paul
>
>
> did you compile apache to use dso?
>
> if not...see
>
> http://httpd.apache.org/docs/dso.html
>



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org