git://git.onelab.eu
/
myplc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ed347c
)
define WSGIApplicationGroup %{GLOBAL} in httpd config
master
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Fri, 22 Nov 2024 08:02:44 +0000
(09:02 +0100)
committer
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Fri, 22 Nov 2024 08:02:44 +0000
(09:02 +0100)
plc.d/httpd
patch
|
blob
|
history
diff --git
a/plc.d/httpd
b/plc.d/httpd
index
17ddf67
..
e47970e
100755
(executable)
--- a/
plc.d/httpd
+++ b/
plc.d/httpd
@@
-229,6
+229,8
@@
WSGISocketPrefix run/wsgi
# xxx would be cool to be able to tweak this through config
WSGIDaemonProcess plcapi-wsgi-ssl user=apache group=apache processes=1 threads=25
WSGIProcessGroup plcapi-wsgi-ssl
+# needed since f41, see https://github.com/GrahamDumpleton/mod_wsgi/issues/915
+ WSGIApplicationGroup %{GLOBAL}
<Directory "/usr/share/plc_api/apache">
Options +ExecCGI