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