Add log/mirrormanager/crawler to apache config
This commit is contained in:
parent
7ef98b514d
commit
c4500ab72d
2 changed files with 11 additions and 0 deletions
|
@ -55,3 +55,13 @@
|
||||||
tags:
|
tags:
|
||||||
- mm2_frontend
|
- mm2_frontend
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
- name: apply selinux type to crawler log files
|
||||||
|
file: >
|
||||||
|
dest=/var/log/mirrormanager/crawler
|
||||||
|
setype=httpd_sys_content_t
|
||||||
|
state=directory
|
||||||
|
recurse=yes
|
||||||
|
tags:
|
||||||
|
- mm2_frontend
|
||||||
|
- config
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Apache configuration file for mirrormanager2
|
# Apache configuration file for mirrormanager2
|
||||||
|
|
||||||
Alias /mirrormanager/static /usr/lib/python2.7/site-packages/mirrormanager2/static/fedora/
|
Alias /mirrormanager/static /usr/lib/python2.7/site-packages/mirrormanager2/static/fedora/
|
||||||
|
Alias /mirrormanager/crawler /var/log/mirrormanager/crawler
|
||||||
|
|
||||||
WSGIDaemonProcess mirrormanager user=apache maximum-requests=1000 display-name=mirrormanager processes=2 threads=2
|
WSGIDaemonProcess mirrormanager user=apache maximum-requests=1000 display-name=mirrormanager processes=2 threads=2
|
||||||
WSGISocketPrefix run/wsgi
|
WSGISocketPrefix run/wsgi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue