Alex Lourie has uploaded a new change for review.

Change subject: packaging: setup: updated apache proxy configuration
......................................................................

packaging: setup: updated apache proxy configuration

The current implementation incorrectly users 'early'
statement for /api links in apache configuration, which
does not remove 'Expect' headers as expected.

The new implementation removes the 'early' statement fixing
the issue.

Change-Id: I7f0618caec59c2da894f242e230b23ebc7847b04
Bug-Url: https://bugzilla.redhat.com/849442
Signed-off-by: Alex Lourie <[email protected]>
---
M packaging/conf/ovirt-engine-proxy.conf.v2.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/63/16563/1

diff --git a/packaging/conf/ovirt-engine-proxy.conf.v2.in 
b/packaging/conf/ovirt-engine-proxy.conf.v2.in
index 0291e78..12dc0a3 100644
--- a/packaging/conf/ovirt-engine-proxy.conf.v2.in
+++ b/packaging/conf/ovirt-engine-proxy.conf.v2.in
@@ -40,7 +40,7 @@
         # problem with some API clients):
         #
         <IfModule headers_module>
-            RequestHeader unset Expect early
+            RequestHeader unset Expect
         </IfModule>
 
         <IfModule deflate_module>


-- 
To view, visit http://gerrit.ovirt.org/16563
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7f0618caec59c2da894f242e230b23ebc7847b04
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to