Files
gerrit/Documentation
Christian Aistleitner 27a3917dcb Fix sample reverse proxy configuration for Apache
Apache (at least version 2.2.22) chokes on AllowEncodedSlashes being
used in a <Location /> by stating

  AllowEncodedSlashes not allowed here

. Even if that would have been allowed, ProxyPass would encode encoded
forward slashes once again, so '%252F' would arrive at Gerrit instead
of '%2F', rendering the requests invalid.

We now:
* set AllowEncodedSlashes at the correct level in the configuration file
* switch to mod_rewrite, do get proper handling of escaped slashes
* remove now unused Proxy settings
* add a warning against allowing Apache to pass escaped characters

Change-Id: I5c4b96d3cbc1b37234066f80713d33c336989b40
2013-04-17 14:28:08 +02:00
..
2013-01-07 17:30:55 +09:00
2012-08-01 16:55:37 -04:00
2013-03-13 06:28:19 +00:00