diff --git a/lamp-trusty64-fpm/data/Apache/phpfcgi.conf b/lamp-trusty64-fpm/data/Apache/phpfcgi.conf index 0d61005..bfdbccf 100644 --- a/lamp-trusty64-fpm/data/Apache/phpfcgi.conf +++ b/lamp-trusty64-fpm/data/Apache/phpfcgi.conf @@ -1,18 +1,21 @@ - - # Pick one of the following approaches - # Use the standard TCP socket - # SetHandler "proxy:fcgi://localhost/:9000" - # If your version of httpd is 2.4.9 or newer (or has the back-ported feature), you can use the unix domain socket - # SetHandler "proxy:unix:/path/to/app.sock|fcgi://localhost/" - SetHandler "proxy:unix:/var/run/php5-fpm.sock|fcgi://localhost/" - - -# Définition d'une configuration de mandataire qui convient. -# La partie qui est mise en correspondance avec la valeur de SetHandler est la partie qui suit -# le "pipe". Si vous devez faire une distinction, "localhost" peut être changé en un nom de -# serveur unique. -# -# - -# Add Authorization Header -SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 \ No newline at end of file + + # Add Authorization Header + + SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 + + # PHP-FPM Handler + + # Pick one of the following approaches + # Use the standard TCP socket + # SetHandler "proxy:fcgi://localhost/:9000" + # If your version of httpd is 2.4.9 or newer (or has the back-ported feature), you can use the unix domain socket + # SetHandler "proxy:unix:/path/to/app.sock|fcgi://localhost/" + SetHandler "proxy:unix:/var/run/php5-fpm.sock|fcgi://localhost/" + + # Définition d'une configuration de mandataire qui convient. + # La partie qui est mise en correspondance avec la valeur de SetHandler est la partie qui suit + # le "pipe". Si vous devez faire une distinction, "localhost" peut être changé en un nom de + # serveur unique. + # + # + \ No newline at end of file diff --git a/lamp-xenial64-fpm/data/Apache/phpfcgi.conf b/lamp-xenial64-fpm/data/Apache/phpfcgi.conf index 2c4b4df..4c08f5c 100644 --- a/lamp-xenial64-fpm/data/Apache/phpfcgi.conf +++ b/lamp-xenial64-fpm/data/Apache/phpfcgi.conf @@ -1,18 +1,21 @@ - - # Pick one of the following approaches - # Use the standard TCP socket - # SetHandler "proxy:fcgi://localhost/:9000" - # If your version of httpd is 2.4.9 or newer (or has the back-ported feature), you can use the unix domain socket - # SetHandler "proxy:unix:/path/to/app.sock|fcgi://localhost/" - SetHandler "proxy:unix:/var/run/php7.0-fpm.sock|fcgi://localhost/" - - -# Définition d'une configuration de mandataire qui convient. -# La partie qui est mise en correspondance avec la valeur de SetHandler est la partie qui suit -# le "pipe". Si vous devez faire une distinction, "localhost" peut être changé en un nom de -# serveur unique. -# -# - -# Add Authorization Header -SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 \ No newline at end of file + + # Add Authorization Header + + SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 + + # PHP-FPM Handler + + # Pick one of the following approaches + # Use the standard TCP socket + # SetHandler "proxy:fcgi://localhost/:9000" + # If your version of httpd is 2.4.9 or newer (or has the back-ported feature), you can use the unix domain socket + # SetHandler "proxy:unix:/path/to/app.sock|fcgi://localhost/" + SetHandler "proxy:unix:/var/run/php7.0-fpm.sock|fcgi://localhost/" + + # Définition d'une configuration de mandataire qui convient. + # La partie qui est mise en correspondance avec la valeur de SetHandler est la partie qui suit + # le "pipe". Si vous devez faire une distinction, "localhost" peut être changé en un nom de + # serveur unique. + # + # + \ No newline at end of file