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.4 by root, Thu Jun 18 12:45:33 2015 UTC vs.
Revision 1.5 by root, Thu Jun 18 15:31:13 2015 UTC

87# temporary redirect, could be internal, but never is 87# temporary redirect, could be internal, but never is
88sub rtemp($) { 88sub rtemp($) {
89 redirect 302, shift 89 redirect 302, shift
90} 90}
91 91
92# internal eedirect, TODO
93sub rint($) {
94 &rtemp
95}
96
92# serve some path, do not call directly 97# serve some path, do not call directly
93sub _rpathname($) { 98sub _rpathname($) {
94 my $path = shift; 99 my $path = shift;
95 100
96 my $finfo = eval { APR::Finfo::stat $path, APR::Const::FINFO_NORM, $req->pool } 101 my $finfo = eval { APR::Finfo::stat $path, APR::Const::FINFO_NORM, $req->pool }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines