Project

General

Profile

Activity

From 2007-10-31 to 2007-11-06

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...
Anonymous
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... jrabbit
19:08 Bug #1435: fcgi spawn or chroot mistiming
(wanted to add my email address)
-- tech
Anonymous
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... Anonymous
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?
Anonymous
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 ... mij
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... HenrikHolst
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. :)
Anonymous
16:38 Feature #1415: access_log : %D time used in ms (not supported)
Agreed!
Anonymous
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... Anonymous
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... Anonymous

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... Anonymous
20:23 Feature #1391: mod_CalDAV support
Hmmm maybe also GroupDAV just to be complete...
ruskie
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... glen
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 glen
09:13 Revision 2019 (svn): - merge from trunk
glen
09:07 Revision 2018 (svn): - cosmetics, update URL
glen
09:04 Revision 2017 (svn): - include SConstruct in tarball
glen
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 glen
09:02 Revision 2016 (svn): - include SConstruct in tarball
glen

2007-11-04

17:24 Revision 2015 (svn): - remove pre 1.5 changes as it continues in 1.4 branch
glen
17:21 Revision 2014 (svn): - merge Changeset [2012] by glen from 1.4 branch
glen
17:21 Revision 17fa057d: - update
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2013 152afb58-edef-0310-8abb-c4023f1b3aa9 glen
17:21 Revision 2013 (svn): - update
glen
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...
glen
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...
glen
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...
Anonymous

2007-11-02

20:08 Bug #1432: POST body is not passed to FCGI
Ticket invalid, found the bug in PHP stuff.
-- ilia
Anonymous
00:12 Bug #1432 (Invalid): POST body is not passed to FCGI
Not sure what's going on, but sometimes PHP gives strange exception.
There is Content-Length, Method=POST, but NO IN...
Anonymous

2007-11-01

20:44 Bug #1428: spawn-fcgi should not exec /bin/sh
Related to what I suggested on the forum, wouldn't it be a reasonable interim compromise to neither parse the string ... bsdcat2
01:47 Bug #1428: spawn-fcgi should not exec /bin/sh
/bin/sh is used to split/parse... moo
11:08 Bug #1427: Aliases don't work properly when combined with conditionals based on vhost
BTW, this issue has been forwarded from Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445459
With the s...
admin
09:11 Bug #1427 (Need Feedback): Aliases don't work properly when combined with conditionals based on vhost
Where is this design documented?
I don't think it's good design. ;)
admin
01:20 Bug #1427 (Fixed): Aliases don't work properly when combined with conditionals based on vhost
it is by design. move the last alias.url to after the first one right before the condition, and it will work.
moo
01:53 Bug #1425: Query mark without a "query" causes NullPointerException
can u pls check the source file at CoyoteRequest.java:1992? it should be some value that is null but is deferenced a ... moo

2007-10-31

18:41 Bug #1101: SSI include virtual does not run cgi
Replying to [[lighttpd:ticket:1101|spam@electroteque.org]]:
> <!--#include virtual="/cgi-bin/something.cgi" -->
...
Anonymous
14:03 Bug #1031: mod_deflate breaks cgi
can't attach log (says my IP is in sc.surbl.org). Pasted here: http://rafb.net/p/BGCofJ15.html
-- rupa
Anonymous
13:53 Bug #1031: mod_deflate breaks cgi
I have this problem with regular cgis. This includes awstats and mailman. The log contents for a request to awstats... Anonymous
11:12 Feature #1431 (Fixed): Expanded the URI encoding
I have expanded the URI encoding to include so called "Unsafe characters" for both uri_part and rel_uri.
The backg...
HenrikHolst
 

Also available in: Atom