Apache-Stage
view release on metacpan or search on metacpan
</Location>
<Location /stage-redir>
# the name of this location must match the ErrorDocument redirects
# above
# PerlSetVar apache_stage_regex " ^ (/STAGE/[^/]*) (.*) $ "
# This regex has to split a staged URI into two parts. It is
# evaluated with the /ox switch in effect, so this will NOT be a
# per-directory variable. The first part will be thrown away and
# just the second part will be served if the original URI cannot
# be accessed. In case of 301 and 302 redirects the first part
# will be prepended again. The default regex is defined as above
# which means that URIS will be split into "/STAGE/anyuser" and
# the rest.
SetHandler perl-script
PerlHandler Apache::Stage
Options ExecCGI
</Location>
<Location /stage-redir>
# the name of this location must match the ErrorDocument redirects
# above
# PerlSetVar apache_stage_regex " ^ (/STAGE/[^/]*) (.*) $ "
# This regex has to split a staged URI into two parts. It is
# evaluated with the /ox switch in effect, so this will NOT be a
# per-directory variable. The first part will be thrown away and
# just the second part will be served if the original URI cannot
# be accessed. In case of 301 and 302 redirects the first part
# will be prepended again. The default regex is defined as above
# which means that URIS will be split into "/STAGE/anyuser" and
# the rest.
SetHandler perl-script
PerlHandler Apache::Stage
Options ExecCGI
( run in 1.058 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )