Activity
From 2008-03-18 to 2008-03-24
2008-03-24
- 23:09 Bug #897: lighttpd responds 500 to ALL requests after brief period of overload (it never recovers from "cool-down" period)
- I have been fighting this bug for the last few weeks. After spending a day in gdb fixing it, I find that someone has...
- 13:27 Feature #1611 (Invalid): mod_rewrite should save original URL in header
- mod_rewrite should add request header X-Original-URL after rewriting, so original URL could be accessed by proxied ap...
- 12:08 Bug #758: memory fragmentation leads to high memory usage after peaks
- --- deleted spam ---
- 07:44 Bug #175: Adding some examples on how to migrate .htaccess to lighttpd
- me²
2008-03-22
- 23:26 Feature #1609: improved mod_status
- > added password protection.
Why not use mod_auth?
> added simple query parser (taken from another mod)
Cop... - 11:06 Feature #1609: improved mod_status
- added Connection count to text version.
patch: mod_status3.patch.txt (contains all patches from above also)
-- t... - 10:50 Feature #1609: improved mod_status
- added password protection.
added simple query parser (taken from another mod)
if you specify status.password in t... - 05:16 Feature #1609 (Obsolete): improved mod_status
- enhanced mod_status: now the percent of the data transfer is shown, as well as the file sizes in MB or KB.
The time ... - 11:22 Bug #285 (Need Feedback): active SSL connection loss (SSL3_WRITE_PENDING:bad write retry) (CVE-2008-1531)
- I run into the same problem as bug 258 with the SSL write errors.
Finally I could track down it to the following ... - 06:36 Bug #1610 (Obsolete): mod_extforward.c fails to compile with gcc
- ...
2008-03-21
- 22:47 Feature #1608 (Fixed): recursive stat calls busy server fastcgi entry point pretty url
- # This is not a bug, you request a new feature.
# Why don't you just use the prefix mapping for fastcgi and disable ... - 22:19 Feature #1608 (Invalid): recursive stat calls busy server fastcgi entry point pretty url
- When using mod_rewrite to make pretty urls passed to a script, the lighttpd *response.c* tries to determine if the fu...
- 15:43 Bug #1410 (Need Feedback): mod_flv_streaming doesn't work if loaded before mod_secdownload
- I have the issue too.
When mod_flv_streaming is loaded before mod_secdownload - there is no flv streaming any more... - 15:26 Bug #1027 (Fixed): alias and mod_compress
- Fixed in r2135 for lighty-1.5.x with optimization - i hope it works ;-)
- 15:22 Revision 2135 (svn): Fix mod_compress bug (#1027)
- 15:17 Revision 2134 (svn): fcgi-stat-accel: Fix unused var / indentation
- 14:57 Revision 2133 (svn): fix auth-ldap configuration in tests
- 14:51 Bug #1603 (Fixed): 1.5-svn - server.c - fdevent_init max_fds set to 4096 instead of srv->max_fds
- Fixed in r2132.
- 14:50 Revision 2132 (svn): fixed out of range access in fd array (#1562, #372, #1603) (CVE-2008-0983)
- 14:41 Feature #752: mySQL auth
- Looks like the module is not linked against mysql; so you either need to fix the Makefile.am or load the mysql-vhost ...
- 13:35 Feature #752: mySQL auth
- Sorry, for the late response:
I tried the latest patch, but it doesnt worked for me. Patching and build was fine, ... - 05:03 Bug #805: mmap fails after 512kB on NSLU2
- ?????????????????"??":http://www.hhgwj.cn/???????????????????????????????????????????????????????????????????????????...
- 04:57 Bug #328: (network_linux_sendfile.c.167) sendfile failed: Invalid argument 6
- I have been able to confirm that yes, this does seem to be a bug in the union filesystem (at least on Asus eeePC 701)...
2008-03-20
- 21:41 Bug #1590: External spawned fastcgi processes do not work, file returned instead
- i have trouble with fastcgi to=( in 1.4.18 it work fine, in 1.4.19 return scipt as text=\
- 18:16 Bug #1600: proxy-core.rewrite-request never works (error in mod_proxy_core.c)
- see this error also in my setup... should be fixed asap i think, cause i need to have mod_proxy_core with ajp and rew...
- 17:33 Revision 2131 (svn): fix many (64-bit) format warnings and unsigned/signed compare warnings
- Observations:
- 32-bit platform (linux):
* size_t: 32-bit unsigned
* ssize_t: 32-bit signed (should always be ... - 15:27 Bug #1606: Patch to provide lighty.env["request.method"]
- tmpbuf = "temporary buffer" :)
And I have already found the similar patch http://trac.lighttpd.net/trac/ticket/1308
- 15:16 Bug #1606: Patch to provide lighty.env["request.method"]
- why the tmpbuf?
- 15:07 Bug #1606 (Fixed): Patch to provide lighty.env["request.method"]
- Currently mod_magnet documentation mentions the "request.method" attribute, but actually it is always empty.
- 05:59 Bug #949: fastcgi, cgi, flush, php5 problem.
- The problem here is that lighty is violating one of the fundamental premises of Software Design itself. No physical r...
- 02:13 Bug #1544: wrong password reporting NOT USEFUL without IP logging
- Prezados amigos e proprietários do Prestíssimo,
Saudações.
Gostaria de ter respondido à enquête que nos tra...
2008-03-19
- 21:56 Feature #1605: patch for dirlisting.extra-head confvar
- It would also solve "ticket 1183":http://trac.lighttpd.net/trac/ticket/1183.
- 21:44 Feature #1605: patch for dirlisting.extra-head confvar
- Changed Milestone to 1.4.20 since the patch is here so it can quickly be approved for inclusion of rejected.
- 21:39 Feature #1605 (Wontfix): patch for dirlisting.extra-head confvar
- As "shown in the forums":http://forum.lighttpd.net/topic/57113, you can add extra xhtml directives in the <head> elem...
- 21:55 Feature #1183: mod_dirlist.c supporting default_css
- Also, "bug 1605":http://trac.lighttpd.net/trac/ticket/1605 supersedes this one, since you can use inlined CSS in the ...
- 21:53 Feature #1183: mod_dirlist.c supporting default_css
- Hi,
In your source, you've added:... - 21:29 Feature #967: request-queue-limit option for mod_fastcgi
- I modified the patch to work with 1.4.19 Debian package. Should also work with other distros / upstream lighttpd thou...
- 19:30 Bug #1604 (Fixed): compress/rewrite wrong (old) filename
- I rewrite all errors to bar.tld/error/<type>/index.php
GET /foobar.file HTTP/1.1" 404 178
GET /error/404/index.... - 16:16 Bug #1603 (Fixed): 1.5-svn - server.c - fdevent_init max_fds set to 4096 instead of srv->max_fds
- I tried digging thru the various changesets for this line to see why the '''srv->max_fds''' was commented out in the ...
- 12:01 Bug #1217: Strange error in mod_proxy_core
- same problem here
-- wingie - 10:07 Bug #1312: $HTTP["remoteip"] compared to subnet does not work
- hy,
still the same Problem in
ii lighttpd 1.4.19-1 A fast webserver with minimal memory footprint... - 09:58 Bug #1312 (Need Feedback): $HTTP["remoteip"] compared to subnet does not work
- hy,
here in :
ii lighttpd 1.4.18-1+b1 A fast webserver with min... - 01:41 Bug #1602 (Invalid): LigHTTPD 1.4.19 freezes FreeBSD
- When uploading files(php script) with size greater than 1MB, lighttpd freezes a freebsd box (i tested it only in my F...
2008-03-18
- 22:20 Bug #949: fastcgi, cgi, flush, php5 problem.
- Fair enough.
- 22:12 Bug #949: fastcgi, cgi, flush, php5 problem.
- Replying to [[lighttpd:comment:28|Olaf van der Spek]]:
> I didn't say X-Sendfile is a solution that works for everyo... - 18:44 Bug #1601: Requestion subdomain with $HTTP["scheme"] and url.redirect with %0 kills server
- Replying to [[lighttpd:comment:2|fat-soeren@web.de]]:
> Replying to [[lighttpd:comment:1|stbuehler]]:
> > You can use... - 16:55 Bug #1601: Requestion subdomain with $HTTP["scheme"] and url.redirect with %0 kills server
- Replying to stbuehler:
> You can use %n only in a =~ conditional block; so you could say it is a config error (you no... - 14:26 Bug #1601: Requestion subdomain with $HTTP["scheme"] and url.redirect with %0 kills server
- You can use %n only in a =~ conditional block; so you could say it is a config error (you now at least know that it w...
- 00:39 Bug #1601 (Fixed): Requestion subdomain with $HTTP["scheme"] and url.redirect with %0 kills server
- I'm using this term to create a systemwide subdomain which should only be accessed with https. non-https requests are...
- 14:23 Bug #1599: Lighttpd 1.5 - Threaded stat() sends corrupted data when a file's content changes
- with server.use-noatime="enable" i see some weirdness on different backends too, so is it enabled on this setup? if s...
- 14:08 Feature #688 (Fixed): auth via pam
- many people will want to use shadow based auth. that requires root permissions. we dont have an authentication helper...
Also available in: Atom