|
|||||||||||
|
DO NOT REPLY [Bug 15681] New: - LoadModule order-dependent
From: <bugzilla(at)apache.org>
Date: Fri Dec 27 2002 - 06:28:44 EST
LoadModule order-dependent
Summary: LoadModule order-dependent
Product: Apache httpd-2.0
Version: 2.0.43
Platform: Sun
OS/Version: Solaris
Status: NEW
Severity: Normal
Priority: Other
Component: Runtime Config
AssignedTo: bugs@httpd.apache.org
ReportedBy: jjb@bcc.com
I was having trouble getting mod_php to run. When I loaded it *before* loading mod_perl, it started working. This was in httpd.conf:
# mod_perl
# mod_php
The banner from error_log: [Fri Dec 27 03:11:09 2002] [notice] Apache/2.0.43 (Unix) mod_perl/1.99_07-dev Perl/v5.8.0 DAV/2 mod_ssl/2.0.43 OpenSSL/0.9.6h configured -- resuming normal operations (note php is missing) I changed httpd.conf to read:
# mod_php
# mod_perl
The banner from error_log now shows PHP: [Fri Dec 27 03:12:58 2002] [notice] Apache/2.0.43 (Unix) mod_perl/1.99_07-dev Perl/v5.8.0 mod_ssl/2.0.43 OpenSSL/0.9.6h PHP/4.3.0 DAV/2 configured -- resuming normal operations To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org Received on Fri Dec 27 11:27:17 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 16:44:14 EDT |
||||||||||
|
|||||||||||