Just.. run as apache.

This commit is contained in:
Ralph Bean 2014-06-16 20:38:52 +00:00
parent db643ca928
commit ae4389b482
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
Alias /static /usr/lib/python2.6/site-packages/github2fedmsg/static
Alias /pngs /usr/share/badges/pngs
WSGIDaemonProcess github2fedmsg user=github2fedmsg group=github2fedmsg maximum-requests=1000 display-name=github2fedmsg processes=4 threads=4
WSGIDaemonProcess github2fedmsg user=apache group=apache maximum-requests=1000 display-name=github2fedmsg processes=4 threads=4
WSGISocketPrefix run/wsgi
WSGIRestrictStdout On
WSGIRestrictSignal Off

View file

@ -18,7 +18,7 @@
- name: copy github2fedmsg app configuration
template: >
src={{ item }} dest="/etc/github2fedmsg/{{ item }}"
owner=github2fedmsg group=github2fedmsg mode=0600
owner=apache group=apache mode=0600
with_items:
- github2fedmsg.ini
tags: