| ... | ... |
@@ -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% |