Activity
From 2009-06-15 to 2009-06-21
2009-06-21
- 17:30 Bug #1863 (Fixed): cgi logging doesn't work in v. 1.4.20
- Applied in changeset r2550.
- 17:30 Feature #1202 (Fixed): server-status - additional stats - keepalive
- Applied in changeset r2549.
- 17:30 Feature #1966 (Fixed): mod_secdownload timeout too small
- Applied in changeset r2548.
- 17:25 Revision fbdb305f: Add server.breakagelog, a "special" stderr (fixes #1863)
- * The breakage-log simply replaces stderr (the old stderr is moved away if needed for errorlog),
and stderr isn't c... - 17:25 Revision 214484de: Keep url/host values from connection to display information while keep-alive in mod_status (fixes #1202)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2549 152afb58-edef-0310-8abb-c4023f1b3aa9
- 17:25 Revision 90151cdc: Use unsigned int for secdownload.timeout (fixes #1966)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2548 152afb58-edef-0310-8abb-c4023f1b3aa9
- 17:25 Revision 28e198d5: Use unsigned int (and T_CONFIG_INT) for max_request_size
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2547 152afb58-edef-0310-8abb-c4023f1b3aa9
- 17:25 Revision 0d8c6acc: Add T_CONFIG_INT for bigger integers from the config (needed for #1966)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2546 152afb58-edef-0310-8abb-c4023f1b3aa9
- 16:29 Feature #2011: [PATCH] Allow mod_mysql_vhost to use stored procedures
- Further information regarding mysql_next_result(). As we only care about the first result set returned, we just run i...
- 15:59 Feature #2011: [PATCH] Allow mod_mysql_vhost to use stored procedures
- After looking at the MySQL documentation more (http://dev.mysql.com/doc/refman/5.1/en/c-api-multiple-queries.html) I ...
2009-06-20
- 16:19 Feature #2011: [PATCH] Allow mod_mysql_vhost to use stored procedures
- I'm going to be making some changes to this tomorrow, along with a bit more explanation regarding the mysql_next_resu...
- 15:35 Feature #2011: [PATCH] Allow mod_mysql_vhost to use stored procedures
- Removed target version.
The patch is based on 1.4.x from SVN, revision 2545. - 15:31 Feature #2011: [PATCH] Allow mod_mysql_vhost to use stored procedures
- Added target version.
- 15:23 Feature #2011 (Fixed): [PATCH] Allow mod_mysql_vhost to use stored procedures
- In order to be able to use a stored procedure to get the document root for a given domain some changes need to be mad...
2009-06-19
- 20:26 Revision 7c5917a2: - next is 1.4.24
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2545 152afb58-edef-0310-8abb-c4023f1b3aa9
- 19:18 Revision 5865a2e3: Removed sendfile.php from dist
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2543 152afb58-edef-0310-8abb-c4023f1b3aa9
- 19:12 Feature #2005 (Wontfix): [PATCH] X-Sendfile-Range header support
- This feature was removed, and we will try #2008 instead, so we don't have different methods for the same feature.
- 19:06 Revision b2108c43: Remove X-Sendfile-Range feature; it will be replaced with something more powerful (#2005, #2008)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2542 152afb58-edef-0310-8abb-c4023f1b3aa9
- 14:39 Feature #985: Request: mod_rewrite check if file exists (like mod_rewrite in apache)
- mod_magnet is in the mainstream for quite a while.
- 14:02 Feature #985: Request: mod_rewrite check if file exists (like mod_rewrite in apache)
- Any chance to have this patch finally taken into mainstream? This is really usefull features that's really missing fr...
2009-06-18
- 21:00 Bug #729: Incorrect PATH_INFO when FastCGI is serving "/"
- r2421 fixed the problem for me. Thanks!
- 20:39 Bug #729: Incorrect PATH_INFO when FastCGI is serving "/"
- Didn't work, fixed in r2421 (fastcgi) and r2498 (scgi).
2009-06-17
- 16:46 Bug #1548 (Need Feedback): range requests not working
- can any of the commenters please mention if they had their glib2 and lighttpd compiled with largefile support (LFS) a...
- 16:42 Bug #1548: range requests not working
- If you compile with large-file-support (enabled by default), pread should be the right function. I don't think we sho...
- 13:29 Bug #2010 (Invalid): broken mp4 crashes lighty
- Not our problem. Go to http://h264.code-shop.com/trac
- 13:25 Bug #2010 (Invalid): broken mp4 crashes lighty
- On a busy site lighty stopped randomly, by using 100% of CPU on broken mp4 files. I am using the following cfg:
l... - 12:55 Bug #1865: Sample config file on OS X should show warning about using kqueue system event
- Sry, I somehow misread it a little bit (I thought you wanted us to ship a config with freebsd-kqueue enabled).
Sti... - 09:47 Bug #1865 (Invalid): Sample config file on OS X should show warning about using kqueue system event
- We don't provide distribution/os specific packages.
- 10:08 Bug #1645 (Fixed): using mod_deflate with deflate.mimetypes and custom 404s enabled server hangs
- I just tried it (and fixed another segfault), but couldn't reproduce your problem. I think it got fixed with some oth...
2009-06-16
- 14:31 Feature #1966: mod_secdownload timeout too small
- fixed the T_CONFIG_INT patch (?)
- 13:11 Feature #1966: mod_secdownload timeout too small
- added patches for 1.4.x
- 13:50 Bug #2009 (Fixed): lighttpd 1.4 autotools build broken with BSD make
- Applied in changeset r2540.
- 13:44 Bug #2009: lighttpd 1.4 autotools build broken with BSD make
- Hm sry, probably you are missing svn too.
I think with gmake it works, still needs to be fixed of course. - 13:47 Revision 3c723e67: Make dependency on svnversion/git optional (for devel versionstamp, fixes #2009)
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2540 152afb58-edef-0310-8abb-c4023f1b3aa9
2009-06-15
- 21:46 Bug #2009: lighttpd 1.4 autotools build broken with BSD make
- I posted what was on the screen. I can't post what is not there.
- 21:44 Bug #2009: lighttpd 1.4 autotools build broken with BSD make
- Perhaps you should post the real error next time:...
- 19:31 Bug #2009 (Reopened): lighttpd 1.4 autotools build broken with BSD make
- The relevant error is at the bottom, not the top.
- 13:33 Bug #2009 (Invalid): lighttpd 1.4 autotools build broken with BSD make
- That is your ports system - there is no reference to lighttpd.1 in the tar ball (it is now section 8; and spawn-fcgi....
- 05:20 Bug #2009 (Fixed): lighttpd 1.4 autotools build broken with BSD make
- The autotools build is broken with BSD make again.....
- 14:55 Feature #2008: [PATCH] X-Sendfile-Extended header support
- darix: it's impossible to add a range parameter to X-sendfile without breaking backwardscompatibility (quoting issues).
- 14:27 Feature #2008: [PATCH] X-Sendfile-Extended header support
- ideally we would implement range request support for x-sendfile at the same time.
and how about:
x-sendfile: path... - 14:22 Feature #2008 (Patch Pending): [PATCH] X-Sendfile-Extended header support
- 02:54 Feature #2008 (Fixed): [PATCH] X-Sendfile-Extended header support
- I've implemented the X-Sendfile-Extended header for mod_fastcgi.
Header field definition:...
Also available in: Atom