This commit is contained in:
Michael RICOIS 2016-05-19 14:56:58 +02:00
parent 83d14ebd21
commit 4dc7b56ec7

View File

@ -1,9 +1,9 @@
<IfModule mod_fastcgi.c>
AddType application/x-httpd-fastphp5 .php
Action application/x-httpd-fastphp5 /php5-fcgi
Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -socket /var/run/php5-fpm.sock -pass-header Authorization -idle-timeout 310
<Directory /usr/lib/cgi-bin>
Require all granted
</Directory>
AddType application/x-httpd-fastphp5 .php
Action application/x-httpd-fastphp5 /php5-fcgi
Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -socket /var/run/php5-fpm.sock -pass-header Authorization -idle-timeout 310
<Directory /usr/lib/cgi-bin>
Require all granted
</Directory>
</IfModule>