Project

General

Profile

Activity

From 2008-02-09 to 2008-02-15

2008-02-15

22:16 Bug #1533: Lighttpd fails to start when using the same $HTTP["host"] match in an IF/ELSE form
Replying to [[lighttpd:ticket:1533|calimonk@gmail.com]]:
> While adjusting a vhost i have, i encountered that Lightt...
Anonymous
16:22 Bug #1027: alias and mod_compress
+ Duplicate of #230
stbuehler
15:47 Bug #1565 (Fixed): mod_compress does not check if the request is already handled, e.g. by fastcgi
To fix this a simple... stbuehler
13:53 Bug #1564 (Fixed): auth.backend.ldap.filter not working with conditionals/not being rebuilt
If you define a (dynamic) filter within a conditional like this:... Anonymous
11:24 Bug #1555: 1.5.0 r1992 rejects requests with segment request-method (1.4.x is fine)
The patch adds a comment in lempar.c as well - perhaps lempar.c should be "fixed" too, but i do not completely unders... stbuehler
01:13 Feature #1563 (Fixed): Block user based on conditions
What I'd like to be able to do, is if a user access my site, and meets a certain set of conditions, that they are the... Anonymous

2008-02-14

16:16 Bug #1200: (network_solaris_sendfilev.c.104) writev failed: Transport endpoint is not connected 894
just updated to 1.4.18 today - the bug still exists.... rhaen
12:48 Bug #1360: 1.5-svn build broken on Mac OS X
Remove the line with "mod_status" in it from configure.in, regenerate it, reconfigure, and compile. Should work.
Anonymous
09:30 Bug #1492: mod-webdav and Vista
It is caused because of this check:
/* we don't support Depth: Infinity on locks */
I changed this line:
con->http...
Anonymous
07:32 Bug #1486: src/etag.c includes stdint.h without checking HAVE_STDINT_H
hehe I was about to send the same ticket :)
I encountered the same problem on Solaris 9 with no stdint.h
-- StalkR
Anonymous

2008-02-13

21:53 Bug #949: fastcgi, cgi, flush, php5 problem.
This problem is found in mod_cgi too. Actually, the thing is that lighttpd is ignoring the 'flush' from php. The php ... Anonymous
14:25 Bug #1562: sigsegv @ fdevent_get_handler - when congestion occurs, and file descriptor arrays is full.
If i understood the #372 problem correctly, Solaris doesn't want to poll for rlim.cur fds, as one is used for the /de... stbuehler
10:42 Bug #1562 (Fixed): sigsegv @ fdevent_get_handler - when congestion occurs, and file descriptor arrays is full.
I'm experiencing segfaults when congestion occurs, at 800-850Mbps.
The crashes occurs here:
lighttpdr1334: segfau...
fdeletang
14:10 Bug #372: dev-poll interface problem on Solaris 10
This "fix" probably introduced a new bug, see #1562.
stbuehler
10:25 Bug #1200: (network_solaris_sendfilev.c.104) writev failed: Transport endpoint is not connected 894
I'll second the problem. I am using lighttpd as frontend server for a reverse squid. The goal is to distribute the re... Anonymous
10:02 Bug #1561: Kernel Panic on FreeBSD 5.4-STABLE
Here is the link to the FreeBSD bug report http://www.freebsd.org/cgi/query-pr.cgi?pr=120609
simmel
09:55 Bug #1561 (Missing Feedback): Kernel Panic on FreeBSD 5.4-STABLE
FYI, as requested:
Reported to the FreeBSD problem report system <http://www.freebsd.org/send-pr.html>...
simmel

2008-02-12

