diff --git a/install/tpl/apache_ispconfig.vhost.master b/install/tpl/apache_ispconfig.vhost.master index 4503811ed52c0f7c056d52c486911cad6b7ae9da..7dce3c7aeba9cbe93be1aa6871fc2f56d66ff705 100644 --- a/install/tpl/apache_ispconfig.vhost.master +++ b/install/tpl/apache_ispconfig.vhost.master @@ -8,54 +8,54 @@ NameVirtualHost *: > ServerAdmin webmaster@localhost - + SetHandler None - + DocumentRoot /var/www/ispconfig/ SuexecUserGroup ispconfig ispconfig Options -Indexes +FollowSymLinks +MultiViews +ExecCGI AllowOverride AuthConfig Indexes Limit Options FileInfo - - SetHandler fcgid-script - + + SetHandler fcgid-script + FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php - Require all granted - + Require all granted + Order allow,deny Allow from all - + IPCCommTimeout 7200 - MaxRequestLen 15728640 + MaxRequestLen 15728640 - + DocumentRoot /usr/local/ispconfig/interface/web/ - AssignUserId ispconfig ispconfig + AssignUserId ispconfig ispconfig AddType application/x-httpd-php .php # php_admin_value open_basedir "/usr/local/ispconfig/interface:/usr/share:/tmp" Options +FollowSymLinks AllowOverride None - Require all granted - + Require all granted + Order allow,deny Allow from all - - php_value magic_quotes_gpc 0 + + php_value magic_quotes_gpc 0 - + # ErrorLog /var/log/apache2/error.log # CustomLog /var/log/apache2/access.log combined ServerSignature Off - + SecRuleEngine Off @@ -74,10 +74,10 @@ NameVirtualHost *: Header always add Strict-Transport-Security "max-age=15768000" - - SSLUseStapling on - SSLStaplingResponderTimeout 5 - SSLStaplingReturnResponderErrors off + +SSLUseStapling on +SSLStaplingResponderTimeout 5 +SSLStaplingReturnResponderErrors off @@ -88,21 +88,21 @@ NameVirtualHost *: - AllowOverride None - - Require all denied - - Order Deny,Allow - Deny from all - + AllowOverride None + + Require all denied + + Order Deny,Allow + Deny from all + - AllowOverride None - - Require all denied - - Order Deny,Allow - Deny from all - - \ No newline at end of file + AllowOverride None + + Require all denied + + Order Deny,Allow + Deny from all + +