summaryrefslogtreecommitdiff
path: root/tests/scgi-responder.conf
Commit message (Collapse)AuthorAgeFilesLines
* [tests] _WIN32 cygwin test supportGlenn Strauss2023-05-031-1/+1
|
* [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-9/+5
| | | | | 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] some test config cleanupGlenn Strauss2018-12-101-106/+0
| | | | including limiting use of php in tests to mod-fastcgi.t
* [mod_scgi] tests/mod-scgi.t unit testsGlenn Strauss2017-01-311-0/+154
(copied from tests/mod-fastcgi.t fcgi-responder tests)