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.12 by root, Fri Jun 19 15:42:51 2015 UTC vs.
Revision 1.13 by root, Wed Sep 9 12:54:09 2015 UTC

125 use Apache2::Const -compile => qw(OK); 125 use Apache2::Const -compile => qw(OK);
126 use lib Apache2::ServerUtil::server_root; 126 use lib Apache2::ServerUtil::server_root;
127 use proxy_impl; 127 use proxy_impl;
128</Perl> 128</Perl>
129 129
130PerlOptions None +Trans +MapToStorage +HeaderParser +Authen +Authz +Type 130PerlOptions None +Trans +MapToStorage +HeaderParser +Authz +Type
131 131
132PerlTransHandler Apache2::Const::OK 132PerlTransHandler Apache2::Const::OK
133PerlMapToStorageHandler proxy_impl::map_to_storage 133PerlMapToStorageHandler proxy_impl::map_to_storage
134PerlHeaderParserHandler Apache2::Const::OK 134PerlHeaderParserHandler Apache2::Const::OK
135
136#PerlAuthenHandler Apache2::Const::OK
137PerlAuthzHandler Apache2::Const::OK
138
139# always runs all
135#PerlAccessHandler Apache2::Const::OK 140#PerlAccessHandler Apache2::Const::OK
136PerlAuthenHandler Apache2::Const::OK
137PerlAuthzHandler Apache2::Const::OK
138#PerlTypeHandler Apache2::Const::OK 141#PerlTypeHandler Apache2::Const::OK
139#PerlFixupHandler Apache2::Const::OK 142#PerlFixupHandler Apache2::Const::OK
140 143
141# handlers run anyway 144# handlers run anyway
142# 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