13 Commits

Author SHA1 Message Date
winniehell
fbd343f725 use NE flag for RewriteRule 2016-10-21 21:34:17 +02:00
Samuel D. Leslie
b9afcfd8f9 Add the ErrorDocument for 502 and fix 503 for GitLab 8.8 release 2016-06-21 10:26:49 +10:00
Christopher Zentgraf
16bb99d435 Fix 400 error on percent encoded URLs 2016-03-24 01:19:17 +01:00
Christopher Zentgraf
59956b8223 Prevent Apache from serving uploads directly 2016-03-19 22:12:17 +01:00
Christopher Zentgraf
cfeb613c2a Don't escape percent encoded characters in api requests 2016-03-19 09:20:33 +01:00
Christopher Zentgraf
bb59a6c1b8 Don't redirect static files requests such as error documents 2016-03-19 08:38:02 +01:00
Christopher Zentgraf
fe1bb890a6 Fix URLs containing whitespace when GitLab used together with Apache
Turns off NoEscape flag. Adapted from https://gitlab.com/gitlab-org/gitlab-ce/issues/3163
2016-02-07 11:11:10 +01:00
M. Ricketts
eb718282a2 Update to forward everything to GitLab workhorse 2016-01-28 12:27:09 +00:00
p-schneider
f03b1e950b unify Apache config files, fix missing RewriteCond lines for gitlab-workhorse in non-omnibus configs
(8 conf files with almost the same content easily run out of sync)
2015-11-26 01:55:14 +01:00
Jerome TAMARELLE
e44ea041dd Prevent double encoding of archive URL (Apache config)
When getting an archive from the API, the ID can be NAMESPACE/PROJECT_NAME
http://gitlab.mycompany.com/api/v3/projects/foo%2Fbar/repository/archive.zip?sha=87a5db5ea887763fa3a31a5471b512ff1596d9b8

The Apache option "NE" avoids double encoding of the %2F
2015-11-24 18:03:09 +01:00
Achilleas Pipinellis
6fe4a0c6d6 Change tested version to 8.2 2015-11-15 22:53:09 +02:00
Achilleas Pipinellis
bfa6fb3a95 Fix typos and wrong listen_addr for gitlab-workhorse 2015-11-15 22:42:08 +02:00
Achilleas Pipinellis
9fdac5556f Revamp apache config files and README 2015-10-28 18:17:05 +02:00