X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.d%2Fhttpd;fp=plc.d%2Fhttpd;h=6180e6eae012bb9be6007c0992359c899cb6c96d;hb=aab7636f16f072802f91f20b8f2307570d290e04;hp=48c8beb4ff07b16b2af25a5a0287c2c98d25a934;hpb=4cef883d78f5efb6fe66a4a9404946e35aebb47f;p=myplc.git diff --git a/plc.d/httpd b/plc.d/httpd index 48c8beb..6180e6e 100755 --- a/plc.d/httpd +++ b/plc.d/httpd @@ -183,7 +183,7 @@ EOF # with mod_python preferred if rpm -q mod_python >& /dev/null ; then configure_for_mod_python=true - elif rpm -q mod_wsgi >& /dev/null ; then + elif rpm -q mod_wsgi >& /dev/null || rpm -q python2-mod_wsgi >& /dev/null ; then configure_for_mod_wsgi=true else echo "Requires mod_python or mod_wsgi.... exiting"