Hi Giuseppe,
On 06/20/2015 12:12 PM, Giuseppe Battinelli wrote: Dear all, Depends on how you're "connecting" Apache with PHP. There can be two ways: 1) Most probably you're using mod_php. i dont think it's possible to have two versions of PHP in the same Apache instace as it works "in proccess" with apache. In this case you can get around this limit having two instances of Apache with each having a different version of mod_php, and putting in front another Apache instance wich reverse proxies to the other two based on the Virtual Host. 2) Apache with fastcgi, in this case you can use the same Apache instance to serve requests to two different PHP pools independent of eachother. If yes could you please post some code? Depends on your config as i said before. Thanks Frederik |