i'm using WSGI like this:

    WSGIDaemonProcess bb user=myuser group=mygroup processes=1 threads=15
home=/project/path/
    WSGIProcessGroup bb

        WSGIScriptAlias /bb /project/path/parts/wsgi_app/wsgi

        <Directory /project/pathparts/wsgi_app>
            Order deny,allow
            Allow from all
        </Directory>

and i get nothing in apache's errorlog.

thanks.

-----
Thiago L. Castro
-- 
View this message in context: 
http://bluebream.765161.n3.nabble.com/Manager-authentication-Apache-tp2385500p2390421.html
Sent from the BlueBream mailing list archive at Nabble.com.
_______________________________________________
bluebream mailing list
[email protected]
https://mail.zope.org/mailman/listinfo/bluebream

Reply via email to