From: Chris W. <ch...@cw...> - 2005-03-23 14:48:28
|
* Richard Hubbell (ric...@gm...) [050322 18:18]: > Using a mod_perl server (no proxy) with OI and when I enable the > Include /oi/website/httpd_modperl_solo.conf and restart the server > I lose php. > > From the apache/conf/error_log file: > (using Include /oi/website/httpd_modperl_solo.conf ) > > Apache/1.3.31 (Unix) mod_perl/1.29 configured -- resuming normal operations > > (not using Include /oi/website/httpd_modperl_solo.conf ) > > Apache/1.3.31 (Unix) mod_perl/1.29 PHP/4.3.8 configured -- resuming > normal operations > > What's going on here? I've never seen this before. Does PHP actually not work after you've brought in mod_perl functionality? (I'm not sure of the relationship between being advertised in the server-info line and actually working...) The next thing to do is whittle it down to the simplest case. What if you comment out the OI2 stuff (the PerlRequire and pointer to Apache::OpenInteract2) and make a super-simple mod-perl handler. Does the same result occur? If so, I'd ping the mod_perl mailing list for help: http://perl.apache.org/maillist/modperl.html Chris -- Chris Winters (http://www.cwinters.com) Building enterprise-capable snack solutions since 1988 |