diff --git a/install/tpl/apache_apps.vhost.master b/install/tpl/apache_apps.vhost.master index 4930e253f98fddd7ebf6b1d34cc6cad147c7b008..00c4e7b1f8fd54b92a4299012bccdbd22af4218b 100644 --- a/install/tpl/apache_apps.vhost.master +++ b/install/tpl/apache_apps.vhost.master @@ -1,4 +1,3 @@ - ###################################################### # This virtual host contains the configuration # for the ISPConfig apps vhost @@ -8,21 +7,21 @@ # NameVirtualHost *:{tmpl_var name='apps_vhost_port'} - 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 - + 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 @@ -31,18 +30,18 @@ Order allow,deny Allow from all - - - - - DocumentRoot {tmpl_var name='apps_vhost_dir'} - SuexecUserGroup ispapps ispapps - + + + + + DocumentRoot {tmpl_var name='apps_vhost_dir'} + SuexecUserGroup ispapps ispapps + Options +Indexes +FollowSymLinks +MultiViews +ExecCGI AllowOverride AuthConfig Indexes Limit Options FileInfo - - SetHandler fcgid-script - + + SetHandler fcgid-script + FCGIWrapper {tmpl_var name='apps_vhost_basedir'}/php-fcgi-scripts/apps/.php-fcgi-starter .php Require all granted @@ -50,9 +49,6 @@ Order allow,deny Allow from all - - - - - - + + + \ No newline at end of file