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

2009-02-20 Thread Lopez, Denise
Thanks. I will give that a try. Denise Lopez 310/ 206-8216 dlo...@humnet.ucla.edu -Original Message- From: Anthony J. Biacco [mailto:abia...@formatdynamics.com] Sent: Friday, February 20, 2009 4:41 PM To: users@httpd.apache.org Subject: RE: [us...@httpd] PHP4/PHP5 both as Apache 2

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
Try running the php4 version as a fastcgi with the mod_fastcgi module, that's what we do. Configure php4 with -enable-fastcgi and --enable-force-cgi-redirect -Tony --- Manager, IT Operations Format Dynamics, Inc. 303-573-1800x27 abia...@formatdynamics.com http://www.format

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