summaryrefslogtreecommitdiff
path: root/tests/proxy.conf
Commit message (Collapse)AuthorAgeFilesLines
* [tests] _WIN32 cygwin test supportGlenn Strauss2023-05-031-1/+1
|
* [tests] able to run tests when built w/o pcreGlenn Strauss2022-04-081-4/+2
| | | | | | 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)
* [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] use ephemeral ports in testsGlenn Strauss2021-01-051-7/+2
| | | | | avoid spurious test failures due to conflicts with ports in use by other processes, which might occur when tests use hard-coded ports
* [tests] consolidate some tests/ contentGlenn Strauss2020-12-271-1/+1
|
* [tests] load required modules in alt .conf testsGlenn Strauss2020-12-241-0/+1
| | | | load only required modules in alt .conf tests
* [tests] more test config cleanupGlenn Strauss2018-12-181-11/+0
|
* [tests] some test config cleanupGlenn Strauss2018-12-101-123/+1
| | | | 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-117/+123
| | | | | | | | 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
* Revert url decoding+simplifying before matching of mod_rewrite/mod_redirectStefan Bühler2008-12-071-1/+2
| | | | | | | | | | | | | | - Lot of regressions (we forgot to reencode the result) - Generic problem: after decode and rewrite "a?b?c": which '?' was the path?query seperator? - Possible solution: only decode printable characters (without '?'), and encode the result; do not encode the '%' of a not decoded character. - Still a problem with path simplifying, it seems many people use urls like this: http://server1/http%3a//server2/xxx and rewrite the path into the querystring. - Probably only usable with an extra config option => Do NOT use rewrite/redirect to protect specific urls. git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2362 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-18/+18
| | | | 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-10/+10
| | | | 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-10/+10
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@640 152afb58-edef-0310-8abb-c4023f1b3aa9
* removed warnings on empty response-body, added debug output to mod_proxyJan Kneschke2005-08-171-0/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@559 152afb58-edef-0310-8abb-c4023f1b3aa9
* added a test for the 'don't pass Server from the backend server'Jan Kneschke2005-06-281-1/+1
| | | | git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@412 152afb58-edef-0310-8abb-c4023f1b3aa9
* added tests for mod-proxyJan Kneschke2005-05-101-0/+155
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@351 152afb58-edef-0310-8abb-c4023f1b3aa9