Web Development Thread, Apache 2.2 and mod_perl in Coding and Web Development; Ok not sure this is where i should start the thread but i guess its vaguely to do with web ...
-
6th November 2007, 09:50 AM #1 Apache 2.2 and mod_perl
Ok not sure this is where i should start the thread but i guess its vaguely to do with web development. Anyway my problem is that im trying to get mod_perl (2.0.3) to work with apache 2.2 but it keeps crashing. Apache will start (after a long pause) and for the most part it works but when i click on log off in OCSInventory, it pauses for a bit then crashes Apache and forces it to terminate the service. Im not 100% certain its mod_perl causing the problem but i believe it to be the culprit.
BTW This is on an XP(Test System), and Apache 2.2.6.
-
-
IDG Tech News
-
6th November 2007, 11:05 AM #2 Re: Apache 2.2 and mod_perl
I presume you've installed a perl interpreter?
-
-
6th November 2007, 11:10 AM #3 Re: Apache 2.2 and mod_perl
Obvious first question is that you have Perl installed and up-to-date?
Be useful to know what other modules you have compiled into your apache/PHP/Perl system as mod_perl does tend to have issues when it comes to working with some other modules.
Some googling on that should provide some answers.
-
-
6th November 2007, 11:40 AM #4 Re: Apache 2.2 and mod_perl
Installed ActivePerl (latest version)
As for whats been compiled, i havent as this is on a windows system but if you mean what modules are loaded then please see below:
Code:
LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule asis_module modules/mod_asis.so
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule cgi_module modules/mod_cgi.so
LoadModule dir_module modules/mod_dir.so
LoadModule env_module modules/mod_env.so
LoadModule imagemap_module modules/mod_imagemap.so
LoadModule include_module modules/mod_include.so
LoadModule isapi_module modules/mod_isapi.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule mime_module modules/mod_mime.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule userdir_module modules/mod_userdir.so
LoadModule ssl_module modules/mod_ssl.so
LoadFile "C:/Perl/bin/perl58.dll"
LoadModule perl_module modules/mod_perl.so
My googlefu has failed me and havent found any clues as to why Apache keeps crashing.
-
SHARE:
Similar Threads
-
By FN-GM in forum Web Development
Replies: 6
Last Post: 2nd December 2007, 02:00 AM
-
By maniac in forum How do you do....it?
Replies: 4
Last Post: 20th November 2007, 05:07 PM
-
By lovelldr in forum Windows
Replies: 7
Last Post: 3rd August 2007, 11:51 AM
-
By in forum Web Development
Replies: 6
Last Post: 27th April 2006, 09:29 AM
-
Replies: 25
Last Post: 7th March 2006, 04:12 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules