Re: [Cppcms-users] pending request
Brought to you by:
artyom-beilis
|
From: Artyom B. <art...@ya...> - 2015-03-15 18:57:10
|
???? In any case FastCGI contains "end of data termination" andcontent length isn't required by HTTP, actually HTTP/1.1 supportschunked transfer encoding to eliminate need of content-lenght. In any way - my personal recommendation nginx or lighttpd... go with lighttpd. Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ From: Василий Теркин <par...@gm...> To: cpp...@li... Sent: Sunday, March 15, 2015 6:39 PM Subject: Re: [Cppcms-users] pending request i beg your pardon, guysnginx: fastcgi_pass localhost:5555; -> fastcgi_pass 127.0.0.1:5555; did the trick. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users |