Project

General

Profile

Revision 637d2f0a

ID637d2f0acb12c6377d5da913c14f476105d59ed5
Parent c06f0d54
Child 6e77380f

Added by Aurelien BOMPARD about 13 years ago

IHMs: placement systématique du socket WSGI dans /var/run (portabilité)

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@6897 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

deployment/vigiboard.conf.in
4 4

  
5 5
<IfModule mod_wsgi.c>
6 6

  
7
WSGISocketPrefix /var/run/wsgi
7 8
WSGIRestrictStdout off
8 9
WSGIPassAuthorization on
9 10
WSGIDaemonProcess vigiboard user=apache group=apache processes=2
pkg/vigiboard.redhat.spec
36 36

  
37 37
%prep
38 38
%setup -q
39
# A cause des permissions sur /var/log/httpd sur Red Hat
40
sed -i -e '/<IfModule mod_wsgi\.c>/a WSGISocketPrefix run/wsgi' deployment/%{module}.conf.in
41 39

  
42 40
%build
43 41

  
pkg/vigiboard.rhel6.spec
30 30

  
31 31
%prep
32 32
%setup -q
33
# A cause des permissions sur /var/log/httpd sur Red Hat
34
sed -i -e '/<IfModule mod_wsgi\.c>/a WSGISocketPrefix run/wsgi' deployment/%{module}.conf.in
35 33

  
36 34
%build
37 35

  

Also available in: Unified diff