summaryrefslogtreecommitdiff
path: root/src/mod_fastcgi.c
Commit message (Expand)AuthorAgeFilesLines
* Rename fdevent_event_add to _set to reflect what the function does. Fix some ...Stefan Bühler2010-08-171-5/+5
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf callsStefan Bühler2010-08-061-17/+2
* mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfi...Stefan Bühler2010-07-041-0/+4
* Fix parsing of fastcgi.debug option on big-endian (fixes #2230)Stefan Bühler2010-07-041-2/+2
* mod_fastcgi: x-sendfile2 parse error debuggingStefan Bühler2010-01-201-4/+17
* mod_fastcgi: Don't reconnect after connect() succeeded (fixes #2096)Stefan Bühler2009-11-071-23/+6
* mod_fastcgi: fix mod_fastcgi packet parsingStefan Bühler2009-11-071-10/+11
* Fix broken return values from int to enum in mod_fastcgiStefan Bühler2009-10-201-16/+6
* mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't suc...Stefan Bühler2009-10-161-4/+5
* mod_fastcgi: Add "X-Sendfile2" - supporting multiple ranged files (fixes #2008)Stefan Bühler2009-10-141-3/+103
* Fix mod_fastcgi bin-path checkStefan Bühler2009-10-121-1/+1
* mod_fastcgi: restart local procs immediately after they terminated, fix local...Stefan Bühler2009-10-111-21/+27
* mod_fastcgi: fix is_local detection, respawn backends if bin-path is set (fix...Stefan Bühler2009-10-111-31/+32
* mod_fastcgi: don't disable backend if disable-time is 0 (fixes #1825)Stefan Bühler2009-10-111-36/+27
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-16/+17
* - space cosmetic for last commitElan Ruusamäe2009-09-141-2/+2
* - include query string in fastcgi backend errorsElan Ruusamäe2009-09-141-10/+10
* Remove adaptive spawning code from fastcgi (was disabled for a long time)Stefan Bühler2009-07-231-149/+24
* Use disable-time in fastcgi for all disables after errors, default is 1sec (f...Stefan Bühler2009-07-231-11/+11
* Fix handling network-write return values (#2024)Stefan Bühler2009-07-231-5/+0
* Fix issues found with clang analyzerStefan Bühler2009-07-211-10/+15
* Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029)Stefan Bühler2009-07-131-0/+16
* Add server.breakagelog, a "special" stderr (fixes #1863)Stefan Bühler2009-06-211-2/+0
* Remove X-Sendfile-Range feature; it will be replaced with something more powe...Stefan Bühler2009-06-191-34/+5
* Add X-Sendfile-Range feature (fixes #2005)Stefan Bühler2009-06-111-5/+34
* Improve FastCGI performance (fixes #1999)Stefan Bühler2009-06-071-2/+7
* Modify fastcgi error messageStefan Bühler2009-06-031-10/+6
* Fix mod-fastcgi countersStefan Bühler2009-05-191-33/+55
* Fix x-sendfile 2gb limiting (fixes #1970)Stefan Bühler2009-04-281-1/+1
* Fix SERVER_NAME port stripping (fixes #1968)Stefan Bühler2009-04-281-2/+2
* Fix bug with FastCGI request id overflow under high load; just use always id ...Stefan Bühler2009-04-241-62/+1
* Fix trailing zero char in REQUEST_URI after "strip-request-uri" in mod_fastcgiStefan Bühler2009-04-151-1/+1
* Use server.tag for SERVER_SOFTWARE if configured (fixes #357)Stefan Bühler2009-04-111-1/+5
* Add revision number to package version for svn/git checkoutsStefan Bühler2009-04-101-1/+3
* Remove the optional port info from SERVER_NAME (thx Mr_Bond)Stefan Bühler2009-04-091-1/+5
* Remove link from errormsg about fastcgi apps (fixes #1942)Stefan Bühler2009-04-051-4/+1
* Fix workaround for incorrect path info/scriptname if fastcgi prefix is "/" (f...Stefan Bühler2009-04-011-5/+5
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-10/+11
* Fix fastcgi-authorizer handling; Status: 200 is now accepted as the doc requestsStefan Bühler2008-10-161-0/+1
* Fix fastcgi authorization in subdirectories with check-local=disabled; don't ...Stefan Bühler2008-10-011-41/+44
* Fix "comparison between signed and unsigned" warning on 64 bit in mod_fastcgiStefan Bühler2008-08-191-1/+1
* Replaced fprintf with log_error_write in mod-fastcgiStefan Bühler2008-08-191-9/+7
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-011-0/+2
* mod_{fast,s}cgi: overwrite environment variables (#1722)Stefan Bühler2008-07-311-0/+10
* Fix EINTR handling for waitpid in mod_fastcgiStefan Bühler2008-07-311-21/+39
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-24/+24
* fixed #729: Incorrect PATH_INFO when FastCGI is serving "/", use "fix-root-sc...mOo2008-05-221-0/+24
* sync code between fastcgi->scgi: copy note_is_sent, fix typosmOo2008-05-221-4/+3
* Implement a clean way to open /dev/null and use it to close stdin/out/err in ...Stefan Bühler2008-04-291-2/+4
* Fix mod_fastcgi prefix matching: match the prefix always against url, not the...Stefan Bühler2008-04-231-7/+6