Activity
From 2007-11-06 to 2007-11-12
2007-11-12
- 23:48 Feature #386: TLS servername extension (SNI) for namebased TLS-vhosts
- Hi,
after checking out the "server name indication patch for apache":http://issues.apache.org/bugzilla/show_bug.cg... - 19:52 Bug #1178: mod_proxy_core + tomcat = hanging requests
- diff again:...
- 19:51 Bug #1178: mod_proxy_core + tomcat = hanging requests
- Oops, trac didn't save my comment. Typing again.
mod_proxy_backend_http does not interpret 304 response properly: ... - 19:33 Bug #1178: mod_proxy_core + tomcat = hanging requests
- Well, we're not using tomcat anymore (left the java-world, it's all fastcgi now) but I
wonder if this is a bug in th... - 16:21 Bug #1178: mod_proxy_core + tomcat = hanging requests
- Problem was seen in the last announced version -- r1992.
- 16:05 Bug #1178: mod_proxy_core + tomcat = hanging requests
- We have exactly same problem.
BTW AJP13 seems to work much slower then HTTP proxy.
- 16:14 Bug #1428 (Fixed): spawn-fcgi should not exec /bin/sh
- commited in r2023 for 1.4 and r2025 for 1.5
- 16:12 Revision 2025 (svn): - use execv() directly to fcgi app if used as argument. resolves #1428
- 16:04 Revision 12bf15dd: - note change
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2024 152afb58-edef-0310-8abb-c4023f1b3aa9
- 16:04 Revision 2024 (svn): - note change
- 16:02 Revision b0f37b9c: - use execv() directly to fcgi app if used as argument. resolves #1428
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2023 152afb58-edef-0310-8abb-c4023f1b3aa9
- 16:02 Revision 2023 (svn): - use execv() directly to fcgi app if used as argument. resolves #1428
- 08:23 Feature #1448: Quota Support for WebDav
- further information about the original patch for apache is here.
http://blog.carrel.org/2005/03/moddav-quota-patch-r... - 08:19 Feature #1448 (Wontfix): Quota Support for WebDav
- WebDAV support in lighttpd works really well, however for OSX users trying to use lighttpd as an iDisk replacement th...
2007-11-11
- 21:00 Feature #1447 (Fixed): TCP_DEFER_ACCEPT
- Hi,
On Linux, TCP_DEFER_ACCEPT can be enabled to defer accept calls until there is (also) data ready to be read.
... - 18:45 Bug #1435 (Fixed): fcgi spawn or chroot mistiming
- 06:15 Bug #1435: fcgi spawn or chroot mistiming
- You can close this! netstat lists /tmp/whatever but it is mistaken, the sockets do reside in the proper jail! No pr...
- 05:37 Feature #1446 (Fixed): add url.redirect-found option to send status code 302 in the redirect module
- I posted modified source to mod_redirect.c. I've also posted the source in ticket #61 (http://trac.lighttpd.net/trac...
- 03:34 Feature #61: Setting HTTP status code for redirection
- Perhaps it would be easier to add a new setting, since the only two status codes that are used for redirection are 30...
- 02:35 Feature #670: mod_redirect uses 301. Should be 302.
- Different situations require different status codes. For normal use, leaving the 302 code is fine, but for one parti...
2007-11-10
- 23:08 Bug #1445 (Invalid): Random crashes on Leopard
- After a bunch of requests (never the same number) with php5-fcgi on OSX 10.5.0
lighttpd crashes. Attached are the li... - 22:13 Bug #1444: Crashes when running out of FDs
- Just FYI: the three lines are from three different crashes.
- 22:12 Bug #1444 (Fixed): Crashes when running out of FDs
- Hi,
The server appears to crash when it runs out of FDs. Changing max-fds from 1 k to 2 k avoids the crashes. Stra... - 22:01 Feature #1443 (Wontfix): Could you enable compression by default?
- Hi,
Could you enable compression by default?
compress.filetype = ("text/css", "application/x-javascript", "text... - 16:50 Revision 2022 (svn): - typo
- 16:49 Revision 68ebed37: - typo
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2021 152afb58-edef-0310-8abb-c4023f1b3aa9
- 16:49 Revision 2021 (svn): - typo
- 16:25 Bug #1428: spawn-fcgi should not exec /bin/sh
- how about taking just argv and passing it to execvep?
if current version takes -f as argument for spawned program
... - 16:12 Revision 9ab9f176: - apply patches from #1384
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2020 152afb58-edef-0310-8abb-c4023f1b3aa9
- 16:12 Revision 2020 (svn): - apply patches from #1384
- 08:00 Bug #1066: mod_auth leaks ldap connections
- And version 1.5.x is also affected. Together with a security enabled linux kernel, this is really dangerous since the...
- 02:21 Bug #285 (Need Feedback): active SSL connection loss (SSL3_WRITE_PENDING:bad write retry) (CVE-2008-1531)
- Debian server
# uname -a
Linux 2.6.18-3-amd64 #1 SMP Mon Dec 4 17:04:37 CET 2006 x86_64 GNU/Linux
# openssl ve...
2007-11-09
- 22:14 Feature #1442: ETag creation configuration for 1.5
- Cool. I was looking forward for this feature. I was actually pondering a post in the forum to ask why etags configs w...
- 16:33 Feature #1442 (Fixed): ETag creation configuration for 1.5
- Migrated the ETag creation configuration code from 1.4. You could specify what was used to create the ETag on the con...
- 18:36 Bug #1398: Segfault on x86_64 and 2*connections > max-fds
- I'm facing the same problem on CentOS 5, x86_64 ..
When the number of connections exceeds that half max-fds it give ... - 16:22 Bug #1441: mmap fails when HAVE_MEM_MMAP_ANON because of zero length
- Forgot to mention that this patch is for 1.5.0-r1992.
- 13:54 Bug #1441 (Obsolete): mmap fails when HAVE_MEM_MMAP_ANON because of zero length
- Because c->file.copy.length is not changed from 0 the mmap fails. If if it worked the assert further ahead would fail...
- 15:15 Bug #1338: Very slow 304 responses, introduced in 1949.
- I've done some testing and found the problem to occur after the changes made in changeset "1949":http://trac.lighttpd...
- 10:09 Bug #1246: mod_access not restricting FastCGI processes
- Sorry for the CC.
Also, I think: isn't it the 404 handler that tries to handle the 403 error?
-- yvan.taviaud - 10:08 Bug #1246 (Need Feedback): mod_access not restricting FastCGI processes
- Same problem here with Lighttpd 1.4.16 (Backport for Debian Etch)
When using:...
2007-11-08
- 21:23 Bug #1440 (Fixed): Improper ERROR code of expired urls when using mod_secdownload
- When using mod_secdownload and a valid generated url times out, lighttpd returns error code 408.
This says the clien...
2007-11-07
- 20:26 Bug #328: (network_linux_sendfile.c.167) sendfile failed: Invalid argument 6
- Hello, I was struc by this bug with
lighttpd-1.4.18 (ssl) - a light and fast webserver
Build-Date: Oct 29 2007 17:... - 19:07 Bug #1437: server.max-connections works in conditional?
- is there any mechanism that allows me to ensure access to server status even when the server is "full" ?
- 13:56 Bug #1437: server.max-connections works in conditional?
- this is not supported.
- 12:50 Bug #1437 (Invalid): server.max-connections works in conditional?
- i am not sure, but according to the server status server.max-connections does not work in a conditional?
we use:
... - 12:54 Feature #1439 (Obsolete): request: ip banning options for mod_evasive
- when mod_evasive turns a connection away it would be nice if it could increment some internal counter for that ip and...
- 12:52 Feature #1438 (Fixed): request: silent option for mod_evasive
- when mod_evasive turns a connection away, it creates an entry in the log file.
to reduce disk write load and file ... - 12:49 Bug #1436 (Fixed): when server.max-connections is hit cpu load dramatically increases
- it seems that as soon as server.max-connections is hit lighttpd becomes very busy turning new connections away, easil...
- 08:18 Bug #1368: lighttpd webdav authentication with Mac OS X
- Recommending mod_webdav for only open resources would be a little harsh. What this is all about is that lighty has a ...
- 07:54 Bug #1368: lighttpd webdav authentication with Mac OS X
- This of course depends upon how mod_webdav changes in the future, there is no guarantee that it wont't be the endpoin...
- 00:46 Bug #1435: fcgi spawn or chroot mistiming
- Sorry - I saw milestone 1.5.0 and mistook it for the version. However, I used to use the spawn-fcgi script in 1.4 as ...
2007-11-06
- 22:17 Bug #1435: fcgi spawn or chroot mistiming
- Replying to [[lighttpd:comment:2|jrabbit]]:
> Version 1.5.0 no longer spawns PHP - it only connects to an independen... - 21:55 Bug #1435: fcgi spawn or chroot mistiming
- Version 1.5.0 no longer spawns PHP - it only connects to an independent PHP fastcgi server. You can use the spawn-fcg...
- 19:08 Bug #1435: fcgi spawn or chroot mistiming
- (wanted to add my email address)
-- tech - 19:06 Bug #1435 (Invalid): fcgi spawn or chroot mistiming
- I came across this while porting over to this version. I run all servers in chroot jails as underprivileged users, y...
- 18:47 Bug #1368: lighttpd webdav authentication with Mac OS X
- can you prove that there is a real issue when mod_webdav is before mod_auth?
- 17:45 Bug #1368: lighttpd webdav authentication with Mac OS X
- What is the status of this ticket? Given HenrikHolst considerations, we might consider to document this issue on the ...
- 09:58 Bug #1368: lighttpd webdav authentication with Mac OS X
- What you do when you put the mod_webdav before mod_auth is that you let the webdav module handle the URL before any f...
- 09:48 Bug #1368: lighttpd webdav authentication with Mac OS X
- interestingly enough to fix it on 1.4.13 you just put mod_webdav before mod_auth and you are done. It works. :)
- 16:38 Feature #1415: access_log : %D time used in ms (not supported)
- Agreed!
- 02:03 Bug #1434 (Missing Feedback): freebsd-sendfile bring cpu 100%
- in freebsd 7.0 bete use server.network-backend = "freebsd-sendfile" induce lighttpd use cpu 100% when user cancel tcp...
- 01:33 Bug #1159: Cannot set server.port from environment variable
- Is this going to be fixed any time soon? The patch looks OK to me (if not, it's trivial to #define the maximum unsign...
Also available in: Atom