Activity
From 2007-02-24 to 2007-03-02
2007-03-02
- 18:22 Feature #921: Client SSL Authentication Module
- '''lighttpd-1.4.13_ssl_client_verify_0.2.patch:'''
client validation is controlled with two new config options:
... - 17:55 Bug #1063: mod_expire causing crash?
- Attached is an updated valgrind file.
This is obviously the problem area of our configuration file (because it's t... - 15:09 Bug #1053 (Fixed): Loading mod_cgi before mod_fastcgi breaks running CGIs
- reporter just verified that 1.4.13 doesnt show this bug anymore.
- 11:42 Bug #1064: syslog messages in conditional section not working properly
- I found the problem.
The Buffer gets filled in log_access_write() on every request and only reset after writing. Req... - 10:34 Bug #1064: syslog messages in conditional section not working properly
- I've found ticket #727 which describes the same symptom.
Problem aren't newlines but the matched condition.
-- j.p... - 10:27 Bug #1064 (Fixed): syslog messages in conditional section not working properly
- I'm trying to set up syslog logging and run into a interesting problem:
my configuration is similar to:... - 11:01 Bug #897: lighttpd responds 500 to ALL requests after brief period of overload (it never recovers from "cool-down" period)
- The backends should be reactived after the cool-down period, right. Can you attach the output of
$ lsof -Pnp <pid... - 08:28 Bug #1058 (Fixed): hot link protection
- join #lighttpd at irc.freenode.net for faster support.
- 08:18 Feature #400: Bandwidth quotas
- Yeah. :) That will be great. :D
2007-03-01
- 23:56 Revision 1702 (svn): allow HTTP responses without a Reason-Phrase in the Status line.
- 23:05 Revision 1701 (svn): fix bug with conditional cache.
- 23:01 Bug #1058 (Need Feedback): hot link protection
- if any body can setup lighhttpd on my server and setup the hot link protection i will pay for that .
Replying to [... - 17:55 Bug #1063 (Assigned): mod_expire causing crash?
- please run valgrind against the version with debug-information like ./src/lighttpd
The valgrind output will point ... - 17:46 Bug #1063 (Fixed): mod_expire causing crash?
- I'm having a problem where lighttpd is crashing out ... and it appears to be doing so on mod_expire.
Attached is t... - 14:18 Bug #1053: Loading mod_cgi before mod_fastcgi breaks running CGIs
- can you please see if 1.4.13 fixes the bug for you?
- 12:23 Bug #1062: alias.url = () inside url conditionals has no effect
- but e.g. in side host conditionals it works. thats why i changed the descriptions.
- 12:19 Bug #1062: alias.url = () inside url conditionals has no effect
- Replying to [[comment:1|darix]]:
Not only URL conditions, that was just a test. The original condition was:... - 08:37 Bug #1062 (Fixed): alias.url = () inside url conditionals has no effect
- works fine:
#$HTTP[[url]] =~ "" {
alias.url += ("/xcache/" => "/foo/bar/xcache/")
#}
has no effect:
... - 04:30 Bug #1061 (Obsolete): Enabling stat threads causes hanging in win32
- If you don't spesify server.max-stat-threads setting in config or set spesify it other than zero all requests hangs. ...
- 00:17 Bug #941 (Fixed): lighttpd 1.5 segfault when client connection is aborted after proxy backend timed out
- this problem should be fix in trunk now.
- 00:15 Bug #1021 (Fixed): Bug in mod_deflate when gzipping text/javascript
- fixed as of revision r1646
2007-02-28
- 22:21 Revision 1700 (svn): start the stat-threads on win32 too
- 22:14 Bug #1059 (Fixed): lighttpd process died
- There is no indication of an error in lighttpd.
The fastcgi backend is dieing, check that your PHP process isn't ... - 11:39 Bug #1059 (Invalid): lighttpd process died
- ...
- 22:12 Bug #1060 (Fixed): Mac OS X 10.4 PPC - build error
- this bug is in fixed in r1693 already.
- 15:45 Bug #1060 (Fixed): Mac OS X 10.4 PPC - build error
- ...
- 17:31 Feature #536: add recursion to the SSI #include directive - patch included
- The last patch included is against latest trunk (1.5.0). VERY EASY to apply against trunk.
-- marc - 10:16 Revision 1699 (svn): allow log-msgs bigger than 1024 chars
- 00:40 Revision 1698 (svn): fixed illegal access to hctx->out which just got free()ed
- 00:39 Revision 1697 (svn): give a useful error-msg if we get a ENOSYS
2007-02-27
- 23:20 Bug #1058 (Fixed): hot link protection
- as you already found our wiki i wonder why you didnt look at the documentation first:
http://trac.lighttpd.net/trac/... - 22:49 Bug #1058 (Fixed): hot link protection
- is lighhttpd support the hot link protection line a plesk or Cpanel coz to many website stolen my B/W and put direct ...
- 22:19 Feature #1057 (Duplicate): Auth using database
- Is it possible to add auth method by database (e.g. MySQL or PostgreSQL)?
- 16:32 Revision 1696 (svn): reverted last commit on the "const" issue and made the response const
- too
- 16:29 Revision 1695 (svn): * fixed double-free() on err->file
- * remove_path is changing the content of the string aka not "const"
- 14:23 Bug #41: nested conditionals
- I have severe trouble with nested conditions. I have "hand made" virtual hosting like indicated below:...
- 11:34 Feature #1056: libuuid - non-portabile configure.in
- did you test that the OSSP library is working?
can you provide a patch?
- 11:22 Feature #1056 (Fixed): libuuid - non-portabile configure.in
- The current configure.in depends on the presence of a libuuid that is compatible with the e2fsprogs implementation. ...
- 05:41 Bug #1048 (Fixed): mod_deflate - deflate.mimetypes setting
- The only way I was able to re-produce the same trace messages and same response headers was to add "text/javascript" ...
- 00:07 Bug #1052 (Fixed): Bug in mod_chunked
- mod_chunked is always loaded as the last module, don't try to manually load it. The only way to disable http chunked...
2007-02-26
- 21:55 Bug #1055 (Fixed): Error 410 und 412 do not return a HTML page
- after trying error codes 410 and 412 I noticed that the error doesn't include any HTML message. To fix this, I create...
- 21:43 Feature #1054 (Obsolete): mod_secdownload error codes should be configurable
- right now, mod_secdownload gives either 403 or 408 as error codes in the two conditions of timeout and invalid hashes...
- 21:14 Bug #328: (network_linux_sendfile.c.167) sendfile failed: Invalid argument 6
- For a workaround see:
http://forum.lighttpd.net/topic/4829
Greetings, Waldemar Dick
-- wdick - 17:55 Bug #1053 (Invalid): Loading mod_cgi before mod_fastcgi breaks running CGIs
- When one loads mod_cgi before mod_fastcgi, all CGI responses are empty. The CGI gets fully executed, however, and a ...
- 17:26 Revision 1694 (svn): fixed crash on SIGHUP (fix by <adi@postpi.com>)
- 09:05 Bug #1052 (Fixed): Bug in mod_chunked
- In r1693 and before an error occured when using mod_chunked (in combination with php/fastcgi)
If the compressed ou...
2007-02-25
- 23:40 Bug #328: (network_linux_sendfile.c.167) sendfile failed: Invalid argument 6
- Hi,
this happens in 1.4.13 too:
On a Virtuozzo Virtual Server - Kernel 2.4.20-021stab028.19.777-enterprise #1 SMP W... - 21:20 Bug #897 (Need Feedback): lighttpd responds 500 to ALL requests after brief period of overload (it never recovers from "cool-down" period)
- Hi Jan,
The problem in my case is that after such an "overload" incident, lighty responds with 500 to _all_ php re... - 18:10 Bug #1051 (Fixed): "make install" does not install spawn-fcgi
- Using the cmake system, spawn-fcgi is built but "make install" does not copy it to /usr/local/bin
-- Jay Rabbit - 13:30 Feature #1050 (Wontfix): Add a bandwidth throttle that is aware of previous underusage
- I would like to see an option where as well as the fixed server-wide bytes/sec bandwidth limit there was a 2nd limit ...
- 12:36 Bug #1049 (Fixed): AIO on Mac OS X
- applied in r1693
- 12:35 Revision 1693 (svn): fixed compilation of aio support on macosx (fixes #1049)
- 01:51 Bug #765: sql-ledger gives 500 most often
- I didn't have any trouble setting this up.
See this link for my notes.
http://sourceforge.net/mailarchive/forum...
2007-02-24
- 22:41 Bug #1034: 400-error when using fastcgi-php
- Version lighttpd-1.5.0-r1691
Yes...My error_log
http_req.c.270: (trace) parsing failed ... (no error-msg)
http_req... - 18:09 Feature #377 (Fixed): Incorrect handling of the 100 (Continue) Status
- this bug is fixed for 1.5.x we wont fix it for 1.4.x though
- 10:38 Feature #377: Incorrect handling of the 100 (Continue) Status
- I also see this when Flash 9 tries to upload files in Linux. Oddly, the Windows version of Flash doesn't send this h...
- 08:01 Bug #1049 (Fixed): AIO on Mac OS X
- Revision 1691 requires this on Mac OS X, probably because of a bug in Apple's aio.h file:
(the following also includ...
Also available in: Atom