From: Richard Bowen Date: Mon, 24 Mar 2014 19:36:36 +0000 (+0000) Subject: Rebuild X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f048915e2fcd7b9eb95e5c98edba62f351a1756;p=thirdparty%2Fapache%2Fhttpd.git Rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1581013 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_express.html.en b/docs/manual/mod/mod_proxy_express.html.en index ebe469c7baf..1de6721ec04 100644 --- a/docs/manual/mod/mod_proxy_express.html.en +++ b/docs/manual/mod/mod_proxy_express.html.en @@ -62,10 +62,12 @@
  • It does not support regex or pattern matching at all.
  • It emulates: -

    - ProxyPass / backend.server:port
    - ProxyPassReverse / backend.server:port
    -

    +
    <VirtualHost *:80>
    +   ServerName front.end.server
    +   ProxyPass / back.end.server:port
    +   ProxyPassReverse / back.end.server:port
    +</VirtualHost>
    + That is, the entire URL is appended to the mapped backend URL. This is in keeping with the intent of being a simple but fast reverse proxy switch.