From 1efbee3d421996f558333987a10af5ecd9e79bcc Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Thu, 10 Apr 2014 16:53:53 -0400 Subject: python-horizon: apache mod_wsgi path error openstack-dashboard-apache hardcoded libdir, modify this to %LIBDIR% and substitude in the install phase... Signed-off-by: Amy Fong --- .../python/python-horizon/openstack-dashboard-apache.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-horizon') diff --git a/meta-openstack/recipes-devtools/python/python-horizon/openstack-dashboard-apache.conf b/meta-openstack/recipes-devtools/python/python-horizon/openstack-dashboard-apache.conf index 5b77639..413078a 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon/openstack-dashboard-apache.conf +++ b/meta-openstack/recipes-devtools/python/python-horizon/openstack-dashboard-apache.conf @@ -1,4 +1,4 @@ -LoadModule wsgi_module /usr/lib64/apache2/modules/mod_wsgi.so +LoadModule wsgi_module %LIBDIR%/apache2/modules/mod_wsgi.so # python 2.7.2 has a bug that causes fork run in sub interpreters to fail # http://bugs.python.org/issue13156 -- cgit v1.2.3-54-g00ecf