Project

General

Profile

Activity

From 2010-08-06 to 2010-08-12

2010-08-11

23:09 Bug #2238 (Wontfix): Build alters src files
I will revert the commit #2748, and i'll set this to wontfix (i.e. i don't have the time to modify lemon.c). Feel fre... stbuehler
21:10 Revision 6e724c05: Only print a warning for now if you try to load a module twice
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2761 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
21:10 Revision e4a1ba2e: Revert "autotools: don't recreate parser files with lemon after lemon rebuild" (#2238)
This reverts revision 2748
It broke non-gnu make.
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4....
stbuehler
21:10 Revision b0126de9: [configure.ac] Move PKG_CONFIG path search up
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2759 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
19:58 Feature #2246 (Fixed): [patch] ssl.use-sslv3
Hi all,
I have recently "hardened" my SSL installation (fixing renegotiation, manually editing ciphersuites etc.) ...
ChiefBromden
15:13 Feature #2245: SSL : authenticate only clients for a particular URL
See also comments on issue 1288 : http://redmine.lighttpd.net/issues/1288#note-11 ohe
15:06 Feature #2245 (Fixed): SSL : authenticate only clients for a particular URL
This kind of configuration does not work.... ohe

2010-08-10

22:17 Bug #2207: null SSL_CTX for TLS server name
In base FreeBSD 8.1 openssl is in version 0.9.8n.
And I saw in changelog, that lighttpd try to use SNI when openssl ...
magik

2010-08-09

23:51 Bug #2207: null SSL_CTX for TLS server name
"null SSL_CTX for TLS server name" means your version of openssl doesn´t support TLS servername.
Please upgrade op...
nitrox
13:05 Bug #2207: null SSL_CTX for TLS server name
Now, I moved $SERVER["socket"] section to global, but error still exist.
magik
10:43 Bug #2207: null SSL_CTX for TLS server name
So this is basically a very broken config. perhaps we should enforce that @$SERVER["socket"] ==@ conditionals are alw... stbuehler
11:28 Bug #2238: Build alters src files
I make the distbuild in a "distbuild/" subdirectory; so the relative path, which is what lemon writes into the parser... stbuehler
11:22 Bug #2238: Build alters src files
Why does recreating them result in different file contents?
Isn't it possible to include the final version in your VCS?
Olaf-van-der-Spek
10:40 Bug #2238 (Reopened): Build alters src files
Ah yes, now i remember what the problem was (See #2244):
> rev 2748 broke src/Makefile with BSD make.
> make all-re...
stbuehler
10:39 Bug #2244 (Duplicate): rev 2748 broke src/Makefile
stbuehler
07:28 Bug #2244: rev 2748 broke src/Makefile
use gmake (GNU make) and it will work. spaam
04:39 Bug #2244 (Duplicate): rev 2748 broke src/Makefile
rev 2748 broke src/Makefile with BSD make.
http://redmine.lighttpd.net/projects/lighttpd/repository/revisions/2748...
brad@comstyle.com

2010-08-08

19:46 Bug #2207: null SSL_CTX for TLS server name
Make the ssl part global. The host is sont only after a connection to the ssl ip:port has been made. nitrox
19:35 Bug #2207: null SSL_CTX for TLS server name
My config files I'm sending in attachments (as You can see, there is only mx.roorback.net vhost with ssl).
And in ...
magik

2010-08-07

17:46 Bug #2216: mod_userdir doesn't set environment variable DOCUMENT_ROOT
... DanielRichman
13:43 Bug #2216 (Invalid): mod_userdir doesn't set environment variable DOCUMENT_ROOT
As long as no one provides good reasons why we would want to change that, i don't change it :) stbuehler
14:32 Bug #2185 (Invalid): rewrite only works when debug is on
1.4.19 is way too old, and this doesn't make any sense. Show us a complete config that can reproduce this problem wit... stbuehler
14:00 Bug #2042 (Fixed): WinXP case folding problem (with hgwebdir.cgi script)
Applied in changeset r2757. stbuehler
13:56 Bug #2042: WinXP case folding problem (with hgwebdir.cgi script)
I really think it is *stupid* to use lighty on windows (and i think it is stupid to use case-insensitive filesystems)... stbuehler
13:45 Bug #2052 (Wontfix): Lighttpd install signal handlers too late
stbuehler
13:45 Bug #2196 (Fixed): mod_proxy caching data
Applied in changeset r2756. stbuehler
13:19 Bug #2238 (Fixed): Build alters src files
stbuehler
13:16 Revision e23e9990: bind to IPV6-only if ipv6 address was specified (http://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2758 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
13:04 Feature #2171 (Missing Feedback): Solaris event-ports support
I just committed the libev fdevent handler; that should include support for solaris-eventports too.
If you'd still...
stbuehler
11:56 Revision b7cc84ab: don't overwrite global server.force-lowercase-filenames setting (fixes #2042)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2757 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
11:41 Revision 00265fbd: mod_proxy: return response as soon as it is available (fixes #2196)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2756 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
11:03 Revision 74323064: report libev handler in feature list/mod_status
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2755 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
10:46 Revision f8eb52eb: add libev fdevent handler: server.event-handler = "libev"
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2754 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
00:00 Bug #2227 (Fixed): Program terminated with signal 6, Aborted at server.c.1454
Applied in changeset r2753. stbuehler

2010-08-06

21:57 Revision 4ae13c32: only require FDEVENT_IN bit to be set for listening connections (fixes #2227)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2753 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler
21:57 Revision 38f2d1dd: cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls
* use log functions
* convert flags
* fix handler callback prototype
git-svn-id: svn://svn.lighttpd.net/lighttpd/b...
stbuehler
00:22 Bug #2227: Program terminated with signal 6, Aborted at server.c.1454
Ok, we have the following handlers:... stbuehler
 

Also available in: Atom