Running two PHP versions on the same server (STRETCH)
问题 I've followed this tutorial to have php 5.6 and php 7 on my server : Running two PHP versions on the same server The thing is that I'm running on Debian 9 Stretch and the module fastcgi is not available anymore. There's proxy_fcgi but it doesn't include FastCgiExternalServer . I've read many things but I can't figure out how to replace it... Any idea ? <ifModule mod_proxy_fcgi.c> AddHandler php56-fcgi .php Action php56-fcgi /php56-fcgi Alias /php56-fcgi /usr/lib/cgi-bin/php56-fcgi