Fix fedocal: rhel7 has py2.7 not 2.6
This commit is contained in:
parent
199ca9d6de
commit
1cc085ffa8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
|
||||
Alias /calendar/static /usr/lib/python2.6/site-packages/fedocal/static/default/
|
||||
Alias /calendar/static /usr/lib/python2.7/site-packages/fedocal/static/default/
|
||||
|
||||
WSGIDaemonProcess fedocal user=apache maximum-requests=1000 display-name=fedocal processes=2 threads=1
|
||||
WSGISocketPrefix run/wsgi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue