History log of /lighttpd1.4/tests/proxy.conf (Results 1 – 20 of 20)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: lighttpd-1.4.69, lighttpd-1.4.68, lighttpd-1.4.67, lighttpd-1.4.66, lighttpd-1.4.65
# 7258624e 05-Apr-2022 Glenn Strauss <[email protected]>

[tests] able to run tests when built w/o pcre

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

[tests] able to run tests when built w/o pcre

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)

show more ...


Revision tags: lighttpd-1.4.64
# 93bc7f26 09-Jan-2022 Glenn Strauss <[email protected]>

[core] allow tests/tmp/bind.conf override (#3137)

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

[core] allow tests/tmp/bind.conf override (#3137)

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

show more ...


Revision tags: lighttpd-1.4.63, lighttpd-1.4.62, lighttpd-1.4.61, lighttpd-1.4.60, lighttpd-1.4.59
# 5b1b9f78 01-Jan-2021 Glenn Strauss <[email protected]>

[tests] use ephemeral ports in tests

avoid spurious test failures due to conflicts with ports in use by
other processes, which might occur when tests use hard-coded ports


Revision tags: lighttpd-1.4.58
# 5ec5e124 28-Dec-2020 Glenn Strauss <[email protected]>

[tests] consolidate some tests/ content


# 91e94f48 25-Dec-2020 Glenn Strauss <[email protected]>

[tests] load required modules in alt .conf tests

load only required modules in alt .conf tests


Revision tags: lighttpd-1.4.57, lighttpd-1.4.56, lighttpd-1.4.56-rc7, lighttpd-1.4.56-rc6, lighttpd-1.4.56-rc5, lighttpd-1.4.56-rc4, lighttpd-1.4.56-rc3, lighttpd-1.4.56-rc2, lighttpd-1.4.56-rc1, lighttpd-1.4.55, lighttpd-1.4.54, lighttpd-1.4.53
# a1077d18 18-Dec-2018 Glenn Strauss <[email protected]>

[tests] more test config cleanup


# 07517ff3 11-Dec-2018 Glenn Strauss <[email protected]>

[tests] some test config cleanup

including limiting use of php in tests to mod-fastcgi.t


Revision tags: lighttpd-1.4.52, lighttpd-1.4.51, lighttpd-1.4.50, lighttpd-1.4.49, lighttpd-1.4.48, lighttpd-1.4.47, lighttpd-1.4.46, lighttpd-1.4.45, lighttpd-1.4.44
# 7d339e21 03-Dec-2016 Glenn Strauss <[email protected]>

comment out auth.backend.ldap.* in tests/*.conf

(mod_authn_ldap is not loaded in these test confs,
so mod_authn_ldap directives are not available)


# f664e779 30-Nov-2016 Glenn Strauss <[email protected]>

load mod_auth & mod_authn_file in sample/test.conf


Revision tags: lighttpd-1.4.43, lighttpd-1.4.42, lighttpd-1.4.41, lighttpd-1.4.40, lighttpd-1.4.39, lighttpd-1.4.38, lighttpd-1.4.37
# 87c5ec96 22-Aug-2015 Stefan Bühler <[email protected]>

[tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups

From: Stefan Bühler <[email protected]>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@301

[tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups

From: Stefan Bühler <[email protected]>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3019 152afb58-edef-0310-8abb-c4023f1b3aa9

show more ...


Revision tags: lighttpd-1.4.36, lighttpd-1.4.36--rc1, lighttpd-1.4.35, lighttpd-1.4.34, lighttpd-1.4.33, lighttpd-1.4.32, lighttpd-1.4.31, lighttpd-1.4.30, lighttpd-1.4.29, lighttpd-1.4.28, lighttpd-1.4.27, lighttpd-1.4.26, lighttpd-1.4.25, lighttpd-1.4.24
# 8b6dae41 14-Oct-2009 Peter Colberg <[email protected]>

Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <[email protected]>)

* This patch may "break" some configs, if they do stupid things. Like setting
ssl.pemfile to a not e

Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <[email protected]>)

* 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 <[email protected]>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2648 152afb58-edef-0310-8abb-c4023f1b3aa9

show more ...


# b3ba9f0f 01-Jul-2009 Stefan Bühler <[email protected]>

tests: use breakage log


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2555 152afb58-edef-0310-8abb-c4023f1b3aa9


Revision tags: lighttpd-1.4.23, lighttpd-1.4.22, lighttpd-1.4.21
# 36f74e5d 07-Dec-2008 Stefan Bühler <[email protected]>

Revert url decoding+simplifying before matching of mod_rewrite/mod_redirect

- Lot of regressions (we forgot to reencode the result)
- Generic problem: after decode and rewrite "a?b?c": which '?'

Revert url decoding+simplifying before matching of mod_rewrite/mod_redirect

- 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

show more ...


Revision tags: lighttpd-1.4.20
# cbd40dc4 29-Jul-2008 Stefan Bühler <[email protected]>

[tests] Remove pidfile from test system


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2242 152afb58-edef-0310-8abb-c4023f1b3aa9


Revision tags: lighttpd-1.4.19, lighttpd-1.4.18, lighttpd-1.4.17, lighttpd-1.4.16, lighttpd-1.4.15, lighttpd-1.4.14, lighttpd-1.4.13
# b8df99f3 05-Oct-2006 Marcus Rückert <[email protected]>

- a few more whitespace cleanups


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1374 152afb58-edef-0310-8abb-c4023f1b3aa9


Revision tags: lighttpd-1.4.12
# 35216575 07-Sep-2006 Jan Kneschke <[email protected]>

merged [1105]


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.11-ssl-fixes@1283 152afb58-edef-0310-8abb-c4023f1b3aa9


Revision tags: lighttpd-1.4.11, lighttpd-1.4.10, lighttpd-1.4.9, lighttpd-1.4.8, lighttpd-1.4.7, lighttpd-1.4.6, lighttpd-1.4.5, lighttpd-1.4.4, lighttpd-1.4.3, lighttpd-1.4.2
# 15b01090 29-Aug-2005 Jan Kneschke <[email protected]>

run tests in build root (merged #228)


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@640 152afb58-edef-0310-8abb-c4023f1b3aa9


Revision tags: lighttpd-1.4.1
# 426880f0 17-Aug-2005 Jan Kneschke <[email protected]>

removed warnings on empty response-body, added debug output to mod_proxy


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@559 152afb58-edef-0310-8abb-c4023f1b3aa9


Revision tags: lighttpd-1.3.16, lighttpd-1.3.15
# a2373e71 28-Jun-2005 Jan Kneschke <[email protected]>

added a test for the 'don't pass Server from the backend server'


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@412 152afb58-edef-0310-8abb-c4023f1b3aa9


Revision tags: lighttpd-1.3.14
# cee3c0d8 10-May-2005 Jan Kneschke <[email protected]>

added tests for mod-proxy


git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.3.x@351 152afb58-edef-0310-8abb-c4023f1b3aa9