ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/apache2-frontend/apache2.conf
(Generate patch)

Comparing apache2-frontend/apache2.conf (file contents):
Revision 1.11 by root, Fri Jun 19 15:18:47 2015 UTC vs.
Revision 1.14 by root, Tue Aug 22 18:29:44 2017 UTC

47# must NOT be loaded 47# must NOT be loaded
48#LoadModule dir_module /usr/lib/apache2/modules/mod_dir.so 48#LoadModule dir_module /usr/lib/apache2/modules/mod_dir.so
49#DirectoryIndex index.html 49#DirectoryIndex index.html
50 50
51LoadModule autoindex_module /usr/lib/apache2/modules/mod_autoindex.so 51LoadModule autoindex_module /usr/lib/apache2/modules/mod_autoindex.so
52IndexOptions Charset=UTF-8 FancyIndexing FoldersFirst HTMLTable SuppressColumnSorting 52IndexOptions Charset=UTF-8 FancyIndexing FoldersFirst HTMLTable IgnoreCase SuppressColumnSorting NameWidth=* SuppressDescription SuppressIcon
53HeaderName HEADER.html 53HeaderName HEADER.html
54ReadmeName FOOTER.html 54ReadmeName FOOTER.html
55 55
56LoadModule status_module /usr/lib/apache2/modules/mod_status.so 56LoadModule status_module /usr/lib/apache2/modules/mod_status.so
57#ExtendedStatus Off # ON is the default
57 58
58LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so 59LoadModule proxy_module /usr/lib/apache2/modules/mod_proxy.so
59#LoadModule proxy_fcgi_module /usr/lib/apache2/modules/mod_proxy_fcgi.so 60#LoadModule proxy_fcgi_module /usr/lib/apache2/modules/mod_proxy_fcgi.so
60 61
61LoadModule proxy_scgi_module /usr/lib/apache2/modules/mod_proxy_scgi.so 62LoadModule proxy_scgi_module /usr/lib/apache2/modules/mod_proxy_scgi.so
103 104
104PerlInterpStart 1 105PerlInterpStart 1
105PerlInterpMax 1 106PerlInterpMax 1
106PerlInterpMinSpare 0 107PerlInterpMinSpare 0
107PerlInterpMaxSpare 1 108PerlInterpMaxSpare 1
108PerlInterpScope Handler 109#PerlInterpScope Handler
109 110
110Include proxy_html.conf 111Include proxy_html.conf
111 112
112# for debugging, enable reverse proxy url rewrite logging 113# for debugging, enable reverse proxy url rewrite logging
113#LogLevel warn proxy_html:trace3 114#LogLevel warn proxy_html:trace3
124 use Apache2::Const -compile => qw(OK); 125 use Apache2::Const -compile => qw(OK);
125 use lib Apache2::ServerUtil::server_root; 126 use lib Apache2::ServerUtil::server_root;
126 use proxy_impl; 127 use proxy_impl;
127</Perl> 128</Perl>
128 129
129PerlOptions None +Trans +MapToStorage +HeaderParser +Authen +Authz +Type 130PerlOptions None +Trans +MapToStorage +HeaderParser +Authz +Type
130 131
131PerlTransHandler Apache2::Const::OK 132PerlTransHandler Apache2::Const::OK
132PerlMapToStorageHandler proxy_impl::map_to_storage 133PerlMapToStorageHandler proxy_impl::map_to_storage
133PerlHeaderParserHandler Apache2::Const::OK 134PerlHeaderParserHandler Apache2::Const::OK
135
136#PerlAuthenHandler Apache2::Const::OK
137PerlAuthzHandler Apache2::Const::OK
138
139# always runs all
134#PerlAccessHandler Apache2::Const::OK 140#PerlAccessHandler Apache2::Const::OK
135PerlAuthenHandler Apache2::Const::OK
136PerlAuthzHandler Apache2::Const::OK
137#PerlTypeHandler Apache2::Const::OK 141#PerlTypeHandler Apache2::Const::OK
138#PerlFixupHandler Apache2::Const::OK 142#PerlFixupHandler Apache2::Const::OK
139 143
140# handlers run anyway 144# handlers run anyway
141# fixup mod_proxy checks for proxy: handler strings 145# fixup mod_proxy checks for proxy: handler strings

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines