Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: proxy: rename proxy httpd conf.d file ......................................................................
packaging: proxy: rename proxy httpd conf.d file in rhel the mod_proxy_ajp is loaded at its own conf.d file named proxy_ajp.conf. out proxy should be loaded after this configuration file to make sure the proxy is loaded and the proxy_ajp_module symbol is available. Change-Id: Ic37b672d262985b38ea253c165ae2234d70963d2 Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/fedora/setup/basedefs.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/51/13751/1 diff --git a/packaging/fedora/setup/basedefs.py b/packaging/fedora/setup/basedefs.py index 56efa94..5cfba78 100644 --- a/packaging/fedora/setup/basedefs.py +++ b/packaging/fedora/setup/basedefs.py @@ -102,7 +102,7 @@ FILE_PSQL_CONF="/var/lib/pgsql/data/postgresql.conf" FILE_OVIRT_HTTPD_CONF_TEMPLATE="%s/conf/ovirt-engine-proxy.conf.in" % DIR_ENGINE FILE_OVIRT_HTTPD_CONF_ROOT_TEMPLATE="%s/conf/ovirt-engine-root-redirect.conf.in" % DIR_ENGINE -FILE_OVIRT_HTTPD_CONF="/etc/httpd/conf.d/ovirt-engine.conf" +FILE_OVIRT_HTTPD_CONF="/etc/httpd/conf.d/proxy_ovirt-engine.conf" FILE_OVIRT_HTTPD_CONF_ROOT="/etc/httpd/conf.d/ovirt-engine-root-redirect.conf" FILE_HTTPD_SSL_CONFIG="/etc/httpd/conf.d/ssl.conf" FILE_HTTPD_CONF="/etc/httpd/conf/httpd.conf" -- To view, visit http://gerrit.ovirt.org/13751 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic37b672d262985b38ea253c165ae2234d70963d2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
