From 056625369a7163e8540b1e5cee4d756c07a64456 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Tue, 6 Jul 2010 15:57:11 +0000 Subject: [PATCH] disable mod_wsgi for next release. using WSGIDaemonProcess may cause problems with mod_python on old mod_wsgi versions (f8) --- plc.d/httpd | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/plc.d/httpd b/plc.d/httpd index eaef6eb..6701223 100755 --- a/plc.d/httpd +++ b/plc.d/httpd @@ -115,17 +115,17 @@ case "$1" in cat < Redirect /db https://$PLC_WWW_HOST:$PLC_WWW_SSL_PORT/db Redirect /planetlab https://$PLC_WWW_HOST:$PLC_WWW_SSL_PORT/planetlab Redirect /$PLC_API_PATH https://$PLC_API_HOST:$PLC_API_PORT/$PLC_API_PATH - Redirect /$PLC_API_WSGI_PATH/ https://$PLC_API_HOST:$PLC_API_PORT/$PLC_API_WSGI_PATH/ - WSGIScriptAlias $PLC_API_WSGI_PATH /usr/share/plc_api/ModWSGI.wsgi +### Redirect /$PLC_API_WSGI_PATH/ https://$PLC_API_HOST:$PLC_API_PORT/$PLC_API_WSGI_PATH/ +### WSGIScriptAlias $PLC_API_WSGI_PATH /usr/share/plc_api/ModWSGI.wsgi # XX make processes and threads configurable - WSGIDaemonProcess plcapi-wsgi user=apache group=apache processes=1 threads=25 - WSGIProcessGroup plcapi-wsgi +### WSGIDaemonProcess plcapi-wsgi user=apache group=apache processes=1 threads=25 +### WSGIProcessGroup plcapi-wsgi EOF fi @@ -155,9 +155,9 @@ EOF # mod_wsgi location - - SetHandler mod_wsgi - +### +### SetHandler mod_wsgi +### EOF else cat < # mod_wsgi location - - Deny from all - +### +### Deny from all +### EOF fi -- 2.43.0