Activity
From 2006-07-27 to 2006-08-02
2006-08-02
- 20:34 Bug #757: internal server error gives 200 OK sometimes
- See bug report 756, problem seems to be also gone with that solution
-- jimmy - 20:20 Bug #756: transfer-encoding chunked broken (OSX)
- it get closed in SUBREQUEST_FUNC(mod_cgi_handle_subrequest), because of :...
- 19:11 Bug #756: transfer-encoding chunked broken (OSX)
- Now it's very clear, if EAGAIN happens while reading from the CGI's fd (which does never happen on my OpenBSD test ma...
- 18:09 Bug #756: transfer-encoding chunked broken (OSX)
- I could not reproduce the problem with a small C program, but I am on a completely wrong track there. I was looking f...
- 12:41 Bug #797 (Fixed): mod_ssi <!--#include virtual="..." --> includes the raw file contents rather than running through the request parser
- Where "foo.cgi" is a CGI script, the following:
<!--#include virtual="foo.cgi" -->
...results in the contents o... - 12:30 Feature #796 (Missing Feedback): Not all (useful) mod_ssi directive arguments interpolate variables
- With the example SSI document:
<!-- set var="foo" value="blah-blah-blah.cgi?$QUERY_STRING" -->
<!-- echo var="foo" ... - 12:22 Bug #795 (Obsolete): mod_ssi (apparently) won't echo variables set using #set
- With the sample SSI document:
<!--set var="foo" value="bar" -->
<!--echo var="foo" -->
Result: "(none)"
Expec... - 05:35 Bug #793 (Fixed): Problem on FastCGI protocol when using TCP/IP and large POST data
- dup #794
2006-08-01
- 19:39 Bug #756: transfer-encoding chunked broken (OSX)
- now i'm to the point, that adding any printf() statement to the main polling loop in server.c "fixes" the problem, BU...
- 19:07 Bug #794 (Invalid): Problem on FastCGI protocol when using TCP/IP and large POST data
- When submiting a form, POST method, with a large amount of data, the FCGI_STDIN record type has a wrong content lengt...
- 19:06 Bug #793 (Fixed): Problem on FastCGI protocol when using TCP/IP and large POST data
- When submiting a form, POST method, with a large amount of data, the FCGI_STDIN record type has a wrong content lengt...
- 17:21 Bug #792 (Fixed): pid file gets empty when lighttpd is already running and you try to start it again
- if lighttpd is running, and you try to start it again and it fails (because, for example it can't bind to an already ...
- 15:08 Bug #788 (Fixed): lighttpd-announce mailing list
- It would be really helpful if there was a lighttpd-announce mailing list for update and security bug announcements. T...
- 14:21 Feature #787 (Fixed): mod_cml + "HOST" header support!
- lighttpd developers hello, again...
I use lighttpd-1.4.11 in production with mod_cml.
this code simply adds the... - 00:47 Feature #786: mod_cml + mod_compress NOT A DREAM ANYMORE
- i forgot to add this at the end of the code block,
buffer_free(b_);
thanks,
-- amix.
-- duke.amix - 00:32 Feature #786 (Fixed): mod_cml + mod_compress NOT A DREAM ANYMORE
- lighttpd developers hello, again.
I use lighttpd-1.4.11 in production with mod_cml.
Like before, when i need "E...
2006-07-31
- 21:20 Bug #784 (Fixed): mod_fastcgi crash ?
- lightty unexpectedly crashed - nothing in system log, load was about 1.5-1.6 whcih is normal for that time, ~1.5 out ...
- 20:38 Bug #756: transfer-encoding chunked broken (OSX)
- I came to the point that HTTP/1.0 events also hang and not finish.
The times it works, is with concurrent tests im...
2006-07-30
- 19:44 Bug #756: transfer-encoding chunked broken (OSX)
- I tried the version from DarwinPorts also without success, other event handlers, even compiled an older C compiler wi...
2006-07-29
- 16:31 Feature #665: server.errorlog is global instead of per virtual host
- Can confirm the same bug on OpenBSD running lighttpd-1.4.11.
Last conditional gets the error logging, access loggi... - 14:36 Bug #777 (Fixed): lighty stops to proceed cgi programs at a sudden time
- $HTTP[[url]] =~ "^/c/proxy.cgi" {
cgi.assign = ( ".pl" => "/usr/bin/perl",
... - 09:22 Bug #776: server.errorfile-prefix file ignores php content
- Good question.. why am I not using the server.error-handler-404 setting instead then if it works? I want error pages...
- 09:19 Bug #776 (Invalid): server.errorfile-prefix file ignores php content
- ##
## Format: <errorfile-prefix><status-code>.html
## -> ..../status-404.html for 'File not found'
server.errorfil...
2006-07-28
- 22:11 Bug #775 (Invalid): mod_rewrite code from apache to lighttpd not working
- ...
- 11:18 Bug #771: lighty glues headers with equal names!
- Well, I fixed it:...
- 09:13 Bug #771 (Fixed): lighty glues headers with equal names!
- PHP code (test.php):...
2006-07-27
- 17:57 Bug #767: mod_compress fails to compile on solaris8
- Okay I was able to overcome my problem by setting the following env var:
CC='gcc -std=gnu99 -B/path/to/gnu/ld'
-... - 00:43 Feature #768 (Obsolete): mod_cml - output_expires
- I use lighttpd-1.4.11 in production with mod_cml.
I needed to set the "Expires" from lua on some pages so i coded ...
Also available in: Atom