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
3 matches
Mail list logo