summaryrefslogtreecommitdiff
path: root/tests/fcgi-responder.c
Commit message (Collapse)AuthorAgeFilesLines
* [tests] FCGI_Finish() final request before exitGlenn Strauss2017-01-101-0/+2
|
* [mod_fastcgi] detect child exit, restart proactivelyGlenn Strauss2017-01-101-1/+1
| | | | | | (instead of detecting upon a subsequent HTTP request) (for backends spawned by mod_fastcgi)
* [tests] test coverage for issues (#321, #322)Christoph Kreutzer2016-09-191-0/+3
| | | | | | | | | | | | FastCGI Authorizer support with FastCGI Responders x-ref: "mod_fastcgi authorizers cannot protect fastcgi responders" http://redmine.lighttpd.net/issues/321 x-ref: "FastCGI Authorizer support for Variable-name variable passing" http://redmine.lighttpd.net/issues/322
* Fix non-ANSI function declarations.Cyril Brulebois2012-08-311-1/+1
| | | | | | | | | | | | The proper way to declare a function taking no parameters isn't: foo bar(); But this instead: foo bar(void); Signed-off-by: Cyril Brulebois <kibi@debian.org> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2843 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix workaround for incorrect path info/scriptname if fastcgi prefix is "/" ↵Stefan Bühler2009-04-011-1/+7
| | | | | | (fixes #729) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2421 152afb58-edef-0310-8abb-c4023f1b3aa9
* fix tests build for scons that has no config.hmOo2008-02-251-0/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2078 152afb58-edef-0310-8abb-c4023f1b3aa9
* - a few more whitespace cleanupsMarcus Rückert2006-10-051-4/+4
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1374 152afb58-edef-0310-8abb-c4023f1b3aa9
* - properly find fastcgi.h in /usr/include/fastcgiMarcus Rückert2006-10-031-0/+5
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1364 152afb58-edef-0310-8abb-c4023f1b3aa9
* added tests for restarting fcgi-procs after they diedJan Kneschke2005-03-011-4/+10
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@64 152afb58-edef-0310-8abb-c4023f1b3aa9
* added checks for the line-terminator handling and cleanup the configsJan Kneschke2005-03-011-0/+34
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@62 152afb58-edef-0310-8abb-c4023f1b3aa9