Alon Bar-Lev has posted comments on this change.

Change subject: packaging: less intrusive method for httpd integration
......................................................................


Patch Set 18: (3 inline comments)

....................................................
File packaging/fedora/setup/engine_validators.py
Line 275:     else:
Line 276:         return False
Line 277: 
Line 278: def validatePortsRedirection(param, options=[]):
Line 279:     """ Validate that the we are working with remote DB host
Done
Line 280:     """
Line 281:     # If we perform httpd redirection, return True.
Line 282:     # If not, return False
Line 283: 


....................................................
File packaging/fedora/setup/ovirt-engine-proxy.conf.in
Line 11:         ProxySet retry=5
Line 12: 
Line 13:         # This is needed to make sure that long RESTAPI requests have 
time to
Line 14:         # finish before the web server aborts the request as the 
default timeout
Line 15:         # (controlled by the Timeout directive in httpd.conf is 60 
seconds).
Done
Line 16:         ProxySet timeout=3600
Line 17:     </Proxy>
Line 18: 
Line 19:     Redirect /ovirt-engine /ovirt-engine/


Line 23:         ProxyPass ajp://localhost:@JBOSS_AJP_PORT@/
Line 24:     </Location>
Line 25: 
Line 26:     <LocationMatch 
^/(UserPortal|OvirtEngineWeb|webadmin|ca.crt|engine.ssh.key.txt|rhevm.ssh.key.txt|ovirt-engine-style.css|docs|spice)>
Line 27:         ProxyPassMatch ajp://localhost:@JBOSS_AJP_PORT@
Not meant to do this complex... but extended.
Line 28:     </LocationMatch>
Line 29: 
Line 30:     <Location /api>
Line 31:         ProxyPass ajp://localhost:@JBOSS_AJP_PORT@/api


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I89a47a99e28de0905183dc502cb0b35c80f77e6d
Gerrit-PatchSet: 18
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <alou...@redhat.com>
Gerrit-Reviewer: Alex Lourie <alou...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Einav Cohen <eco...@redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com>
Gerrit-Reviewer: Michael Pasternak <mpast...@redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgold...@redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschr...@redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vsz...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to