This is a discussion on Re: Apache config and mod_perl location? - modperl ; On Sat, 20 Oct 2007, Michael Moon wrote: > When I attempt to start apache I get the error Invalid command > PerlModule. Obviously I don't have httpd.conf configured correctly, You need to first enable mod_perl in httpd.conf; see http://perl.apache.org/docs/2.0/user...bling_mod_perl ...
On Sat, 20 Oct 2007, Michael Moon wrote:
> When I attempt to start apache I get the error Invalid command
> PerlModule. Obviously I don't have httpd.conf configured correctly,
You need to first enable mod_perl in httpd.conf; see
http://perl.apache.org/docs/2.0/user...bling_mod_perl
for details.
> but in reading the instructions I don't understand what
> directory I am supposed to use for the Alias /perl/ directory.
This can be used for, eg, placing Registry script into that
are to be run under ModPerl::Registry. See
http://perl.apache.org/docs/2.0/user...gistry_Scripts
for an example.
--
best regards,
Randy Kobes