Author |
|
Bruce

Joined: 28 Nov 2006 Posts: 77 Location: Mars
|
Posted: Mon 17 Mar '08 7:04 Post subject: |
|
|
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
|
Posted: Tue 18 Mar '08 2:15 Post subject: |
|
|
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
|
Posted: Tue 18 Mar '08 10:50 Post subject: |
|
|
What is in your error log or Windows event log? |
|
Back to top |
|
Bruce

Joined: 28 Nov 2006 Posts: 77 Location: Mars
|
Posted: Wed 19 Mar '08 2:47 Post subject: |
|
|
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
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
 |
|
Back to top |
|
holziusa
Joined: 02 Jan 2008 Posts: 48
|
Posted: Mon 21 Apr '08 17:57 Post subject: |
|
|
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 |
|