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

Comparing apache2-frontend/proxy_impl.pm (file contents):
Revision 1.5 by root, Thu Jun 18 15:31:13 2015 UTC vs.
Revision 1.6 by root, Wed Sep 9 12:54:09 2015 UTC

233 (my $cpath = $path) =~ s/([^A-Za-z0-9\/.\-_])/sprintf "\\x%02x", ord $1/ge; 233 (my $cpath = $path) =~ s/([^A-Za-z0-9\/.\-_])/sprintf "\\x%02x", ord $1/ge;
234 234
235 push @lines, ( 235 push @lines, (
236 "ProxyPassReverse /", 236 "ProxyPassReverse /",
237 "ProxyHTMLEnable on", 237 "ProxyHTMLEnable on",
238 "ProxyHTMLURLMap $target $cpath", 238# "ProxyHTMLURLMap $target $cpath",
239 "ProxyHTMLURLMap / $cpath/", 239# "ProxyHTMLURLMap / $cpath/",
240 ); 240 );
241 241
242# warn "PROXY<$path,$target,$suffix>\n";#d# 242# warn "PROXY<$path,$target,$suffix>\n";#d#
243# warn map "$_\n",@lines; 243# warn map "$_\n",@lines;
244 244

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines