Project

General

Profile

Activity

From 2016-07-14 to 2016-07-20

2016-07-20

18:29 Bug #2739: mod_accesslog crashes in v1.4.40 for specified format %T
FYI: a workaround is to specify %{s}T instead of %T
This will be fixed in lighttpd 1.4.41
gstrauss
18:26 Bug #2739 (Fixed): mod_accesslog crashes in v1.4.40 for specified format %T
Sorry about that. I hadn't realized it was a segfault. Fixed a few days ago in master in commit:9c49dc9a
Thanks f...
gstrauss
13:47 Bug #2739: mod_accesslog crashes in v1.4.40 for specified format %T
Found the problem. There was a null pointer reference on f->string->ptr before checking if the string was empty. Atta... HenrikHolst
13:36 Bug #2739 (Fixed): mod_accesslog crashes in v1.4.40 for specified format %T
Hi,
when using this:
accesslog.format = "%h %V %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %T"
...
HenrikHolst
09:43 Revision cb468d33: [core] stay in CON_STATE_CLOSE until done with req
Do not switch to CON_STATE_ERROR upon idle timeout if already in
CON_STATE_CLOSE. Changing to CON_STATE_ERROR might ...
gstrauss
05:33 Bug #2738: mediawiki redirect loop if REQUEST_URI not orig req in 1.4.40
Thank you very much for your help in tracking this down and identifying where the problem is.
The solution is stil...
gstrauss
05:21 Bug #2738: mediawiki redirect loop if REQUEST_URI not orig req in 1.4.40
gstrauss wrote:
> I'm not convinced that change is the generic solution, as the problem stems from PHP and, separate...
LoneFox
00:55 Bug #2737 (Fixed): 1.4.40 compiling issuses on Debian Wheezy
Applied in changeset commit:1ebc83f11f8f816c825bd405a8f2d8aba4b58d7d. gstrauss

2016-07-19

21:29 Revision 78c79ead: [core] avoid spurious trace and error abort
HANDLER_COMEBACK and HANDLER_ERROR are valid return values
from dynamic fdevent handlers. Do not abort if HANDLER_ER...
gstrauss
21:22 Feature #322: FastCGI Authorizer support for Variable-name variable passing
Great to hear back!
I haven't looked at this patch in a while, but recently made a commit to mod_cgi to enable int...
gstrauss
20:46 Feature #322: FastCGI Authorizer support for Variable-name variable passing
Sorry for the late response, didn't watched this issue until now.
gstrauss wrote:
> @ckreutzer: this patch purpor...
ckreutzer
21:13 Bug #2738: mediawiki redirect loop if REQUEST_URI not orig req in 1.4.40
I am curious if the following would work if you added it to initialization code in mediawiki/include/WebStart.php (an... gstrauss
19:45 Bug #2738: mediawiki redirect loop if REQUEST_URI not orig req in 1.4.40
Glad to hear it that it works for you and mediawiki.
I'm not convinced that change is the generic solution, as the...
gstrauss
19:21 Bug #2738: mediawiki redirect loop if REQUEST_URI not orig req in 1.4.40
gstrauss wrote:
> Thanks for that! It would appear the behavior change came from the >= 0 test, instead of > 0. If...
LoneFox
17:32 Bug #2738: mediawiki redirect loop if REQUEST_URI not orig req in 1.4.40
mediawiki includes/DefaultSettings.php contains the following... gstrauss
17:10 Bug #2738: mediawiki redirect loop if REQUEST_URI not orig req in 1.4.40
Thanks for that! It would appear the behavior change came from the >= 0 test, instead of > 0. If you compile your o... gstrauss
11:10 Bug #2738: mediawiki redirect loop if REQUEST_URI not orig req in 1.4.40
I did some experiments and found out what is happening. The mod_cgi.c change in that commit modifies REQUEST_URI.
Wi...
LoneFox
09:59 Bug #2738: mediawiki redirect loop if REQUEST_URI not orig req in 1.4.40
LoneFox, what is the version of lighttpd you are currently using (which works for you)?
How did you install mediaw...
gstrauss
08:12 Bug #2738: mediawiki redirect loop if REQUEST_URI not orig req in 1.4.40
gstrauss wrote:
> Might there be any other relevant parts of your lighttpd.conf? Would you attach your lighttpd.conf...
LoneFox
07:36 Bug #2738 (Need Feedback): mediawiki redirect loop if REQUEST_URI not orig req in 1.4.40
What is the request that results in a 301? (What other details can you provide about this request and what you expec... gstrauss
07:32 Bug #2738: mediawiki redirect loop if REQUEST_URI not orig req in 1.4.40
FYI: the commit following commit:dbdab5db is commit:b473220d which sets REDIRECT_URI in mod_rewrite if it has not alr... gstrauss
07:30 Bug #2738: mediawiki redirect loop if REQUEST_URI not orig req in 1.4.40
The git bisect commit you referenced did not touch mod_alias or mod_rewrite, and affected error status >= 400. Might... gstrauss
07:23 Bug #2738: mediawiki redirect loop if REQUEST_URI not orig req in 1.4.40
Thanks for the report. I'll try to repro. Some more details would be useful (besides "download and install mediawik... gstrauss
07:08 Bug #2738 (Fixed): mediawiki redirect loop if REQUEST_URI not orig req in 1.4.40
I have mediawiki set up with some URL cleanup rewrites, basically copied from https://www.mediawiki.org/wiki/Manual:S... LoneFox
08:03 Revision 1ebc83f1: [build_cmake] clock_gettime() -lrt w/ glibc < 2.17 (fixes #2737)
clock_gettime() needs -lrt with glibc < 2.17,
and possibly other platforms
This commit contains fixes for CMake and ...
gstrauss
06:38 Bug #2737 (Patch Pending): 1.4.40 compiling issuses on Debian Wheezy
Yes, you're right. Thanks for your report. clock_gettime() needs -lrt with glibc < 2.17
Patch forthcoming.
gstrauss
06:19 Bug #2737 (Fixed): 1.4.40 compiling issuses on Debian Wheezy
Trying to compile lighttpd 1.4.40 on Debian Wheezy results in the following error:... idfnet
05:22 Revision 779c133c: [security] do not emit HTTP_PROXY to CGI env
Strip bogus "Proxy" header before creating subprocess environment.
(mod_cgi, mod_fastcgi, mod_scgi, mod_ssi, mod_prox...
gstrauss
03:26 Revision d506f4a5: minor: spelling changes in some comments/messages
gstrauss
03:24 Revision 4d920466: [autobuild] clock_gettime() -lrt with glibc < 2.17
clock_gettime() needs -lrt with glibc < 2.17,
and possibly other platforms
On systems without clock_gettime (-cough-...
gstrauss

2016-07-18

16:14 Feature #2736: Test $HTTP["language"] for preferred language?
You can also do this in lighttpd today with mod_magnet and a snippet of custom lua code. I wonder if someone has alr... gstrauss
16:02 Feature #2736: Test $HTTP["language"] for preferred language?
Here's a blog post made earlier this year which includes a script for use with nginx. I haven't looked closely at it... gstrauss
15:59 Feature #2736: Test $HTTP["language"] for preferred language?
Apropos patches, it's unlikely I will have the time to write such a module myself. I just wanted to make a suggestion... a3nm
15:55 Feature #2736: Test $HTTP["language"] for preferred language?
It sounds like you are asking for implementation of an entirely new module in lighttpd, similar to mod_negotiation in... gstrauss
10:00 Feature #2736 (Fixed): Test $HTTP["language"] for preferred language?
Lighttpd can use $HTTP["language"] to test the Accept-Language header, but one often wants to test which language is ... a3nm
08:57 Bug #2735 (Fixed): lighttpd 1.4.40 compilation fails on illumos (OpenIndiana)
Fix committed to master
Revision commit:a3ec906e...
gstrauss
08:42 Bug #2735: lighttpd 1.4.40 compilation fails on illumos (OpenIndiana)
I'll add it in the header which contains #include <sys/ioctl.h>... gstrauss
08:32 Bug #2735 (Patch Pending): lighttpd 1.4.40 compilation fails on illumos (OpenIndiana)
Sorry about that, and thanks for the patch. I hadn't found any modern references to filio.h on the internets and rem... gstrauss
07:47 Bug #2735 (Fixed): lighttpd 1.4.40 compilation fails on illumos (OpenIndiana)
Compilation fails, because FIONREAD is not defined. Attached patch fixes the issue. alp
08:56 Feature #2726 (Reopened): Support for HTTP/2 protocol
gstrauss
08:45 Feature #2726 (Fixed): Support for HTTP/2 protocol
gstrauss
08:40 Revision a3ec906e: [core] #include <sys/filio.h> for FIONREAD (fixes #2726)
illumos (OpenIndiana) gets FIONREAD from <sys/filio.h>
x-ref:
"lighttpd 1.4.40 compilation fails on illumos (OpenI...
gstrauss
04:30 Revision 72abc87b: [autobuild] move inet_pton detection later
HAVE_INET_PTON was probably not being defined on Solaris.
While at it, also add detection for accept() in libnetwork...
fbrosson
03:21 Revision 9c49dc9a: workaround clang compiler warning
gstrauss

2016-07-17

20:13 Revision acad2c90: fix some warnings reported by cppcheck
fix some warnings reported by cppcheck and
change mod_skeleton.c to use buffer_string_length()
gstrauss
18:54 Revision 393dfd8c: [mod_ssi] fix #config sizefmt="bytes"
gstrauss
05:49 Feature #752: mySQL auth
moo noted in #1057: db querying is not async, [...] why not make fcgi app for this? gstrauss
05:47 Feature #1057 (Duplicate): Auth using database
gstrauss
05:41 Feature #1682 (Obsolete): access_allow directive for lighttpd 1.5.0
FYI: implemented in lighttpd 1.4.40 gstrauss
04:30 Revision adf91591: [doc] update memcache references to memcached
gstrauss
04:05 Bug #1844 (Fixed): Serious security problem in Digest Authentication
Applied in changeset commit:00cc4d7c0ecd9be2c5f1cd6a5397b78f75830905. gstrauss
04:05 Feature #678 (Fixed): $SERVER["socket"] to bind to IPv6 by default
Applied in changeset commit:2cdc017fb9d5296cfd7cd2a103fb948caa791a2b. gstrauss
03:25 Revision 00cc4d7c: [mod_auth] fix Digest auth to be better than Basic (fixes #1844)
Make Digest authentication more compliant with RFC.
Excerpt from https://www.rfc-editor.org/rfc/rfc7616.txt Section ...
gstrauss
03:23 Revision 052a049f: [build] allow AUTHOR, KEYID overrides to packdist
gstrauss

2016-07-16

20:15 Revision 2cdc017f: [config] inherit server.use-ipv6 and server.set-v6only (fixes #678)
inherit server.use-ipv6 and server.set-v6only from global scope
into $SERVER["socket"] blocks
(This potential behavi...
gstrauss
20:11 Revision e9c9f425: remove long-deprecated, non-functional config opts
gstrauss
12:50 Bug #2001: webdav: Allow propfind requests for specific properties
Should be fixed in commit:80bb42266ec6b61425038ba26fc8958896912d0a stbuehler
12:47 Feature #2731 (Invalid): Cannot log to standard output in Docker (user error)
stbuehler
12:44 Feature #1930 (Wontfix): [PATCH] Add auth.backend.ldap.port option
stbuehler
12:42 Feature #1475 (Duplicate): add url.redirect-found option to send status code 302 in the redirect module
stbuehler
12:39 Bug #2271 (Obsolete): SSL problem
gstrauss
12:39 Bug #2201 (Obsolete): mod_rrdtool should init db if file do not exists
gstrauss
12:39 Bug #2194 (Obsolete): mod_proxy and streamed data
gstrauss
12:39 Bug #2176 (Obsolete): server.kbytes-per-second not working in 1.5
gstrauss
12:39 Bug #2162 (Obsolete): unaligned requests are not handled async by AIO Sendfile
gstrauss
12:39 Bug #2146 (Obsolete): fix mod_proxy_backend_http vulnerability
gstrauss
12:39 Bug #2137 (Obsolete): child-process unlink pid-file when exiting
gstrauss
12:39 Bug #2136 (Obsolete): when client finishes sending request and waits for response, it shouldn't report "read-idle-timeout" or "keepalive-timeout"
gstrauss
12:39 Bug #2134 (Obsolete): 400 Bad Request for ASCII char 9 in header (TAB)
gstrauss
12:39 Bug #2132 (Obsolete): piped accesslog is disorder when server.max-worker>1
gstrauss
12:39 Feature #2129 (Obsolete): add support for pipe logging for server.errorlog
gstrauss
12:39 Bug #2090 (Obsolete): mod_proxy_core + mod_proxy_backend_http may leak connections
gstrauss
12:39 Bug #2066 (Obsolete): multiple patches for mod_ssi
gstrauss
12:39 Feature #2063 (Obsolete): dirlisting: allow HTML documents for HEADER/README
gstrauss
12:39 Bug #2062 (Obsolete): Fixed JSON in mod_uploadprogress
gstrauss
12:39 Feature #2055 (Obsolete): Proxy address in error logs (patch included)
gstrauss
12:39 Bug #2053 (Obsolete): lighttpd 1.5 svn on Solaris get error message
gstrauss
12:39 Bug #2046 (Obsolete): use HANDLER_GO_ON for mod_proxy_core and 504 errors
gstrauss
12:39 Bug #2039 (Obsolete): Wrong handling of PATH_INFO for FCGI/SCGI (1.5.x)
gstrauss
12:39 Feature #2032 (Obsolete): Expose REMOTE_USER (con->authed_user) via magnet
gstrauss
12:39 Feature #2015 (Obsolete): patch for mod_uploadprogess - "canceled"
gstrauss
12:39 Bug #1998 (Obsolete): server.max-connection-idle
gstrauss
12:39 Bug #1981 (Obsolete): Redundant glib helper functions
gstrauss
12:39 Bug #1951 (Obsolete): Two pionters are missed when sess->do_x_rewrite_backend
gstrauss
12:39 Bug #1925 (Obsolete): lighttpd returns invalid chunked encoding for 204 responses
gstrauss
12:39 Bug #1915 (Obsolete): uninitialized value goes through request processing code path
gstrauss
12:39 Bug #1914 (Obsolete): Mismatch between code and log output
gstrauss
12:39 Feature #1912 (Obsolete): X-Rewrite-Method
gstrauss
12:39 Bug #1902 (Obsolete): lighttpd can leak connections
gstrauss
12:39 Feature #1894 (Obsolete): JSONP support for mod_uploadprogress
gstrauss
12:39 Feature #1888 (Obsolete): port mod_extforward from 1.4 to 1.5
gstrauss
12:39 Bug #1878 (Obsolete): Whether nested conditions work correctly depends on their orders
gstrauss
12:39 Bug #1874 (Obsolete): lighttpd-1.5.x-2371 fails testing mod_flv_streaming on Fedora 10 latest
gstrauss
12:39 Bug #1870 (Obsolete): TCP connection hangs when client stops receving data
gstrauss
12:39 Bug #1859 (Obsolete): wrong backlog count
gstrauss
12:39 Bug #1858 (Obsolete): mod_upload_progress does not handle connection reset
gstrauss
12:39 Bug #1810 (Obsolete): aio connection lifetime issues (race condition)
gstrauss
12:39 Bug #1759 (Obsolete): Removing a header with proxy-core.rewrite-response
gstrauss
12:39 Bug #1748 (Obsolete): False information submitted from mod_uploadprogress
gstrauss
12:39 Bug #1747 (Obsolete): openssl blocks
gstrauss
12:39 Feature #1730 (Obsolete): Provide a way to work out the script URL prefix
gstrauss
12:39 Bug #1729 (Obsolete): carp hash balancing not working properly
gstrauss
12:39 Bug #1723 (Obsolete): Google Adsense cookie crashes lighttpd
gstrauss
12:39 Bug #1717 (Obsolete): Google's urlfetch from appEngine and lighttpd HTTP 400 response
gstrauss
12:39 Feature #1705 (Obsolete): Mod-proxy should pass on mod_usertrack cookies
gstrauss
12:39 Bug #1677 (Obsolete): mod_rewrite beheaves incorectly in lighttpd.git/stbuehler
gstrauss
12:39 Bug #1667 (Obsolete): reverse proxy consuming memory until lighttpd is killed
gstrauss
12:39 Bug #1665 (Obsolete): file uploads >= 700mb
gstrauss
12:39 Feature #1649 (Obsolete): server.io.gthread-aio.sync|async-read stats?
gstrauss
12:39 Bug #1643 (Obsolete): _pathinfo and _scriptname overwriting
gstrauss
12:39 Bug #1641 (Obsolete): mod_proxy_core: rewrite-request/docroot discards mod_indexfile changes
gstrauss
12:39 Feature #1615 (Obsolete): mod_post_to_disk for lighttpd 1.5
gstrauss
12:39 Bug #1610 (Obsolete): mod_extforward.c fails to compile with gcc
gstrauss
12:39 Feature #1609 (Obsolete): improved mod_status
gstrauss
12:39 Bug #1599 (Obsolete): Lighttpd 1.5 - Threaded stat() sends corrupted data when a file's content changes
gstrauss
12:39 Feature #1570 (Obsolete): Added Request/s 5s to mod_status auto output
gstrauss
12:39 Bug #1568 (Obsolete): alias fails for "base-url" if the left side has a trailing slash
gstrauss
12:39 Bug #1548 (Obsolete): range requests not working
gstrauss
12:39 Feature #1541 (Obsolete): add mod_speed to 1.5.0
gstrauss
12:39 Bug #1500 (Obsolete): Conditions, empty code in condition, other action
gstrauss
12:39 Bug #1490 (Obsolete): 100 CPU upon broken pipe
gstrauss
12:39 Feature #1488 (Obsolete): PHP does not use FCGI_OVERLOADED, suggest to use timeout to detect overload
gstrauss
12:39 Bug #1485 (Obsolete): mod_proxy_core.c: double load decrement
gstrauss
12:39 Bug #1484 (Obsolete): "stream decoder failed" error in mod_proxy_core.c
gstrauss
12:39 Bug #1480 (Obsolete): mod_proxy_backend_fastcgi causing 50% CPU load
gstrauss
12:39 Bug #1476 (Obsolete): 1.5 r-1992 overflow when parsing "remoteip conditions"
gstrauss
12:39 Feature #1470 (Obsolete): mod_uploadprogress: js-prefix, js-suffix parameters [patch]
gstrauss
12:39 Feature #1454 (Obsolete): log_slow and debug-response-time for proxy-core
gstrauss
12:39 Feature #1450 (Obsolete): log timestamp on log_trace
gstrauss
12:39 Bug #1441 (Obsolete): mmap fails when HAVE_MEM_MMAP_ANON because of zero length
gstrauss
12:39 Bug #1424 (Obsolete): async-read problem
gstrauss
12:39 Bug #1419 (Obsolete): mod_proxy_core returns status 500 with no explanation
gstrauss
12:39 Bug #1418 (Obsolete): posix_fadvise missfunctions
gstrauss
12:39 Bug #1411 (Obsolete): lighttpd requires restart after a while why using ldap auth
gstrauss
12:39 Bug #1404 (Obsolete): problem with nuSoap webservice in lighttpd 1.5
gstrauss
12:39 Feature #1401 (Obsolete): Limit mysql requests with a single test.
gstrauss
12:39 Bug #1394 (Obsolete): mod_deflate enabled by default
gstrauss
12:39 Bug #1388 (Obsolete): lighttpd catches abort trap soon after start
gstrauss
12:39 Bug #1386 (Obsolete): mod_expire overwrites existing Cache-Control headers
gstrauss
12:39 Bug #1367 (Obsolete): Fixed mod_proxy_core:proxy_remove_backend_connection
gstrauss
12:39 Feature #1366 (Obsolete): Write timeout error message should include the client IP address
gstrauss
12:39 Bug #1363 (Obsolete): Memory leak in stat_cache.c on a 64bit server
gstrauss
12:39 Bug #1360 (Obsolete): 1.5-svn build broken on Mac OS X
gstrauss
12:39 Feature #1358 (Obsolete): Patch to add scoreboard info to ?auto in mod_status
gstrauss
12:39 Feature #1353 (Obsolete): Improving the -t command line option to warn about unknown and depecated options
gstrauss
12:39 Bug #1345 (Obsolete): Wrong PATH_INFO and SCRIPT_NAME when Request-URI have trailing slash
gstrauss
12:38 Bug #1334 (Obsolete): mod_webdav returns Not Implemented when DELETE fails on permissions error
gstrauss
12:38 Bug #1328 (Obsolete): memcache session not work
gstrauss
12:38 Feature #1327 (Obsolete): Add mimetypes to documentation and sample configuration files
gstrauss
12:38 Feature #1318 (Obsolete): dd schema match to lighty
gstrauss
12:38 Bug #1316 (Obsolete): off_t is more than 4 bytes but we can't parse it with strtol()
gstrauss
12:38 Bug #1314 (Obsolete): http_request_parse: clear errno before str_to_off_t
gstrauss
12:38 Bug #1311 (Obsolete): fcgi fails for first request
gstrauss
12:38 Feature #1303 (Obsolete): fcgi vulnerable to DoS
gstrauss
12:38 Bug #1264 (Obsolete): mod_cgi buffers data without bound (OOM on embedded system)
gstrauss
12:38 Bug #1256 (Obsolete): CGI in C - 500 Error - cygwin
gstrauss
12:38 Bug #1253 (Obsolete): underline in http address causes a 400 - Bad Request error example http://my_web.com.br
gstrauss
12:38 Feature #1239 (Obsolete): Set TCP_NODELAY option on socket
gstrauss
12:38 Feature #1214 (Obsolete): Added two features to mod_evasive
gstrauss
12:38 Bug #1207 (Obsolete): no output from programs called from cgi scripts
gstrauss
12:38 Bug #1204 (Obsolete): PHP FastCGI crash with posix-aio on mac osx
gstrauss
12:38 Bug #1201 (Obsolete): Unable to compile on AIX 5.1 using gcc 4.0.0
gstrauss
12:38 Bug #1198 (Obsolete): plugin.c compilation error
gstrauss
12:38 Bug #1193 (Obsolete): HTTP basic auth throwing 401 on non-slash trailed URL
gstrauss
12:38 Bug #1189 (Obsolete): Lighttpd upload speed limited to 32Kbytes
gstrauss
12:38 Bug #1182 (Obsolete): mod_flv_streaming does not work with mod_alias
gstrauss
12:38 Bug #1178 (Obsolete): mod_proxy_core + tomcat = hanging requests
gstrauss
12:38 Bug #1175 (Obsolete): request timed out limbo
gstrauss
12:38 Bug #1170 (Obsolete): stream decoder fails in mod_proxy_core
gstrauss
12:38 Bug #1157 (Obsolete): Lighttpd crashes when I restart all my backends, and makes monkey noises (literally!)
gstrauss
12:38 Bug #1143 (Obsolete): static file sending slow,and most connect in "read-header" status
gstrauss
12:38 Bug #1135 (Obsolete): proxy-core.pool_size is bigger than requests count
gstrauss
12:38 Bug #1132 (Obsolete): alias and proxy 404 on index-files
gstrauss
12:38 Bug #1123 (Obsolete): CLOSE_WAIT and dead connections in lighttpd 1.5.x-svn
gstrauss
12:38 Feature #1119 (Obsolete): Add $HTTP["language"] for config conditionals based on `Accept-Language'.
gstrauss
12:38 Bug #1114 (Obsolete): http_resp.c.133: CR with out LF
gstrauss
12:38 Bug #1094 (Obsolete): mod_proxy_core backlog
gstrauss
12:38 Bug #1087 (Obsolete): Regression: broken physical.path handling in function handle_get_backend.
gstrauss
12:38 Bug #1061 (Obsolete): Enabling stat threads causes hanging in win32
gstrauss
12:38 Bug #1034 (Obsolete): 400-error when using fastcgi-php
gstrauss
12:38 Bug #1024 (Obsolete): Link failure on Cygwin with GTHREAD
gstrauss
12:38 Bug #1023 (Obsolete): HAVE_INET_NTOP doesn't imply HAVE_IPV6 on Cygwin (src/sys-socket.h)
gstrauss
12:38 Bug #1022 (Obsolete): mod_proxy_core_address.c doesn't compile on Cygwin
gstrauss
12:38 Bug #1011 (Obsolete): lighttpd-1.5.0-r1605. + $HTTP["host"] + use-noatime = 500
gstrauss
12:38 Bug #983 (Obsolete): mod_evasive don't work with aio in lighty 1.5-svn
gstrauss
12:38 Feature #906 (Obsolete): HTTP Proxy feature ... not too much different from normal serving
gstrauss
12:38 Bug #795 (Obsolete): mod_ssi (apparently) won't echo variables set using #set
gstrauss
11:58 Revision 8f8fa606: - next is 1.4.41
gstrauss
00:02 Revision 268c5582: [doc] NEWS
gstrauss
00:00 Revision ee708db9: [doc] add self to AUTHORS (discussed w/ stbuehler)
gstrauss

2016-07-15

23:47 Revision a83bae5b: update lighttpd -h
gstrauss

2016-07-14

21:20 Bug #2108 (Fixed): CGI local redirect not implemented correctly
Applied in changeset commit:8861c2bb54f31c8fbbf6733d4de7bf54d940dec6. gstrauss
18:35 Bug #2108 (Patch Pending): CGI local redirect not implemented correctly
gstrauss
20:31 Revision 8861c2bb: [mod_cgi] handle local redirect response (fixes #2108)
RFC3875 CGI 1.1 specification section 6.2.2 Local Redirect Response
http://www.ietf.org/rfc/rfc3875
x-ref:
"CGI lo...
gstrauss
17:21 Revision bcddcf8b: [tests] remove some tests duplicated in mod-cgi.t
gstrauss
 

Also available in: Atom