--- apache2-frontend/apache2.conf 2015/06/19 15:18:47 1.11 +++ apache2-frontend/apache2.conf 2017/08/22 18:29:44 1.14 @@ -49,11 +49,12 @@ #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 @@ -105,7 +106,7 @@ PerlInterpMax 1 PerlInterpMinSpare 0 PerlInterpMaxSpare 1 -PerlInterpScope Handler +#PerlInterpScope Handler Include proxy_html.conf @@ -126,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