Activity
From 2010-01-16 to 2010-01-22
2010-01-22
- 17:47 Bug #2147: slow request dos/oom attack
- To test ssl I replaced @nc 127.0.0.1 8081@ with @openssl s_client -connect 127.0.0.1:8443@ in the shell script.
1.5 ... - 14:08 Bug #2147: slow request dos/oom attack
- I wrote a small shell script which does "slow" upload (testing with 60000 bytes post data, small header).
On 1.4.x t...
2010-01-21
- 23:32 Bug #2147: slow request dos/oom attack
- So, i think i have a patch for 1.4.x:
* Remove ssl_error_want_reuse_buffer for SSL_read:
Although the manual st... - 18:58 Bug #2068: mod_expire adding Cache-Control header
- if (NULL != (ds = (data_string *)array_get_element(con->response.headers, key))) {
should be
if (NULL != (ds =... - 08:48 Bug #2068: mod_expire adding Cache-Control header
- patch against r2704, please test and report back!
2010-01-20
- 21:24 Bug #2068: mod_expire adding Cache-Control header
- Hello !
Its possible to append this patch into 1.5.x ?
regards,
Piotr - 13:22 Revision da3370e8: Fix mod_proxy dead host detection if connect() fails
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2704 152afb58-edef-0310-8abb-c4023f1b3aa9
- 13:22 Revision 2704 (svn): Fix mod_proxy dead host detection if connect() fails
- 13:22 Revision d601017b: mod_fastcgi: x-sendfile2 parse error debugging
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2703 152afb58-edef-0310-8abb-c4023f1b3aa9
- 13:22 Revision 2703 (svn): mod_fastcgi: x-sendfile2 parse error debugging
2010-01-18
- 00:46 Bug #2154 (Invalid): Right-hand slash and similar aliases
- I told you we fixed the logging. And please THINK about it: if an url doesn't start with "/a" it cannot start with "/...
- 00:30 Bug #2154 (Reopened): Right-hand slash and similar aliases
- "
Btw: I see a difference between "crash" and "rejects config"...
"
it is indeed a crash since the init.d script... - 00:12 Bug #2154 (Invalid): Right-hand slash and similar aliases
- Ah, just saw your discussion on irc.
As i said, if you have aliases like @alias.url = ( "/a" => "..", "/aa" => "..... - 00:07 Bug #2154 (Need Feedback): Right-hand slash and similar aliases
- A crash on startup is not a high priority in my eyes; apart from that it just works for me without a problem.
Perh...
2010-01-17
- 23:28 Bug #2154: Right-hand slash and similar aliases
- For some reason it did not accept my trying to make the slashes bold, so here's the second text:
alias.url = (
"/... - 23:26 Bug #2154 (Invalid): Right-hand slash and similar aliases
- The following makes the server crash (without any explicit errors by the way [see END]):...
2010-01-16
- 19:46 Feature #2153 (Wontfix): Clear documentation for FastCGI with Perl
- When it comes to running Perl under FastCGI, the documentation provided on mod_fastcgi is very lacking. I've been sco...
Also available in: Atom