Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: mod_perl doesnt work |
|
Author |
|
DEViANCE
Joined: 13 Feb 2007 Posts: 2
|
Posted: Tue 13 Feb '07 15:04 Post subject: mod_perl doesnt work |
|
|
Hello!
I can't make mod_perl work on my server.
My server is
WinXP SP2
Apache 2.2.4
MySQL 4.1.21
PHP 5.2.1
Zend
Perl 5.8.8 and mod_perl from this site
Intalled like in readme
C:\>ppm install Removed
then installed vcredist_x86-sp1.exe
then
copied perl.exe.manifest to perl/bin
copied httpd.exe.manifest to apache2/bin
copied mod_perl.so to modules
added to httpd.conf
LoadModule perl_module modules/mod_perl.so
LoadFile "C:/perl/bin/perl58.dll"
after that apache service doesn't start, only if I comment out loadmodule...
any ideas? |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3117 Location: Hilversum, NL, EU
|
Posted: Mon 19 Feb '07 21:50 Post subject: |
|
|
What do you get when you start Apache in a DOS box by typing:
>httpd.exe -e debug
Steffen |
|
Back to top |
|
DEViANCE
Joined: 13 Feb 2007 Posts: 2
|
Posted: Wed 21 Feb '07 8:59 Post subject: |
|
|
I've installed MS Visio Studio, and now mod_perl seems to be running.
but, none of cgi or perl script doesnt work
it showing me *forbidden* or it 'hangs', and noth happens
I added addhandler, edited options to ExecCGi...
what I'm doing wrong?
Sorry for my English. |
|
Back to top |
|
|
|
|
|
|