Problem Parsing Multiple PHP Versions w/ Wheezy Nginx

Discussion in 'HOWTO-Related Questions' started by conductive, Oct 7, 2014.

  1. conductive

    conductive Member HowtoForge Supporter

    Using the How To Use Multiple PHP Versions (PHP-FPM & FastCGI) with ISPConfig 3 tutorial as a guide I installed PHP 5.3.29, 5.4.33, 5.5.17 and 5.6.0

    Only Default setting will parse .php pages

    All of the Php versions are listening

    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 127.0.0.1:8998 0.0.0.0:* LISTEN 13740/php-fpm.conf)
    tcp 0 0 127.0.0.1:8999 0.0.0.0:* LISTEN 13650/php-fpm.conf)
    tcp 0 0 127.0.0.1:8996 0.0.0.0:* LISTEN 13828/php-fpm.conf)
    tcp 0 0 127.0.0.1:8997 0.0.0.0:* LISTEN 13924/php-fpm.conf)

    What directive(s) do I need to add to make other versions of PHP work?
    -----------

    Additionally the "Default" PHP will not parse index.htm or index.html or any other .htm or .html files

    What Directive(s) do I need to parse the index.htm/.html or other .htm/.html files?

    Thanks
     

Share This Page