summaryrefslogtreecommitdiff
path: root/tests/mod-fastcgi.t
Commit message (Expand)AuthorAgeFilesLines
* [tests] _WIN32 skip time-sensitive tests during CIGlenn Strauss2023-05-031-9/+8
* [tests] _WIN32 adjustments in LightyTest.pmGlenn Strauss2023-05-031-1/+1
* [tests] skip time-sensitive test during CI testingGlenn Strauss2021-09-091-0/+12
* [tests] speed up mod-fastcgi and mod-scgi testsGlenn Strauss2021-09-041-2/+1
* [tests] use ephemeral ports in testsGlenn Strauss2021-01-051-1/+4
* [tests] OpenBSD crypt() support limited to bcryptGlenn Strauss2020-12-261-0/+4
* [tests] remove FastCGI test dependency on PHPGlenn Strauss2020-12-231-187/+29
* [tests] remove FastCGI test dependency on libfcgiGlenn Strauss2020-12-231-8/+8
* [tests] fix skip count in mod-fastcgi w/o php-cgiGlenn Strauss2020-07-081-1/+1
* [core] reduce use of struct parse_header_stateGlenn Strauss2020-02-241-17/+1
* [tests] more test config cleanupGlenn Strauss2018-12-181-17/+2
* [tests] update skip count in mod-fastcgi.tGlenn Strauss2018-12-111-1/+1
* [tests] some test config cleanupGlenn Strauss2018-12-101-75/+37
* [tests] reduce time waiting for backends to startGlenn Strauss2017-03-191-2/+4
* [tests] give time for periodic jobs to detect exitGlenn Strauss2017-01-101-0/+2
* [tests] update test skip count for !fcgi-responderGlenn Strauss2017-01-101-1/+1
* [mod_fastcgi] detect child exit, restart proactivelyGlenn Strauss2017-01-101-12/+2
* [autobuild] skip two new tests if no fcgi-authGlenn Strauss2016-09-231-1/+1
* [tests] test coverage for issues (#321, #322)Christoph Kreutzer2016-09-191-1/+18
* [cygwin] fix mod_proxy and mod_fastcgi ioctl useGlenn Strauss2016-06-231-0/+4
* [tests] search for perl in PATH instead of /usr/bin; whitespace + test config...Stefan Bühler2015-08-221-6/+3
* [auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workar...Stefan Bühler2012-04-191-2/+20
* mod_fastcgi: Add "X-Sendfile2" - supporting multiple ranged files (fixes #2008)Stefan Bühler2009-10-141-2/+16
* mod_fastcgi: restart local procs immediately after they terminated, fix local...Stefan Bühler2009-10-111-2/+2
* Read hostname from absolute uris in the request line (fixes #1937)Stefan Bühler2009-10-111-2/+10
* Remove X-Sendfile-Range feature; it will be replaced with something more powe...Stefan Bühler2009-06-191-16/+2
* Add X-Sendfile-Range feature (fixes #2005)Stefan Bühler2009-06-111-2/+16
* Workaround broken operating systems: check for trailing '/' in filenames (fix...Stefan Bühler2009-06-071-2/+10
* Fix workaround for incorrect path info/scriptname if fastcgi prefix is "/" (f...Stefan Bühler2009-04-011-3/+20
* Fix fastcgi authorization in subdirectories with check-local=disabled; don't ...Stefan Bühler2008-10-011-2/+10
* [tests] Fix fastcgi php findingStefan Bühler2008-07-301-1/+2
* [tests] Fixed tests needing php running (if not running on port 1026, search ...Stefan Bühler2008-07-291-5/+27
* Fix typo in test descriptionStefan Bühler2008-04-231-1/+1
* r2123@chromobil: stefan | 2008-02-27 19:30:54 +0100Stefan Bühler2008-02-271-2/+11
* - change s/// separator that it doesn't confuse vimElan Ruusamäe2008-01-151-4/+4
* - a more portable version for the SAPI breakage in php 5.2.4Marcus Rückert2007-08-271-1/+1
* fixed number of skipped testsJan Kneschke2007-08-171-3/+3
* - fixed test for max-request-size on 64bit platformsJan Kneschke2006-03-091-3/+3
* we have an extra test for respondersJan Kneschke2006-03-061-2/+2
* check for trailing spaces on windowsJan Kneschke2006-03-041-0/+7
* made the 'spawn php myself' working again for me (jan)Jan Kneschke2006-01-031-1/+1
* use netstat to check if a process is listening on port 1026Jan Kneschke2005-09-011-1/+1
* wait the fastcgi process to be upmOo2005-09-011-0/+2
* find perl at runtimeJan Kneschke2005-09-011-1/+1
* removed duplicate test-scripts, added a test for bin-copy-env and cleaned up ...Jan Kneschke2005-08-311-11/+21
* added tests for keep-alive and setenv and passed a ARRAY ref instead of a HAS...Jan Kneschke2005-08-311-30/+30
* off by one in the skip countJan Kneschke2005-08-271-1/+1
* removed warnings on empty response-body, added debug output to mod_proxyJan Kneschke2005-08-171-1/+1
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-091-1/+9
* added tests for /prefix + PATH_INFO on check-local = disableJan Kneschke2005-07-281-2/+23