From 4a07b000025802aa5e72601326398b2d2e7cf699 Mon Sep 17 00:00:00 2001 From: Francesco Date: Fri, 15 Dec 2017 12:46:30 +0100 Subject: [PATCH] Cosmetics: tabs everywhere and small indentation fix --- server/conf/apache_apps.vhost.master | 91 ++++++++++++++-------------- 1 file changed, 44 insertions(+), 47 deletions(-) diff --git a/server/conf/apache_apps.vhost.master b/server/conf/apache_apps.vhost.master index 86814064a8..00fd9e80c9 100644 --- a/server/conf/apache_apps.vhost.master +++ b/server/conf/apache_apps.vhost.master @@ -7,51 +7,48 @@ # NameVirtualHost *:{tmpl_var name='apps_vhost_port'} - ServerAdmin webmaster@localhost - {tmpl_var name='apps_vhost_servername'} - - - SetHandler None - - - + ServerAdmin webmaster@localhost + {tmpl_var name='apps_vhost_servername'} + + + SetHandler None + + + RequestHeader unset Proxy early - - - - DocumentRoot {tmpl_var name='apps_vhost_dir'} - AddType application/x-httpd-php .php - - Options FollowSymLinks - AllowOverride None - - Require all granted - - Order allow,deny - Allow from all - - - - - - DocumentRoot {tmpl_var name='apps_vhost_dir'} - SuexecUserGroup ispapps ispapps - - Options +Indexes +FollowSymLinks +MultiViews +ExecCGI - AllowOverride AuthConfig Indexes Limit Options FileInfo - - SetHandler fcgid-script - - FCGIWrapper {tmpl_var name='apps_vhost_basedir'}/php-fcgi-scripts/apps/.php-fcgi-starter .php - - Require all granted - - Order allow,deny - Allow from all - - - - - - - + + + + DocumentRoot {tmpl_var name='apps_vhost_dir'} + AddType application/x-httpd-php .php + + Options FollowSymLinks + AllowOverride None + + Require all granted + + Order allow,deny + Allow from all + + + + + + DocumentRoot {tmpl_var name='apps_vhost_dir'} + SuexecUserGroup ispapps ispapps + + Options +Indexes +FollowSymLinks +MultiViews +ExecCGI + AllowOverride AuthConfig Indexes Limit Options FileInfo + + SetHandler fcgid-script + + FCGIWrapper {tmpl_var name='apps_vhost_basedir'}/php-fcgi-scripts/apps/.php-fcgi-starter .php + + Require all granted + + Order allow,deny + Allow from all + + + + \ No newline at end of file -- GitLab