Project

General

Profile

Activity

From 2008-01-10 to 2008-01-16

2008-01-16

21:26 Bug #575: high-time connections in handle-req impact fastcgi overload calculation
We also experience this problem on a regular basis across three web servers under reasonable load (around 1M hits per... Anonymous
18:53 Feature #1522 (Invalid): add option to mod_rewrite to make case insensitive matches/replaces
Some CMS don't care about the difference in URL's like:
http://some.cms/index.php?DOCID=123
http://some.cms/index.p...
Anonymous
18:28 Feature #985: Request: mod_rewrite check if file exists (like mod_rewrite in apache)
Yes please integrate this in mod_rewrite - preferably also in the 1.4.x branch. May be, that LUA is a great language ... Anonymous
16:31 Bug #1521 (Fixed): Log fills with "got FDEVENT_OUT for state 10, calling the job-handler, let's see what happens"
Server is running lighttpd-1.5.0 r2026 on FreeBSD 6.2 amd64, php 5.2.6 (dev) via fastcgi.
After a day or so of h...
Anonymous
16:11 Revision 0ce79f8a: - add missing files to EXTRA_DIST
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2043 152afb58-edef-0310-8abb-c4023f1b3aa9 glen
16:11 Revision 2043 (svn): - add missing files to EXTRA_DIST
glen
16:07 Revision 0f2fd1ef: - add more missing files
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2042 152afb58-edef-0310-8abb-c4023f1b3aa9 glen
16:07 Revision 2042 (svn): - add more missing files
glen
16:04 Revision 1f72c848: - add missing tests
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2041 152afb58-edef-0310-8abb-c4023f1b3aa9 glen
16:04 Revision 2041 (svn): - add missing tests
glen
16:01 Revision f7dab695: - sort
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2040 152afb58-edef-0310-8abb-c4023f1b3aa9 glen
16:01 Revision 2040 (svn): - sort
glen
12:05 Feature #1507 (Assigned): Enhanced version of mod_status
deleted, but you patches still fail, i think the reason is because you lost the tabs when created the patch.
you s...
glen
11:22 Feature #1507: Enhanced version of mod_status
Done.
Can someone pls delete mod_status.patch and mod_status.2.patch
-- cyberline
Anonymous
01:31 Revision 2039 (svn): mysqlvhost.txt is removed in [1931]
moo
01:02 Revision 365971bb: - US-ASCII for sake of trac
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2038 152afb58-edef-0310-8abb-c4023f1b3aa9 glen
01:02 Revision 2038 (svn): - US-ASCII for sake of trac
glen
01:00 Bug #841 (Fixed): Segmentation fault using fastcgi / php5-cgi
Committed revision r2037.
glen
01:00 Bug #841 (New): Segmentation fault using fastcgi / php5-cgi

glen
01:00 Revision 1f68a041: - prevent crash in certain php-fcgi configurations (#841)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2037 152afb58-edef-0310-8abb-c4023f1b3aa9 glen
01:00 Revision 2037 (svn): - prevent crash in certain php-fcgi configurations (#841)
glen
00:48 Feature #1422 (Fixed): (Patch) Add security-related SSL options to lighttpd 1.5
Committed revision r2036.
glen
00:47 Revision 2036 (svn): - ssl.cipher-list and ssl.use-sslv2 ported from 1.4.x (#1422)
glen
00:42 Feature #1479 (Assigned): configurable timestamp logging, patch included
please document the config changes in wiki and doc/accesslog.txt
glen
00:30 Bug #1489 (Fixed): mod_fastcgi "/"-prefix extension issue

glen
00:26 Bug #1489: mod_fastcgi "/"-prefix extension issue
Committed revision r2035.
glen
00:26 Revision 513057eb: - fix also scgi and proxy modules. #1489
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2035 152afb58-edef-0310-8abb-c4023f1b3aa9 glen
00:26 Revision 2035 (svn): - fix also scgi and proxy modules. #1489
glen
00:19 Revision 95769fb3: - Print error if X-LIGHTTPD-send-file cannot be done; reset header Content-Length for send-file.
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2034 152afb58-edef-0310-8abb-c4023f1b3aa9 glen
00:19 Revision 2034 (svn): - Print error if X-LIGHTTPD-send-file cannot be done; reset header Content-Length for send-file.
glen
00:00 Bug #1510 (Fixed): Weird things in chunk.c (functions only handling specific cases, unexpected behaviour)
Committed revision r2033.
glen

2008-01-15

23:59 Revision 2033 (svn): - chunk.c patches from #1510
glen
23:33 Bug #1516 (Fixed): Remove a TRACE from proxy_core_address (logfile spamming)

glen
23:33 Bug #1516 (New): Remove a TRACE from proxy_core_address (logfile spamming)

glen
23:33 Bug #1516 (Need Feedback): Remove a TRACE from proxy_core_address (logfile spamming)

glen
23:24 Bug #1516 (Fixed): Remove a TRACE from proxy_core_address (logfile spamming)
Committed revision r2031.
glen
23:31 Bug #1489 (New): mod_fastcgi "/"-prefix extension issue

glen
23:31 Bug #1489 (Need Feedback): mod_fastcgi "/"-prefix extension issue

glen
23:22 Bug #1489 (Fixed): mod_fastcgi "/"-prefix extension issue

glen
23:21 Bug #1489: mod_fastcgi "/"-prefix extension issue
applied in r2030 for 1.4
glen
23:15 Bug #1489: mod_fastcgi "/"-prefix extension issue
suppose one has a fcgi setting like the following:
fastcgi.server = ( "/fcgi.py" => (....) )
One would expect (...
icy
23:29 Bug #1515 (Fixed): Enforce use of ARRAY_STATIC_FREE instead of FOREACH(...); if (x->ptr) free(x->ptr);
Committed revision r2032.
glen
23:27 Revision 2032 (svn): - Enforce use of ARRAY_STATIC_FREE instead of FOREACH(...); if (x->ptr) free(x->ptr); resolves #1515
glen
23:24 Revision 2031 (svn): - Remove a TRACE from proxy_core_address. patch from #1516
glen
23:20 Revision bdd2fce4: - fixed a bug that made /-prefixed fcgi extensions being handled also when matching the end of the uri (#1489)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2030 152afb58-edef-0310-8abb-c4023f1b3aa9 glen
23:20 Revision 2030 (svn): - fixed a bug that made /-prefixed fcgi extensions being handled also when matching the end of the uri (#1489)
glen
23:19 Feature #149 (Fixed): remove need for anonymous binding
seems it's applied in r531
glen
23:10 Bug #841: Segmentation fault using fastcgi / php5-cgi
I just read through the mod_fastcgi diff since 1.4.16 and i didn't find a fix for this, so i think it is just there (... stbuehler
22:35 Feature #1507: Enhanced version of mod_status
don't understand against what version this patch is for (doesn't apply to 1.4.x nor 1.5)
please make patch against...
glen
22:23 Bug #1514: con->bytes_read is not set (rrdtool reports "0" for incoming data)
applied in r2029 for 1.5
glen
22:22 Bug #1514 (Fixed): con->bytes_read is not set (rrdtool reports "0" for incoming data)
glen
22:16 Revision 2029 (svn): - con->bytes_read is not set. #1514
glen
22:06 Revision 2028 (svn): - change s/// separator that it doesn't confuse vim
glen
22:03 Revision c65ad47a: - change s/// separator that it doesn't confuse vim
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2027 152afb58-edef-0310-8abb-c4023f1b3aa9 glen
22:03 Revision 2027 (svn): - change s/// separator that it doesn't confuse vim
glen
14:20 Feature #665: server.errorlog is global instead of per virtual host
Centos5
lighttpd-1.4.18 (ssl)
Still the same problem.
It might even be affecting php-cgi when misconfigured in t...
Anonymous

2008-01-14

20:03 Bug #1520 (Wontfix): mod_fastcgi dropping spaces in path names
2008-01-14 14:53:57: (mod_fastcgi.c.998) execve failed for: /Volumes/DataArray/me/Projects/something/public/dispatch.... Anonymous

2008-01-13

22:08 Bug #1519: 1 of N backends defect -> 500 error to some clients
I had a deeper look into the problem - it's a little different from my first entry.
The backend defects because of...
Anonymous
18:20 Bug #1519: 1 of N backends defect -> 500 error to some clients
Please give some error.log messages which could indicate why the backend failed.
If it failed after a successful co...
stbuehler
17:02 Bug #1519 (Invalid): 1 of N backends defect -> 500 error to some clients
I am running lighttpd on a central server utilizing a few php fastcgi backend machines.
Everything is working fine...
Anonymous
08:45 Feature #1518 (Fixed): Problems with IPv6 address parsing
When comparing {{{HTTP[[remoteip]]}}} to IPv6 addresses, the compressed form such as "2001:DB8::8:800:200C:417A" does... Anonymous
01:08 Bug #1517 (Fixed): one second delay after stat() / Linux epoll / lighttpd-r2025
Most of the time, there is one second delay between stat() is called and
some action is visible to client (e.g. 404 ...
Safari

2008-01-11

22:34 Bug #1509: lighttpd dead but pid file exists
Upon further investigation, this bug seems to be a duplicate of
http://trac.lighttpd.net/trac/ticket/165
I checke...
Anonymous
21:04 Bug #1509: lighttpd dead but pid file exists
The messages in "/var/log/lighttpd/error.log" are:
2008-01-11 03:59:28: (log.c.75) server started
2008-01-11 03:5...
Anonymous
21:40 Bug #1441: mmap fails when HAVE_MEM_MMAP_ANON because of zero length
I can confirm this fix works. I had trouble applying the patch, but it's only one line, so I copied it into the sour... Anonymous
21:24 Bug #1206: mod_proxy_core fails to rewrite proxy URL [fixed => ADD TO TRUNK!]
Please please please add mod_proxy_core.patch to the trunk.
-- bdferris
Anonymous
05:28 Bug #1206: mod_proxy_core fails to rewrite proxy URL [fixed => ADD TO TRUNK!]
don't worry yourself... lighttpd is abandonware now
Anonymous
14:42 Bug #1516 (Fixed): Remove a TRACE from proxy_core_address (logfile spamming)
There is an unconditional TRACE in src/mod_proxy_core_address.c
I don't think it is needed to debug any other modul...
stbuehler
14:38 Bug #1515 (Fixed): Enforce use of ARRAY_STATIC_FREE instead of FOREACH(...); if (x->ptr) free(x->ptr);
It just looks better ;-)
Added one NULL pointer check, too. (I think every _free function should check its parameter...
stbuehler
14:27 Bug #1512: mod_deflate: filesize check is too weak, move to new logstyle
You can find the patches here:
* http://repo.or.cz/w/lighttpd.git?a=commitdiff;h=cd30e87db783816d8aa5bc4f209367ce3d...
stbuehler

2008-01-10

23:26 Bug #1478: $PHYSICAL["existing-path"] problematic on permissions
yep I changed my configuration to only use the group + owner permission rather than the owner + user permissions, thi... Anonymous
22:43 Bug #1478: $PHYSICAL["existing-path"] problematic on permissions
How could lighttpd check if the file exists, if you don't give it the permission?
lighttpd runs as normal user and ...
stbuehler
22:11 Bug #1514 (Fixed): con->bytes_read is not set (rrdtool reports "0" for incoming data)
con->bytes_read is only set to 0, but not updated in the network_read method (as con->bytes_written is updated in net... stbuehler
22:03 Bug #1513 (Fixed): Every warning should be regarded as an error
As i don't like warnings, i tried to fix them.
As i remember, the warnings were all "real" ones:
* Unused vars
*...
stbuehler
21:52 Bug #1512: mod_deflate: filesize check is too weak, move to new logstyle
I'd really liked to add an attachment, but i got... stbuehler
21:45 Bug #1512 (Fixed): mod_deflate: filesize check is too weak, move to new logstyle
I changed the filesize check to check for the end of the file, not the current offset (abs_offset):... stbuehler
21:40 Bug #1511 (Fixed): mod_uploadprogress broken by mod_proxy_core
while uploadpost to php script is processed the GET /progress requests will be responded, *after* the upload is finis... Anonymous
21:36 Bug #1510 (Fixed): Weird things in chunk.c (functions only handling specific cases, unexpected behaviour)
I wrote my own filter, and stumbled across some weird things...
- offset in chunks is used inconsistently (steal_cun...
stbuehler
04:51 Bug #1509 (Fixed): lighttpd dead but pid file exists
I installed 1.4.18 on CentOS and I frequently run into the following problem:
I start lighttpd as follows:
# se...
Anonymous
 

Also available in: Atom