From: Barış Metin Date: Tue, 6 Jul 2010 15:57:11 +0000 (+0000) Subject: disable mod_wsgi for next release. using WSGIDaemonProcess may cause problems with... X-Git-Tag: MyPLC-5.0-7~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=056625369a7163e8540b1e5cee4d756c07a64456;p=myplc.git disable mod_wsgi for next release. using WSGIDaemonProcess may cause problems with mod_python on old mod_wsgi versions (f8) --- 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