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/config/config.html#Enabling_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/intro/start_fast.html#Registry_Scripts for an example. -- best regards, Randy Kobes