diff --git a/files/apache-keystone.template b/files/apache-keystone.template index 919452a040..805e7b81f0 100644 --- a/files/apache-keystone.template +++ b/files/apache-keystone.template @@ -20,3 +20,7 @@ Listen %ADMINPORT% LogLevel debug CustomLog /var/log/%APACHE_NAME%/access.log combined + +# Workaround for missing path on RHEL6, see +# https://bugzilla.redhat.com/show_bug.cgi?id=1121019 +WSGISocketPrefix /var/run/%APACHE_NAME%