diff --git a/install/tpl/apache_ispconfig.vhost.master b/install/tpl/apache_ispconfig.vhost.master index 023fb438b9c82a34ac6dc04e93689f65763b1ce8..c86392c8e80a9ae670ed58511b506c8dc977c509 100644 --- a/install/tpl/apache_ispconfig.vhost.master +++ b/install/tpl/apache_ispconfig.vhost.master @@ -8,36 +8,36 @@ Listen {vhost_port} NameVirtualHost *:{vhost_port} - ServerAdmin webmaster@localhost - DocumentRoot /usr/local/ispconfig/interface/web/ - - - SuexecUserGroup ispconfig ispconfig - - Options Indexes FollowSymLinks MultiViews +ExecCGI - AllowOverride AuthConfig Indexes Limit Options FileInfo - AddHandler fcgid-script .php - FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/php-fcgi-starter .php - AllowOverride None - Order allow,deny - Allow from all - - - - - AddType application/x-httpd-php .php - - Options FollowSymLinks - AllowOverride None - Order allow,deny - Allow from all - - - - # ErrorLog /var/log/apache2/error.log - # CustomLog /var/log/apache2/access.log combined - ServerSignature Off - + ServerAdmin webmaster@localhost + DocumentRoot /usr/local/ispconfig/interface/web/ + + + SuexecUserGroup ispconfig ispconfig + + Options Indexes FollowSymLinks MultiViews +ExecCGI + AllowOverride AuthConfig Indexes Limit Options FileInfo + AddHandler fcgid-script .php + FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/php-fcgi-starter .php + AllowOverride None + Order allow,deny + Allow from all + + + + + AddType application/x-httpd-php .php + + Options FollowSymLinks + AllowOverride None + Order allow,deny + Allow from all + + + + # ErrorLog /var/log/apache2/error.log + # CustomLog /var/log/apache2/access.log combined + ServerSignature Off + ###########################################