documentation: Improve Apache mod_proxy configuration

Bug: issue 447
Change-Id: Ib3f4aeee9b117237adf4a57d54df3bb237739b7c
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce 2010-02-13 12:07:53 -08:00
parent 1ce61dbfbc
commit e240de1293

View File

@ -31,8 +31,10 @@ during 'init'.
listenUrl = proxy-http://127.0.0.1:8081/r/ listenUrl = proxy-http://127.0.0.1:8081/r/
---- ----
Configure an Apache VirtualHost to proxy to the Gerrit daemon, setting Configure an Apache VirtualHost to proxy to the Gerrit daemon,
the 'ProxyPass' line to use the 'http://' URL configured above. setting the 'ProxyPass' line to use the 'http://' URL configured
above. Ensure the path of ProxyPass and httpd.listenUrl match,
or links will redirect to incorrect locations.
---- ----
<VirtualHost *> <VirtualHost *>