On Mon, February 26, 2007 7:49 am, Martin Marques wrote:
> Is it posible to run apache with PHP4 and PHP5 on different virtual
> domains?
Search the list archives for "Rasmus Lerdorf" and "ProxyPass" and I
think you'll find a fairly easy way to do it.
--
Some people have a "gift" link here.
Know
Steven Macintyre wrote:
> "This tutorial shows how to install and configure Apache2 with PHP5 and PHP4
> enabled at the same time. Because it is not possible to run both PHP5 and
> PHP4 as Apache modules, we must run one of them as CGI, the other one as
> Apache module."
alternatively run 2 apache
"This tutorial shows how to install and configure Apache2 with PHP5 and PHP4
enabled at the same time. Because it is not possible to run both PHP5 and
PHP4 as Apache modules, we must run one of them as CGI, the other one as
Apache module."
http://www.howtoforge.com/apache2_with_php5_and_php4
That
It is possible if one is CGI.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jacob Friis Larsen wrote:
How can I run both php4 and php5 on the same apache server?
Could I do it like this:
AddType application/x-httpd-php .php
AddType application/x-httpd-php5 .php5
And somehow tell php5 to use application/x-httpd-php5
The approach I use is as follows:
On port 80 I run an Apac
Hello Jacob,
i've been trying to achieve the very same result but without success. I tried
even modifying sources of sapi/apache2(handler|filter)/sapi_apache2.c and
relatives but without success. Mime type can be modified without any problem
and it compiles fine but then when I tried to parse P
Well, it is not possible to run two seperate php4ts.dll file in the same
file path with the same file name even though they have different version.
One workaround to it would be to compile the older version into a different
file name while making sure the script point to that different file name bu
> -Original Message-
> From: Milan Reznicek [mailto:[EMAIL PROTECTED]
> Sent: 09 July 2003 07:38
>
> Yes all these things I know, because already I'm running
> these two servers,
> but both with PHP4.
> But now I came accros the problem of "php4ts.dll". Because in
> both versiones
> it h
Yes all these things I know, because already I'm running these two servers,
but both with PHP4.
But now I came accros the problem of "php4ts.dll". Because in both versiones
it has the same name. And if I have the old one my \WINNT\SYSTEM32 the
server which is running PHP5 won't start, and if i put
On Tuesday, July 8, 2003, 8:42:16 PM, Milan wrote:
MR> is there any posibility to run PHP4 and PHP5 at one machine, with two
MR> Apache servers running at the same time.
MR> Windows 2000 SP3
MR> Apache 1.3.27/PHP 4.3.0
MR> Apache 2.0.46/PHP 5.0.0b1
Yes it is possible. If you want both of the
10 matches
Mail list logo