Here is a bit more info  my httpd.conf where I load the mod perl :

LoadModule perl_module modules/mod_perl.so
LoadFile "C:/Perl/bin/perl58.dll"
LoadFile "c:/apache/Server/Apache2/bin/libapreq2.dll"
LoadModule apreq_module modules/mod_apreq2.so

PerlModule Apache2

-----------------------------
where I configure my directory

Alias /ir/ "C:/apache/ir/"

<Directory "C:/apache/ir/">
    SetHandler perl-script
      Options +ExecCGI
    PerlSendHeader On
    Allow from all
</Directory>

-------------------------------------
the error log after I try to start apache

[Tue Oct 04 13:24:00 2005] [error] Can't load Perl module Apache2 for server server.bulls.com:8080, exiting...
------------------------------------


Any help greatly appreciated.

thanks
troy


-------------------------

Tom Schindl wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Troy Bull wrote:
  
I have Apache I downloaded from apache.org.  I got the ppm for mod_perl
from the binary distribution site mentioned on the apache help page.  I
installed it using ppm (active state).  And when I add the following line

PerlModune Apache2

My Apache wont start up.  I tried to carefully follow every direction on
the apache site, does anyone have any ideas where I might look?

The error it gives me is :
The Apache2 service terminated with service-specific error 1.

Thanks
Troy


    

What's with the error_log-File?

Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org

iD8DBQFDQsFZkVPeOFLgZFIRAr9KAJ98m0j2cypABLAHLn5/ONeyPI4AogCfbj6m
0kWKoWtG0OigigJdPA4vS/U=
=7sHl
-----END PGP SIGNATURE-----
  

Reply via email to