logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: mod_perl doesnt work
Author
DEViANCE



Joined: 13 Feb 2007
Posts: 2

PostPosted: Tue 13 Feb '07 15:04    Post subject: mod_perl doesnt work Reply with quote

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: 3058
Location: Hilversum, NL, EU

PostPosted: Mon 19 Feb '07 21:50    Post subject: Reply with quote

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

PostPosted: Wed 21 Feb '07 8:59    Post subject: Reply with quote

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


Reply to topic   Topic: mod_perl doesnt work View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules