Changes with nginx 0.8.30 15 Dec
2009
*) Change: now the default buffer size of the
"large_client_header_buffers" directive is 8K.
Thanks to Andrew Cholakian.
*) Feature: the conf/fastcgi.conf for simple FastCGI configurations.
*) Bugfix: nginx/Windows tried to rename a temporary file twice if
the
file should replace an already existent file.
*) Bugfix: of "double free or corruption" error issued if host could
not be resolved; the bug had appeared in 0.8.22.
Thanks to Konstantin Svist.
*) Bugfix: in libatomic usage on some platforms.
Thanks to W-Mark K..
–
Igor S.
http://sysoev.ru/en/
On Tue, Dec 15, 2009 at 7:21 AM, Igor S. [email protected] wrote:
  *) Feature: the conf/fastcgi.conf for simple FastCGI configurations.
What’s the reasoning for this? Right now it’s identical to
fastcgi_params besides for no
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
Which I think should be kept as default, as it’s probably the most
standard way people use it, and they can override it manually in the
server config if they choose to host PHP in some wacky place…
On Tue, Dec 15, 2009 at 2:36 PM, Michael S. [email protected]
wrote:
standard way people use it, and they can overrfastide it manually in the
server config if they choose to host PHP in some wacky place…
nginx mailing list
[email protected]
nginx Info Page
Because it’s not just for PHP. Most other people don’t NEED
SCRIPT_FILENAME (or at least in my experience) and I think it’s a good
thing to not needlessly pass along a value made of variables that must
be resolved.
That said I’ll be including fastcgi.conf instead of fastcgi_params on
my PHP boxes now :).
– Merlin
Oh duh. 
I actually have a lot less for my django setup than that even.
Sent from my iPhone
On Tue, Dec 15, 2009 at 6:36 PM, Michael S. [email protected]
wrote:
On Tue, Dec 15, 2009 at 7:21 AM, Igor S. [email protected] wrote:
server config if they choose to host PHP in some wacky place…
be resolved.
nginx mailing list
[email protected]
nginx Info Page
Yeah actually, we might want to start another thread about it and see
what other people are doing, but I made a python_params that is
basically like fastcgi.conf except it includes PATH_INFO instead of
SCRIPT_FILENAME :-).
– Merlin
or just recipes on the wiki 