RE: [us...@httpd] PHP4/PHP5 both as Apache 2 Modules RHEL 5

2009-02-20 Thread Lopez, Denise
http://www.formatdynamics.com From: Lopez, Denise [mailto:dlo...@humnet.ucla.edu] Sent: Friday, February 20, 2009 5:12 PM To: users@httpd.apache.org Subject: [us...@httpd] PHP4/PHP5 both as Apache 2 Modules RHEL 5 Hi all, I was wondering if anyone has successfully installed php4 and php5 bo

Re: [us...@httpd] PHP4/PHP5 both as Apache 2 Modules RHEL 5

2009-02-20 Thread William A. Rowe, Jr.
Frank Gingras wrote: Denise, You cannot run mod_php (v4) and mod_php (v5) simultaneously in the same httpd instance. You're gonna have to run separate instances of httpd, and run a reverse proxy in front of them. A simple alternative is to not load the modules, but to run one or both under

RE: [us...@httpd] PHP4/PHP5 both as Apache 2 Modules RHEL 5

2009-02-20 Thread Anthony J. Biacco
http://www.formatdynamics.com From: Lopez, Denise [mailto:dlo...@humnet.ucla.edu] Sent: Friday, February 20, 2009 5:12 PM To: users@httpd.apache.org Subject: [us...@httpd] PHP4/PHP5 both as Apache 2 Modules RHEL 5 Hi all, I was wondering if anyone has successfully installed php4 and php5 both as Apache mo

Re: [us...@httpd] PHP4/PHP5 both as Apache 2 Modules RHEL 5

2009-02-20 Thread Frank Gingras
Denise, You cannot run mod_php (v4) and mod_php (v5) simultaneously in the same httpd instance. You're gonna have to run separate instances of httpd, and run a reverse proxy in front of them. Frank. Lopez, Denise wrote: Hi all, I was wondering if anyone has successfully installed php4 an

[us...@httpd] PHP4/PHP5 both as Apache 2 Modules RHEL 5

2009-02-20 Thread Lopez, Denise
Hi all, I was wondering if anyone has successfully installed php4 and php5 both as Apache modules on RedHat Linux before. My situation is that I have legacy authentication code that requires php4. Sorry, not required, I just don't have the time to try to figure out how to modify the scripts to r