Re: [Cppcms-users] async connections and response headers
Brought to you by:
artyom-beilis
From: Artyom <art...@ya...> - 2010-07-14 10:07:56
|
Hello, Looks like Nginx's SCGI backend does not confirm to CGI/SCGI standard See: http://wiki.nginx.org/NginxNgxSCGIModule bugs section. So I would suggest using FastCGI with nginx or use other web server like lighttpd or apache that has confirming implementations. Regards, Artyom P.S.: Also I see that according to documentation of Nginx's SCGI: "In the current version SCRIPT_NAME and PATH_INFO are not defined. they are very important for CppCMS applications correct dispatching. > > thanks for pointing this out. it now works (yippie) but if i omit > setting the status explicit to 200 i still get no response headers. from > your mail i think it should default to 200 - shouldn't it? or is this a > flaw in the nginx's scgi implementation.. > > thanks again, > > frank. > |