From: Ralf S. Engelschall Date: Sat, 25 Jul 1998 12:16:37 +0000 (+0000) Subject: Update the mod_rewrite.html document to correctly reflect the situation of the X-Git-Tag: 1.3.2~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee442f2006f777ea3c1ce2328f4b347e666422e2;p=apache Update the mod_rewrite.html document to correctly reflect the situation of the `proxy' (`[P]') feature. PR: 2679 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81821 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html b/docs/manual/mod/mod_rewrite.html index 67c3689a42..207b083bfd 100644 --- a/docs/manual/mod/mod_rewrite.html +++ b/docs/manual/mod/mod_rewrite.html @@ -1493,18 +1493,20 @@ comma-separated list of the following flags:
  • 'proxy|P' (force proxy)
    This flag forces the substitution part to be internally forced as a proxy request and immediately (i.e. rewriting rule processing stops here) put - through the proxy module. You have to make sure that the substitution - string is a valid URI (e.g. typically http://) which can - be handled by the Apache proxy module. If not you get an error from - the proxy module. Use this flag to achieve a more powerful implementation - of the mod_proxy directive ProxyPass, to map - some remote stuff into the namespace of the local server. + through the proxy module. You have to make + sure that the substitution string is a valid URI (e.g. typically starting + with http://hostname) which can be handled by the + Apache proxy module. If not you get an error from the proxy module. Use + this flag to achieve a more powerful implementation of the ProxyPass directive, to map some + remote stuff into the namespace of the local server.

    - Notice: You really have to put ProxyRequests On into your - server configuration to prevent proxy requests from leading to core-dumps - inside the Apache kernel. If you have not compiled in the proxy module, - then there is no core-dump problem, because mod_rewrite checks for - existence of the proxy module and if lost forbids proxy URLs. + Notice: To use this functionality make sure you have the proxy module + compiled into your Apache server program. If you don't know please check + whether mod_proxy.c is part of the ``httpd -l'' + output. If yes, this functionality is available to mod_rewrite. If not, + then you first have to rebuild the ``httpd'' program with + mod_proxy enabled.

  • 'last|L' (last rule)
    Stop the rewriting process here and