Hi there,

On Sat, 23 Mar 2002, John Kolvereid wrote:

>    I am trying to install/configure mod_perl.  I think
> it is installed but not quite sure.

It's in the Guide. (How do I know if mod_perl is installed?)

> According to the mod_perl Reference Guide the line
>      AddModule mod_perl.c
> should be added to my httpd.conf, otherwise mod_perl
> is not activated.

I think you'd better have a more careful look at that Guide.  You only
need that in your config if you have mod_perl built as a DSO (Dynamic
Shared Object) which means that Apache starts without trhe mod_perl
module and then loads it later when it reads the line

      AddModule mod_perl.c

in httpd.conf.

> when I include the line and try
> to load any page into my browser I get the msg:
>   The document contained no data

Something isn't working right.  :)  Could be all sorts of things.
Read the file mod_perl/SUPPORT to begin with.  Post the information
requested in there.

73,
Ged.

Reply via email to