summaryrefslogtreecommitdiff
path: root/tests/mod-fastcgi.t
Commit message (Collapse)AuthorAgeFilesLines
* [tests] search for perl in PATH instead of /usr/bin; whitespace + test ↵Stefan Bühler2015-08-221-6/+3
| | | | | | | | config cleanups From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3019 152afb58-edef-0310-8abb-c4023f1b3aa9
* [auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific ↵Stefan Bühler2012-04-191-2/+20
| | | | | | workaround, add fastcgi test case (fixes #889) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2833 152afb58-edef-0310-8abb-c4023f1b3aa9
* mod_fastcgi: Add "X-Sendfile2" - supporting multiple ranged files (fixes #2008)Stefan Bühler2009-10-141-2/+16
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2651 152afb58-edef-0310-8abb-c4023f1b3aa9
* mod_fastcgi: restart local procs immediately after they terminated, fix ↵Stefan Bühler2009-10-111-2/+2
| | | | | | local procs handling git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2639 152afb58-edef-0310-8abb-c4023f1b3aa9
* Read hostname from absolute uris in the request line (fixes #1937)Stefan Bühler2009-10-111-2/+10
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2631 152afb58-edef-0310-8abb-c4023f1b3aa9
* Remove X-Sendfile-Range feature; it will be replaced with something more ↵Stefan Bühler2009-06-191-16/+2
| | | | | | powerful (#2005, #2008) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2542 152afb58-edef-0310-8abb-c4023f1b3aa9
* Add X-Sendfile-Range feature (fixes #2005)Stefan Bühler2009-06-111-2/+16
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2531 152afb58-edef-0310-8abb-c4023f1b3aa9
* Workaround broken operating systems: check for trailing '/' in filenames ↵Stefan Bühler2009-06-071-2/+10
| | | | | | (fixes #1989) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2510 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix workaround for incorrect path info/scriptname if fastcgi prefix is "/" ↵Stefan Bühler2009-04-011-3/+20
| | | | | | (fixes #729) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2421 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix fastcgi authorization in subdirectories with check-local=disabled; don't ↵Stefan Bühler2008-10-011-2/+10
| | | | | | split pathinfo for authorizer. (#963) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2324 152afb58-edef-0310-8abb-c4023f1b3aa9
* [tests] Fix fastcgi php findingStefan Bühler2008-07-301-1/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2249 152afb58-edef-0310-8abb-c4023f1b3aa9
* [tests] Fixed tests needing php running (if not running on port 1026, search ↵Stefan Bühler2008-07-291-5/+27
| | | | | | php in env[PHP] or /usr/bin/php-cgi) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2243 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix typo in test descriptionStefan Bühler2008-04-231-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2156 152afb58-edef-0310-8abb-c4023f1b3aa9
* r2123@chromobil: stefan | 2008-02-27 19:30:54 +0100Stefan Bühler2008-02-271-2/+11
| | | | | | | do not generate a "Content-Length: 0" header for HEAD requests, added test too git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2099 152afb58-edef-0310-8abb-c4023f1b3aa9
* - change s/// separator that it doesn't confuse vimElan Ruusamäe2008-01-151-4/+4
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2027 152afb58-edef-0310-8abb-c4023f1b3aa9
* - a more portable version for the SAPI breakage in php 5.2.4Marcus Rückert2007-08-271-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1967 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed number of skipped testsJan Kneschke2007-08-171-3/+3
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1923 152afb58-edef-0310-8abb-c4023f1b3aa9
* - fixed test for max-request-size on 64bit platformsJan Kneschke2006-03-091-3/+3
| | | | | | | - fixed counting the skipped tests in mod-fastcgi.t git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1039 152afb58-edef-0310-8abb-c4023f1b3aa9
* we have an extra test for respondersJan Kneschke2006-03-061-2/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1028 152afb58-edef-0310-8abb-c4023f1b3aa9
* check for trailing spaces on windowsJan Kneschke2006-03-041-0/+7
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@1023 152afb58-edef-0310-8abb-c4023f1b3aa9
* made the 'spawn php myself' working again for me (jan)Jan Kneschke2006-01-031-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@905 152afb58-edef-0310-8abb-c4023f1b3aa9
* use netstat to check if a process is listening on port 1026Jan Kneschke2005-09-011-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@673 152afb58-edef-0310-8abb-c4023f1b3aa9
* wait the fastcgi process to be upmOo2005-09-011-0/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@671 152afb58-edef-0310-8abb-c4023f1b3aa9
* find perl at runtimeJan Kneschke2005-09-011-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@670 152afb58-edef-0310-8abb-c4023f1b3aa9
* removed duplicate test-scripts, added a test for bin-copy-env and cleaned up ↵Jan Kneschke2005-08-311-11/+21
| | | | | | configfiles git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@661 152afb58-edef-0310-8abb-c4023f1b3aa9
* added tests for keep-alive and setenv and passed a ARRAY ref instead of a ↵Jan Kneschke2005-08-311-30/+30
| | | | | | HASH ref git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@654 152afb58-edef-0310-8abb-c4023f1b3aa9
* off by one in the skip countJan Kneschke2005-08-271-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@631 152afb58-edef-0310-8abb-c4023f1b3aa9
* removed warnings on empty response-body, added debug output to mod_proxyJan Kneschke2005-08-171-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@559 152afb58-edef-0310-8abb-c4023f1b3aa9
* added include_shell option to configfiles (merged the rest of the trunk ↵Jan Kneschke2005-08-091-1/+9
| | | | | | changesets) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@530 152afb58-edef-0310-8abb-c4023f1b3aa9
* added tests for /prefix + PATH_INFO on check-local = disableJan Kneschke2005-07-281-2/+23
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@479 152afb58-edef-0310-8abb-c4023f1b3aa9
* switch to LigtyTest modulelighttpd-1.3.14Jan Kneschke2005-06-261-0/+6
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@394 152afb58-edef-0310-8abb-c4023f1b3aa9
* Unified all tests to use the LighyTest framework Jan Kneschke2005-06-151-296/+104
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@388 152afb58-edef-0310-8abb-c4023f1b3aa9
* merged [373]Jan Kneschke2005-06-061-3/+3
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@374 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed check for running processJan Kneschke2005-03-061-2/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@103 152afb58-edef-0310-8abb-c4023f1b3aa9
* forgot to count one testJan Kneschke2005-03-031-2/+2
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@86 152afb58-edef-0310-8abb-c4023f1b3aa9
* skip fastcgi checks if fastcgi-proc is not availableJan Kneschke2005-03-031-72/+90
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@81 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed handling of dead fastcgi processes if deamonizedJan Kneschke2005-03-021-2/+20
| | | | | | | | | | fixed handling of dead fastcgi process which sent their SIGCLD to initd and not to lighttpd. Moving the daemonize before starting the fastcgi procs fixes this. git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@74 152afb58-edef-0310-8abb-c4023f1b3aa9
* seperated the tests for each section and let run-tests.pl use Test::HarnessJan Kneschke2005-03-021-0/+420
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@72 152afb58-edef-0310-8abb-c4023f1b3aa9