--- apache2-frontend/apache2.conf 2015/06/19 13:16:06 1.10 +++ apache2-frontend/apache2.conf 2017/08/22 18:29:44 1.14 @@ -44,16 +44,17 @@ LoadModule mime_magic_module /usr/lib/apache2/modules/mod_mime_magic.so MIMEMagicFile /etc/apache2/magic -# must not be loaded +# must NOT be loaded #LoadModule dir_module /usr/lib/apache2/modules/mod_dir.so #DirectoryIndex index.html LoadModule autoindex_module /usr/lib/apache2/modules/mod_autoindex.so -IndexOptions Charset=UTF-8 FancyIndexing FoldersFirst HTMLTable SuppressColumnSorting +IndexOptions Charset=UTF-8 FancyIndexing FoldersFirst HTMLTable IgnoreCase SuppressColumnSorting NameWidth=* SuppressDescription SuppressIcon HeaderName HEADER.html ReadmeName FOOTER.html LoadModule status_module /usr/lib/apache2/modules/mod_status.so +#ExtendedStatus Off # ON is the default LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so #LoadModule proxy_fcgi_module /usr/lib/apache2/modules/mod_proxy_fcgi.so @@ -71,32 +72,13 @@ LoadModule perl_module /usr/lib/apache2/modules/mod_perl.so -# Sets the default security model of the Apache2 HTTPD server. It does -# not allow access to the root filesystem outside of /usr/share and /var/www. -# The former is used by web applications packaged in Debian, -# the latter may be used for local directories served by the web server. If -# your system is serving content from a sub-directory in /srv you must allow -# access here, or in any related virtual host. - - Options FollowSymLinks - AllowOverride None - Require all denied - +# +# Options FollowSymLinks +# AllowOverride None +## Require all denied +# - - Options Indexes FollowSymLinks - Require all granted - - -AccessFileName .htaccess - -# -# The following lines prevent .htaccess and .htpasswd files from being -# viewed by Web clients. -# - - Require all denied - +#AccessFileName .htaccess LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\" %{Host}i" schmorp LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined @@ -124,7 +106,7 @@ PerlInterpMax 1 PerlInterpMinSpare 0 PerlInterpMaxSpare 1 -PerlInterpScope Handler +#PerlInterpScope Handler Include proxy_html.conf @@ -145,14 +127,17 @@ use proxy_impl; -PerlOptions None +Trans +MapToStorage +HeaderParser +Authen +Authz +Type +PerlOptions None +Trans +MapToStorage +HeaderParser +Authz +Type PerlTransHandler Apache2::Const::OK PerlMapToStorageHandler proxy_impl::map_to_storage PerlHeaderParserHandler Apache2::Const::OK -#PerlAccessHandler Apache2::Const::OK -PerlAuthenHandler Apache2::Const::OK + +#PerlAuthenHandler Apache2::Const::OK PerlAuthzHandler Apache2::Const::OK + +# always runs all +#PerlAccessHandler Apache2::Const::OK #PerlTypeHandler Apache2::Const::OK #PerlFixupHandler Apache2::Const::OK @@ -181,7 +166,7 @@ Options Indexes FollowSymLinks - Require all granted +# Require all granted Include local.conf