20:44 Revision 2077 (svn): store the original errno of SSL_read() in case of a syscall error
jan
20:40 Revision 2076 (svn): we need some space for the NUL-char too, fixes infinite loop
jan
20:26 Revision 2075 (svn): store the original errno
jan
14:17 Revision 2074 (svn): fixed error-msg on connection-shutdown if memory-chunks are sent
(SSL_ERROR_ZERO_RETURN).
for the file-chunks we handled it correctly already
jan
14:00 Bug #657 (Fixed): lighty vs. apt-get - problem with pipelining
a patch for the EAGAIN was applied in r2072
jan
07:13 Feature #1560 (Missing Feedback): mirroring/server offering for lighttpd project
Hello,
My name is Dmitry Sherman CEO at INTERHOST - Network Solutions in Israel,
I would to offer full/partial site...
maddog
05:54 Bug #1548: range requests not working
thanks grenola. i've confirmed this works on my debian box. please integrate into svn (we're too lazy) :P
-- njahnke
Anonymous
05:51 Bug #1548: range requests not working
edit network_gthread_aio.c
change occurrence of pread() to pread64()
recompile
-- grenola
Anonymous
05:54 Bug #1559: cannot limit servers kbytes a second
im sorry... let me repaste my code:... Anonymous
05:53 Bug #1559 (Fixed): cannot limit servers kbytes a second
i cannot limit the servers connection because i am pulling 300mbit+ and i want to limit it to 150ish to save some cas... Anonymous

2008-02-11

21:52 Bug #575: high-time connections in handle-req impact fastcgi overload calculation
WORKING RESOLUTION:
Given the comment above, and given that the 1.5.x branch is now close to release, (and given t...
Anonymous
17:52 Bug #575: high-time connections in handle-req impact fastcgi overload calculation
Same issues here. Has anyone experienced issues with the patch supplied?
I would like to see some action in this "bu...
Anonymous
21:15 Revision 2073 (svn): limit the number of resizes for large log-messages (from stbuehler)
jan
17:13 Bug #1554: lighttpd [1.4.18] RSTs TCP connections if mysql dies, and ceases to work
> Probably not very helpful.
Hehe. I don't see any occurance of accept. So the connect request doesn't even appear...
admin
17:05 Bug #1554: lighttpd [1.4.18] RSTs TCP connections if mysql dies, and ceases to work
... Anonymous
16:23 Bug #1548: range requests not working
confirmed this is a > 2gb issue on my debian etch box w/ libaio.so.1.0.1, kernel 2.6.18-4-486, lighty 1.5.0 r1992:
...
Anonymous
14:08 Bug #1555: 1.5.0 r1992 rejects requests with segment request-method (1.4.x is fine)
Here's output from the test code:... Anonymous
11:14 Bug #1027: alias and mod_compress
mkdir_recursive will cause segfault while creating something like "/dir1/" (with trailing slash).... Anonymous
04:18 Bug #1558 (Invalid): autogen.sh incorrectly using /bin/sh rather then the correct /usr/bin/bash
autogen.sh does not run properly under the borne shell (/bin/sh).
It should either be set to use /usr/bin/bash, or...
Anonymous

2008-02-10

18:49 Revision 94feee04: fixed handling of EAGAIN in linux-sendfile (fixes #657)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2072 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
18:49 Revision 2072 (svn): fixed handling of EAGAIN in linux-sendfile (fixes #657)
jan
14:26 Bug #1511: mod_uploadprogress broken by mod_proxy_core
It doesn't work with the http backend as well. It seems' that it's a general mod_proxy_core issue.
-- cahe
Anonymous
14:19 Bug #1511: mod_uploadprogress broken by mod_proxy_core
yup. got the same problem :/. it seems that the whole content i uploaded to the backend when it finishes...
-- cahe
Anonymous
05:31 Bug #1557 (Invalid): max-write-idle Timeouts
Hi, I have been running lighttpd on my server for a few days now and I'm seeing a lot of these messages in error.log:... Anonymous

2008-02-09

23:08 Feature #1556 (Fixed): Allow matching against any arbitrary HTTP header in the configuration file regexps
It should be possible to match against any HTTP header from the config file, rather than being limited to only matchi... jrabbit
 

Also available in: Atom