aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_fastcgi_module.c
Commit message (Collapse)AuthorAge
...
* fix cached FastCGI response with large stderr output before headerIgor Sysoev2010-03-03
|
* fix typoIgor Sysoev2009-12-23
|
* regex named capturesIgor Sysoev2009-11-16
|
* proxy_bind, fastcgi_bind, and memcached_bindIgor Sysoev2009-11-02
|
* hide cacheable Set-Cookie and P3P FastCGI response headersIgor Sysoev2009-10-07
|
* refactor fastcgi stderr handlingIgor Sysoev2009-08-12
|
* fix a garbage in a split fastcgi headerIgor Sysoev2009-08-04
|
* continue to parse available fastcgi record after a split header,Igor Sysoev2009-08-04
| | | | | this fixes the erroneous message "upstream prematurely closed connection while reading response header from upstream"
* ngx_http_upstream_create() to cleanup the previous upstream afterIgor Sysoev2009-07-27
| | | | internal redirect
* do auto redirect for proxy_pass/fastcgi_pass with variablesIgor Sysoev2009-07-20
|
* proxy_cache_use_stale/fastcgi_cache_use_stale updatingIgor Sysoev2009-06-06
|
* return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev2009-06-02
|
* report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibilityIgor Sysoev2009-05-28
|
* style fixIgor Sysoev2009-05-28
|
* proxy_cache_methods and fastcgi_cache_methodsIgor Sysoev2009-05-19
|
* proxy_ignore_headers and fastcgi_ignore_headersIgor Sysoev2009-04-30
|
* fix fastcgi_cache_min_usesIgor Sysoev2009-04-21
|
* move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memoryIgor Sysoev2009-04-16
|
* merge fastcgi_cache_keyIgor Sysoev2009-04-02
|
* fastcgi cacheIgor Sysoev2009-03-24
|
* a prelimiary proxy cache supportIgor Sysoev2009-03-23
|
* fix segfault if $fastcgi_script_name or $fastcgi_path_info were used beforeIgor Sysoev2009-01-26
| | | | fastcgi handler, the bug has been introduced in r2444
* fastcgi_split_path_infoIgor Sysoev2009-01-16
|
* fix segfault, introduced in r2423Igor Sysoev2008-12-24
|
* variable support for unix sockets in fastcgi_pass and proxy_passIgor Sysoev2008-12-23
|
* test port in fastcgi_pass variableIgor Sysoev2008-12-10
|
* clear fastcgi ctx for internal redirection via named locationIgor Sysoev2008-12-10
|
* delete surplus upstream.schema fieldIgor Sysoev2008-12-10
|
* fastcgi_pass variables supportIgor Sysoev2008-12-10
|
* underscores_in_headersIgor Sysoev2008-09-24
|
* remove unused #include'sIgor Sysoev2008-09-05
|
* style fix: remove tabs and trailing spacesIgor Sysoev2008-09-01
|
* if upstream sent a location header without status use 302Igor Sysoev2008-08-04
|
* ngx_strlow()Igor Sysoev2008-08-04
|
* *) back out r2040Igor Sysoev2008-06-17
| | | | | | *) refactor ngx_palloc() *) introduce ngx_pnalloc() *) additional pool blocks have smaller header
* remove directives deprecated in 0.3.xIgor Sysoev2008-05-24
|
* fix error introduced in r1273 and r1275:Igor Sysoev2008-05-08
| | | | nginx did not process FastCGI response if header was at end of FastCGI record
* fastcgi params debug loggingIgor Sysoev2008-03-16
|
* add X-Accel-Charset to ingored header, fix X-Accel-BufferingIgor Sysoev2008-02-11
|
* fix orderIgor Sysoev2008-02-07
|
* fix orderIgor Sysoev2008-02-07
|
* *) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTRIgor Sysoev2007-12-09
| | | | | | | this fixes fastcgi_catch_stderr segfault introduced in r1453 *) ngx_http_upstream_hide_headers_hash() *) proxy/fastcgi pass_header/hide_header use ngx_http_upstream_hide_headers_hash()
* return NGX_HTTP_UPSTREAM_INVALID_HEADER instead of NGX_HTTP_BAD_GATEWAYIgor Sysoev2007-12-09
| | | | to go to a next upstream on invalid_header condition
* return NGX_ERROR instead of NGX_HTTP_INTERNAL_SERVER_ERROR in u->parse_header()Igor Sysoev2007-12-09
|
* return NGX_HTTP_UPSTREAM_INVALID_HEADER for invalid statusIgor Sysoev2007-12-09
|
* log how big fastcgi recordIgor Sysoev2007-12-01
|
* proxy_pass variables supportIgor Sysoev2007-11-27
|
* fix typoIgor Sysoev2007-11-14
|
* fix English grammarIgor Sysoev2007-10-14
|
* style fix: remove double semicolonsIgor Sysoev2007-10-09
|