Cédric Petter wrote: > Hi, i'm new in this list and I've a question. > > I've install httpd 2.0.54 and I want to install PHP 4 and PHP 5 in the > same Web Server > > I've already install php 4 and 5, but I don't know how tell to apache to > use the both soft, with 2 file extensions ! > > Does someone could help me ???
You either have to install one as a CGI, or install two instances of Apache and ProxyPass one of them through to the other. You can't have both the Apache module versions of PHP installed in the same instance of Apache. -Rasmus