[Catalyst] (no subject)
samwyse
samwyse at gmail.com
Tue Sep 20 19:02:10 CEST 2005
On 9/19/05, Danh Nguyen <tongnguyen at rogers.com> wrote:
>
> I tried download the mod_perl and istall it. It failed. Then I use the ppm
> to install the mod_perl. This is the result that I got.
> ----------------------------------------
> mod_perl.so has been successfully installed to
> C:/PROGRA~1/APACHE~1/Apache2/modu
> les.
> To enable mod_perl, put in the directives
> LoadFile "C:/Path/to/Perl/bin/perl58.dll"
> LoadModule perl_module modules/mod_perl.so
> in httpd.conf. For more information, visit
> http://perl.apache.org/
> and especially see
> http://perl.apache.org/docs/2.0/rename.html
>
> Successfully installed mod_perl version 2.0.1 in ActivePerl 5.8.7.813.
> ----------------------------------------
>
> I then added this line:
> LoadModule perl_module modules/mod_perl.so
> in the httpd.conf file as:
> ----------
> #LoadModule vhost_alias_module modules/mod_vhost_alias.so
> #LoadModule ssl_module modules/mod_ssl.so
> LoadModule perl_module modules/mod_perl.so
> ---------------
> then I restart Apache. It could not start.
First, this is not a Catalyst question, so you may want to post it
elsewhere, for example on of the USENET groups comp.lang.perl.modules
or comp.infosystems.www.servers.ms-windows. Or, you could joint the
mod_perl mailing list, see http://perl.apache.org/maillist/ for
details.
However, I note that you didn't say if you added the LoadFile line to
your httpd.conf file, so you may want to check that first.
More information about the Catalyst
mailing list