summaryrefslogtreecommitdiff
path: root/tests/fastcgi-responder.conf
Commit message (Collapse)AuthorAgeFilesLines
* [tests] _WIN32 cygwin test supportGlenn Strauss2023-05-031-1/+1
|
* [tests] _WIN32 adjustments in LightyTest.pmGlenn Strauss2023-05-031-1/+1
| | | | separate cygwin paths from Windows native paths
* [tests] able to run tests when built w/o pcreGlenn Strauss2022-04-081-1/+1
| | | | | | perl test framework now runs most tests even when lighttpd has been built without pcre support, though some tests which rely on regex are skipped (tests/core-condition.t)
* [tests] revert _WIN32 adjustments in LightyTest.pmGlenn Strauss2022-01-141-1/+1
| | | | This reverts commit c1bc5efe9a2fb424ba432cbe03ea5d1c525519e6.
* [tests] _WIN32 adjustments in LightyTest.pmGlenn Strauss2022-01-111-1/+1
| | | | | | | separate cygwin paths from Windows native paths remove unnecessary variables remove unnecessary file copies
* [core] allow tests/tmp/bind.conf override (#3137)Glenn Strauss2022-01-101-0/+3
| | | | | | | | | optional bind spec override for tests/*.conf, e.g. for use on platforms w/o socket activation x-ref: "TRACEME environment option in tests broken with LISTEN_PID" https://redmine.lighttpd.net/issues/3137
* [tests] combine *.t using tests/lighttpd.confGlenn Strauss2021-09-041-1/+0
| | | | | | | | combine tests/*.t using tests/lighttpd.conf into tests/request.t Platforms which are horrifically slow starting processes (e.g. Windows) take much more time to start and stop lighttpd many times for independent *.t instances run through the Perl Test::More framework
* [tests] use ephemeral ports in testsGlenn Strauss2021-01-051-13/+8
| | | | | avoid spurious test failures due to conflicts with ports in use by other processes, which might occur when tests use hard-coded ports
* [tests] load required modules in alt .conf testsGlenn Strauss2020-12-241-0/+1
| | | | load only required modules in alt .conf tests
* [tests] remove FastCGI test dependency on PHPGlenn Strauss2020-12-231-21/+47
|
* [tests] remove FastCGI test dependency on libfcgiGlenn Strauss2020-12-231-1/+1
| | | | | | | - rewrite fcgi-responder as standalone app fcgi-responder is now a minimal, standalone FastCGI server for tests - remove dependency on fcgi-devel package - merge fcgi-auth into fcgi-responder
* [mod_indexfile] use config_plugin_values_init()Glenn Strauss2020-05-231-1/+1
|
* [tests] some test config cleanupGlenn Strauss2018-12-101-95/+25
| | | | including limiting use of php in tests to mod-fastcgi.t
* comment out auth.backend.ldap.* in tests/*.confGlenn Strauss2016-12-031-3/+3
| | | | | (mod_authn_ldap is not loaded in these test confs, so mod_authn_ldap directives are not available)
* load mod_auth & mod_authn_file in sample/test.confGlenn Strauss2016-11-291-0/+1
|
* [tests] search for perl in PATH instead of /usr/bin; whitespace + test ↵Stefan Bühler2015-08-221-127/+106
| | | | | | | | 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
* Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg ↵Peter Colberg2009-10-141-1/+1
| | | | | | | | | | | | <peter@colberg.org>) * This patch may "break" some configs, if they do stupid things. Like setting ssl.pemfile to a not existing file in a "non-socket/non-ssl" block. Fix them! :) From: Peter Colberg <peter@colberg.org> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2648 152afb58-edef-0310-8abb-c4023f1b3aa9
* tests: use breakage logStefan Bühler2009-07-011-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2555 152afb58-edef-0310-8abb-c4023f1b3aa9
* Fix workaround for incorrect path info/scriptname if fastcgi prefix is "/" ↵Stefan Bühler2009-04-011-0/+12
| | | | | | (fixes #729) git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2421 152afb58-edef-0310-8abb-c4023f1b3aa9
* [tests] Remove pidfile from test systemStefan Bühler2008-07-291-1/+0
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2242 152afb58-edef-0310-8abb-c4023f1b3aa9
* - a few more whitespace cleanupsMarcus Rückert2006-10-051-20/+20
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1374 152afb58-edef-0310-8abb-c4023f1b3aa9
* merged [1105]Jan Kneschke2006-09-071-9/+9
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.11-ssl-fixes@1283 152afb58-edef-0310-8abb-c4023f1b3aa9
* run tests in build root (merged #228)Jan Kneschke2005-08-291-8/+8
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@640 152afb58-edef-0310-8abb-c4023f1b3aa9
* moved to ports of the fastcgi scripts to somewhere elseJan Kneschke2005-06-151-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@387 152afb58-edef-0310-8abb-c4023f1b3aa9
* using 127.0.0.1 is fine for all systemsJan Kneschke2005-06-041-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@362 152afb58-edef-0310-8abb-c4023f1b3aa9
* fixed handling of dead fastcgi processes if deamonizedJan Kneschke2005-03-021-1/+1
| | | | | | | | | | 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
* added tests for restarting fcgi-procs after they diedJan Kneschke2005-03-011-4/+9
| | | | 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/+157
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@62 152afb58-edef-0310-8abb-c4023f1b3aa9