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
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
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
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