Marius Burkard
2016-04-27 b218ba46f301ea7b5596639180782c4e00c6f1f2
- Fixed invalid apache config Fixes: #3850
1 files modified
13 ■■■■ changed files
server/conf/apache_ispconfig.conf.master 13 ●●●● patch | view | raw | blame | history
server/conf/apache_ispconfig.conf.master
@@ -6,6 +6,12 @@
LogFormat "%v %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined_ispconfig
CustomLog "| /usr/local/ispconfig/server/scripts/vlogger -s access.log -t \"%Y%m%d-access.log\" /var/log/ispconfig/httpd" combined_ispconfig
<IfModule mod_headers.c>
    <LocationMatch "/.well-known/acme-challenge/*">
        Header set Content-Type "text/plain"
    </LocationMatch>
</IfModule>
<Directory /var/www/clients>
    AllowOverride None
    <tmpl_if name='apache_version' op='>' value='2.2' format='version'>
@@ -14,13 +20,6 @@
    Order Deny,Allow
    Deny from all
    </tmpl_if>
 <IfModule mod_headers.c>
    <LocationMatch "/.well-known/acme-challenge/*">
      Header set Content-Type "text/plain"
    </LocationMatch>
  </IfModule>
</Directory>
# Do not allow access to the root file system of the server for security reasons