Le lundi 31 janvier 2011, tlcastro01 <[email protected]> a écrit : ====================================================================== > > 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. ======================================================================
That's strange, your WSGI configuration seems OK... Are you sure you don't have a simple "browser cookie" problem ?? Regards, Thierry -- Chef de projets intranet/internet Office National des Forêts - Département Informatique 2, Avenue de Saint-Mandé 75570 Paris Cedex 12 Tél. : 01 40 19 59 64 Fax. : 01 40 19 58 85 Mél. : [email protected] Web. : http://www.onf.fr _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
