Rui Lopes wrote: > Miguel Angel Ajo Pelayo wrote: >> try removing this when using FCGI: >> >> vserver!1!rule!10000!handler!pass_req_headers = 1 >> >> That's only for SCGI+django, I think. > > Still does not work. > > From what I understood, that setting only influences the passage of > unknown HTTP headers from cherokee to the SCGI app; which bears the > question, how would it help?
No, it wouldn't. I have tried to reproduce the problem but I have not succeed. Both fcgi and scgi pass the same variable set: ========= $ ./manage.py runfcgi method=threaded host=127.0.0.1 port=3033 protocol=scgi daemonize=false 2008-08-25 14:30:45 : WSGIServer starting up 2008-08-25 14:30:47 : GET /demo/lalala environ['PATH_INFO'] /lalala environ['SCRIPT_NAME'] /demo ========= ========= $ ./manage.py runfcgi method=threaded host=127.0.0.1 port=3033 protocol=fcgi daemonize=false environ['PATH_INFO'] /lalala environ['SCRIPT_NAME'] /demo ========= Anyway, that wasn't the main issue, was it? Cheers! -- Greetings, alo http://www.alobbs.com/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
