Hi,

I'm completely new to mod_perl. So please don't scold me too hard if i'm
asking silly question. Basically i installed and configured Apache web
server, working fine with out any problem. Now i would like to install
mod_perl. According to documentation using ppm i installed ppd file of
mod_perl. Successfully copied "mod_perl.so" into the modules directory of
Apache webserver.

I included the following statements into httpd.conf file:

Alias /Perl/ /vnallu/http/perl
  
  PerlModule Apache::Registry
  <Location /httpd>
    SetHandler perl-script
    PerlHandler Apache::Registry
    Options ExecCGI
    PerlSendHeader On
    allow from all
  </Location>

When i started the server i'm ended up with the following error message:

"Invalid module PerlModule perhaps mis-spelled or defined by a module not
included in the server configuration."

Is this problem anyway related to mod_perl-1.25.tar.gz. Totally confused.
Please someone kind enough to solve my problem.

Thanks in advance
vnallu

Reply via email to