Activity
From 2007-11-04 to 2007-11-10
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...
2007-11-05
- 22:50 Bug #1364: lighttpd uses most parts of the physical memory and causes out of memory crashes
- We had no problem for two months now and all of a sudden it started again. Please find a valgrind trace attached! r20...
- 20:23 Feature #1391: mod_CalDAV support
- Hmmm maybe also GroupDAV just to be complete...
- 15:20 Bug #1433 (Fixed): authorization gets activated in second request
- i've created configuration where {{{/scm_ping.php}}} is allowed from one specific ip, all the rest get http authoriza...
- 09:13 Revision aab9a99a: - merge from trunk
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2019 152afb58-edef-0310-8abb-c4023f1b3aa9
- 09:13 Revision 2019 (svn): - merge from trunk
- 09:07 Revision 2018 (svn): - cosmetics, update URL
- 09:04 Revision 2017 (svn): - include SConstruct in tarball
- 09:02 Revision ae821c92: - include SConstruct in tarball
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2016 152afb58-edef-0310-8abb-c4023f1b3aa9
- 09:02 Revision 2016 (svn): - include SConstruct in tarball
2007-11-04
- 17:24 Revision 2015 (svn): - remove pre 1.5 changes as it continues in 1.4 branch
- 17:21 Revision 2014 (svn): - merge Changeset [2012] by glen from 1.4 branch
- 17:21 Revision 17fa057d: - update
- git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2013 152afb58-edef-0310-8abb-c4023f1b3aa9
- 17:21 Revision 2013 (svn): - update
- 16:53 Revision d6b9709b: - support for matching $HTTP["scheme"] in configs, patch from:
- http://trac.lighttpd.net/trac/wiki/HowToRedirectHttpToHttps
apparently by swiergot/at/gmail.com, adjusted for curre... - 16:53 Revision 2012 (svn): - support for matching $HTTP["scheme"] in configs, patch from:
- http://trac.lighttpd.net/trac/wiki/HowToRedirectHttpToHttps
apparently by swiergot/at/gmail.com, adjusted for curre... - 00:36 Feature #855: TCP wrappers not working with lighttpd
- Replying to [[lighttpd:ticket:855|anonymous]]:
> Hi,
>
> it seems lighttpd currently doesn't have support for TCP...
Also available in: Atom