summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_rewrite.html
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@apache.org>1998-07-25 12:16:37 +0000
committerRalf S. Engelschall <rse@apache.org>1998-07-25 12:16:37 +0000
commitee442f2006f777ea3c1ce2328f4b347e666422e2 (patch)
tree1c16d4a63b57f0abe8e46fc535bcbb921f7aa325 /docs/manual/mod/mod_rewrite.html
parent1e7f98b40c125d08e1c2292c8f5fb2a24651ce7f (diff)
downloadhttpd-ee442f2006f777ea3c1ce2328f4b347e666422e2.tar.gz
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
Diffstat (limited to 'docs/manual/mod/mod_rewrite.html')
-rw-r--r--docs/manual/mod/mod_rewrite.html24
1 files changed, 13 insertions, 11 deletions
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:
<LI>'<STRONG><CODE>proxy|P</CODE></STRONG>' (force <STRONG>p</STRONG>roxy)<BR>
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 <CODE>http://</CODE>) 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 <CODE>mod_proxy</CODE> directive <CODE>ProxyPass</CODE>, to map
- some remote stuff into the namespace of the local server.
+ through the <A HREF="mod_proxy.html">proxy module</A>. You have to make
+ sure that the substitution string is a valid URI (e.g. typically starting
+ with <CODE>http://</CODE><EM>hostname</EM>) 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 <A
+ HREF="mod_proxy.html#proxypass">ProxyPass</A> directive, to map some
+ remote stuff into the namespace of the local server.
<P>
- Notice: <STRONG>You really have to put <CODE>ProxyRequests On</CODE> 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. </STRONG>
+ 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 <CODE>mod_proxy.c</CODE> is part of the ``<CODE>httpd -l</CODE>''
+ output. If yes, this functionality is available to mod_rewrite. If not,
+ then you first have to rebuild the ``<CODE>httpd</CODE>'' program with
+ mod_proxy enabled.
<P>
<LI>'<STRONG><CODE>last|L</CODE></STRONG>' (<STRONG>l</STRONG>ast rule)<BR>
Stop the rewriting process here and