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 install ?
Author
Bruce



Joined: 28 Nov 2006
Posts: 77
Location: Mars

PostPosted: Mon 17 Mar '08 7:04    Post subject: Reply with quote

for using the mod_perl-2.0-current.tar on windows apache 2.2.8 do I unpack or use the file as is.I have already installed perl 5.8.x msi installed.Have access to my cgi-bin but the script dos not run so I must need the load module as well as the registry config. would I not need mod_perl.so file for this.I have run modperl install and am asked for apxs executable.This file is not there.
So I research this and fined I need mod so as well witch I have not seen since apache 2.0.Is there another install as these instructions seem to be out of date
This is my search engine index.cgi url
http://kingshomeworld.com/cgi-bin/search/index.cgi
Here is an extracted from source and reziped mod_perl
http://kingshomeworld.com/downloads/mod_perl.zip
please to trade for some simpler install and set instructions
Bruce
Back to top
Bruce



Joined: 28 Nov 2006
Posts: 77
Location: Mars

PostPosted: Tue 18 Mar '08 2:15    Post subject: Reply with quote

now I have dun the ppm install of mod_perl here is my install command line
http://kingshomeworld.com/pictures/mod_perl.gif
but when I put the load module
LoadModule perl_module modules/mod_perl.so
the server wont start what am I doing wrong
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7404
Location: EU, Germany, Next to Hamburg

PostPosted: Tue 18 Mar '08 10:50    Post subject: Reply with quote

What is in your error log or Windows event log?
Back to top
Bruce



Joined: 28 Nov 2006
Posts: 77
Location: Mars

PostPosted: Wed 19 Mar '08 2:47    Post subject: Reply with quote

No logs pertaining start with mod_perl only apache wont start when I uncomment LoadModule perl_module modules/mod_perl.so
the mod_perl install seemed to install with no errors as my gif of my command prompt shows.
windows loge get event error 3299 witch has be happening on every start since I put the apache 2.2.8 in perl or not mite as well kill both with one stone so to spake Very Happy

Here is a puzzler for you I just added LoadFile "C:/Perl/bin/perl58.dll"
http.config and apache starts but when I uncomment
#LoadModule perl_module modules/mod_perl.so
Apache wont start is my LoadModule command wrong or dos apache 2.2.8 just not like me
Laughing
Back to top
holziusa



Joined: 02 Jan 2008
Posts: 48

PostPosted: Mon 21 Apr '08 17:57    Post subject: Reply with quote

start apache in command window, it will show the error there even if the logs dont.
i am betting your .so module is not compatible.
there is a better tutor here just look around i repost when i address my 2nd issue with mod_perl
Back to top


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