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 -> Apache View previous topic :: View next topic
Reply to topic   Topic: Have a mod_perl problem
Author
asdfgqw



Joined: 21 Jan 2007
Posts: 12

PostPosted: Sun 21 Jan '07 14:36    Post subject: Have a mod_perl problem Reply with quote

It is about a Apache on Win2000.

First i installed mod_perl downloaded from the Apache website. This doesn´t work.

Second i searched the xampp website and found a addon package with mod_perl. I installed it. Again this doen´t work. Today i know this doesn´t work due to a configuration error. But at installation time i didn´t know that. So i searched again and found Apachelounge and the download page with mod_perl. I downloaded it and installed it. When i started Apache i got the message: module perl_module is already loaded.

When i checked my httpd.conf i found the line

LoadModule perl_module modules/mod_perl.so.

I disabled this line and it seems that mod_perl is loaded. Why? I always activated mod_perl with the LoadModule line. But not on Windows?l
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3057
Location: Hilversum, NL, EU

PostPosted: Sun 21 Jan '07 14:44    Post subject: Reply with quote

Sure you have not two lines of "LoadModule perl_module modules/mod_perl.so" in your conf ?
Back to top
asdfgqw



Joined: 21 Jan 2007
Posts: 12

PostPosted: Sun 21 Jan '07 14:54    Post subject: Reply with quote

Yes i am sure!
Back to top


Reply to topic   Topic: Have a mod_perl problem View previous topic :: View next topic
Post new topic   Forum Index -> Apache