Browse code

Merge "Add WSGISocketPrefix to apache keystone config"

Jenkins authored on 2014/07/22 06:58:48
Showing 1 changed files
... ...
@@ -20,3 +20,7 @@ Listen %ADMINPORT%
20 20
     LogLevel debug
21 21
     CustomLog /var/log/%APACHE_NAME%/access.log combined
22 22
 </VirtualHost>
23
+
24
+# Workaround for missing path on RHEL6, see
25
+#  https://bugzilla.redhat.com/show_bug.cgi?id=1121019
26
+WSGISocketPrefix /var/run/%APACHE_NAME%