From cee6f9f9d14edcbdf389f977cfaaef1ef2bed4e8 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Thu, 22 Feb 2018 16:49:03 +0100 Subject: [PATCH] Removed numbers from PHP config tokens in apache vhost template. --- server/conf/vhost.conf.master | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/server/conf/vhost.conf.master b/server/conf/vhost.conf.master index 6a026d447a..2ec0e153e0 100644 --- a/server/conf/vhost.conf.master +++ b/server/conf/vhost.conf.master @@ -252,16 +252,16 @@ # php as cgi enabled - ScriptAlias /php5-cgi - Action php5-cgi /php5-cgi + ScriptAlias /php-cgi + Action php-cgi /php-cgi - SetHandler php5-cgi + SetHandler php-cgi - SetHandler php5-cgi + SetHandler php-cgi @@ -346,21 +346,21 @@ - SetHandler php5-fcgi + SetHandler php-fcgi - SetHandler php5-fcgi + SetHandler php-fcgi - Action php5-fcgi /php5-fcgi virtual - Alias /php5-fcgi {tmpl_var name='document_root'}/cgi-bin/php5-fcgi-{tmpl_var name='ip_address'}-{tmpl_var name='port'}-{tmpl_var name='domain'} + Action php-fcgi /php-fcgi virtual + Alias /php-fcgi {tmpl_var name='document_root'}/cgi-bin/php-fcgi-{tmpl_var name='ip_address'}-{tmpl_var name='port'}-{tmpl_var name='domain'} - FastCgiExternalServer {tmpl_var name='document_root'}/cgi-bin/php5-fcgi-{tmpl_var name='ip_address'}-{tmpl_var name='port'}-{tmpl_var name='domain'} -idle-timeout 300 -host 127.0.0.1: -pass-header Authorization -pass-header Content-Type + FastCgiExternalServer {tmpl_var name='document_root'}/cgi-bin/php-fcgi-{tmpl_var name='ip_address'}-{tmpl_var name='port'}-{tmpl_var name='domain'} -idle-timeout 300 -host 127.0.0.1: -pass-header Authorization -pass-header Content-Type - FastCgiExternalServer {tmpl_var name='document_root'}/cgi-bin/php5-fcgi-{tmpl_var name='ip_address'}-{tmpl_var name='port'}-{tmpl_var name='domain'} -idle-timeout 300 -socket -pass-header Authorization -pass-header Content-Type + FastCgiExternalServer {tmpl_var name='document_root'}/cgi-bin/php-fcgi-{tmpl_var name='ip_address'}-{tmpl_var name='port'}-{tmpl_var name='domain'} -idle-timeout 300 -socket -pass-header Authorization -pass-header Content-Type @@ -468,7 +468,7 @@ RewriteCond %{REQUEST_URI} !^/webdav/ - RewriteCond %{REQUEST_URI} !^/php5-fcgi/ + RewriteCond %{REQUEST_URI} !^/php-fcgi/ RewriteCond %{REQUEST_URI} !^ -- GitLab