Juan Hernandez has posted comments on this change.

Change subject: packaging: proxy: rename proxy httpd conf.d file
......................................................................


Patch Set 2:

Instead of this I would prefer to explicitly load the required modules inside 
our .conf file, something like this:

  <IfModule !proxy_module>
    LoadModule proxy_module modules/mod_proxy.so
  </IfModule>
  <IfModule !proxy_ajp_module>
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
  </IfModule>

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic37b672d262985b38ea253c165ae2234d70963d2
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Eyal Edri <ee...@redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com>
Gerrit-Reviewer: Ohad Basan <oba...@redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbona...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to