Project

General

Profile

Activity

From 2005-02-25 to 2005-03-03

2005-03-03

23:52 Revision 9b59d580: NAME_MAX needs sys/syslimits.h on cygwin
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@88 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
23:52 Revision 88 (svn): NAME_MAX needs sys/syslimits.h on cygwin
jan
23:52 Revision a835b183: removed called configure directly.
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@87 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
23:52 Revision 87 (svn): removed called configure directly.
jan
23:33 Revision f91a8d8f: forgot to count one test
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@86 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
23:33 Revision 86 (svn): forgot to count one test
jan
23:28 Feature #57 (Wontfix): more flexible bandwidth limiting (like Apache mod_bandwidth/mod_throttle)
I would like to limit my outgoing bandwidth by specifying policies on different levels:
* per-directory
* per-virtu...
Anonymous
23:14 Bug #56 (Fixed): mod_proxy and freebsd-kqueue event handling with openbsd aborts
a system setup with mod_proxy pointing at tracd, and freebsd-kqueue as the event handler will abort when it tries to ... Anonymous
17:41 Feature #55 (Fixed): Directory listings should be made into a module
Directory listings currently are in response.c, it would be cleaner if they were separated out into a module.
-- dgl
Anonymous
17:35 Revision 06815299: handle EPIPE in SSL_read as remote-close
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@85 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
17:35 Revision 85 (svn): handle EPIPE in SSL_read as remote-close
jan
17:33 Revision 2477686b: added dir-listing.hide-dotfiles and customizable CSS for dirlisting written by smi
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@84 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
17:33 Revision 84 (svn): added dir-listing.hide-dotfiles and customizable CSS for dirlisting written by smi
jan
17:17 Revision 19563117: check errno on SSL_ERROR_SYSCALL
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@83 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
17:17 Revision 83 (svn): check errno on SSL_ERROR_SYSCALL
jan
16:59 Revision af3ddde6: handle remote shutdown correctly
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@82 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
16:59 Revision 82 (svn): handle remote shutdown correctly
jan
12:23 Bug #54 (Assigned): (mod_rrdtool.c.390) rrdtool-write: failed Device not configured
Can you provide some more information about the OS you are using ?
If possible generate a strace/ktrace/truss of ...
jan
12:19 Bug #54 (Fixed): (mod_rrdtool.c.390) rrdtool-write: failed Device not configured
Installed 1.3.12 by manually replacing SIGCLD with SIGCHLD and starting it:
2005-03-03 11:18:32: (log.c.67) server...
Anonymous
11:35 Revision 547cfb1a: skip fastcgi checks if fastcgi-proc is not available
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@81 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
11:35 Revision 81 (svn): skip fastcgi checks if fastcgi-proc is not available
jan
11:01 Feature #53 (Fixed): way to redirect http://example.org/blah to https://example.org/blah
I'm looking for a way to redirect all traffic from http://example.org/blah to http*s*://example.org/blah
-- Louis
Anonymous
09:19 Feature #52 (Fixed): add mod_resin and mod_jk
The servlet world wants to have there own transporters:
The info for tomcat/mod_jk is here:
http://jakarta.apac...
jan
09:16 Feature #51 (Fixed): provide an infrastructure for content-filtering
main purpose is compressing dynamic content. Currently mod_fastcgi applies the chunked-encoding directly, taking the ... jan
09:14 Feature #50 (Fixed): added static configuration per vhost
Provide a replacement for .htaccess
jan
09:12 Feature #49 (Invalid): add suexec
allow suexec for spawning fastcgi-process under a different UID/GID.
jan
09:11 Feature #48 (Wontfix): Add a infrastructure to pass variables between modules
The mysql-vhost plugin wants to forward information about user-id, bin-path to the fastcig module
jan

2005-03-02

20:57 Feature #47 (Fixed): Support for cgi-bin style directories.
It would be nice if there was support for cgi-bin style directories where all the executable files are treated as cgi... Anonymous
18:37 Revision 2ff1a6bc: don't put download URLs in release-text for the web
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@80 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
18:37 Revision 80 (svn): don't put download URLs in release-text for the web
jan
18:36 Revision b68e4a2f: strip double / on path-info
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@79 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
18:36 Revision 79 (svn): strip double / on path-info
jan
18:36 Revision 85194f36: fixed pathinfo handling on /fcgi_pattern
* added a new option broken-scriptfilename which should be
enabled for PHP if PATH_INFO is needed.
* droped path_in...
jan
18:36 Revision 78 (svn): fixed pathinfo handling on /fcgi_pattern
* added a new option broken-scriptfilename which should be
enabled for PHP if PATH_INFO is needed.
* droped path_i...
jan
17:31 Feature #46 (Fixed): give option to specify time limits for cookies (mod_usertrack)
mod_usertrack has option to specify name of cookie. Please add option to specify how long this cookie should be valid... Anonymous
15:50 Revision 829aeb94: SIGCLD -> SIGCHLD (reported by s0 and Pierre-Yves)
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@77 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
15:50 Revision 77 (svn): SIGCLD -> SIGCHLD (reported by s0 and Pierre-Yves)
jan
14:59 Bug #45 (Wontfix): add DOCUMENT_URI to cgi environment
... Anonymous
14:42 Feature #44 (Wontfix): add mod_log_spread
add a module which is using spread to the combine accesslogs from multiple servers in one central place.
jan
14:41 Feature #43 (Wontfix): access log to MySQL
add a mod_log_mysql
jan
14:34 Feature #42 (Fixed): Auth by IP
deny and allow access by IP and Network
jan
14:12 Bug #41 (Fixed): nested conditionals
Allow and handle:... jan
13:56 Revision 76 (svn): tagging 1.3.12
jan
13:49 Revision 79b7c4f8: moved to 1.3.12
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@75 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
13:49 Revision 75 (svn): moved to 1.3.12
jan
13:49 Revision 9a5cf4a2: fixed handling of dead fastcgi processes if deamonized
fixed handling of dead fastcgi process which sent their SIGCLD to
initd and not to lighttpd. Moving the daemonize b...
jan
13:49 Revision 74 (svn): fixed handling of dead fastcgi processes if deamonized
fixed handling of dead fastcgi process which sent their SIGCLD to
initd and not to lighttpd. Moving the daemonize b...
jan
11:31 Revision 853b4f5b: don't touch the exit-conditions for the loop directly (reverting a this part of one of the last changesets)
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@73 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
11:31 Revision 73 (svn): don't touch the exit-conditions for the loop directly (reverting a this part of one of the last changesets)
jan
11:27 Revision 40e8c671: seperated the tests for each section and let run-tests.pl use Test::Harness
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@72 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
11:27 Revision 72 (svn): seperated the tests for each section and let run-tests.pl use Test::Harness
jan
09:11 Revision 3caa67a1: added | to the non-rfc characters in URI
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@71 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
09:11 Revision 71 (svn): added | to the non-rfc characters in URI
jan
06:03 Bug #40 (Fixed): lighttpd + python
I don't know if it's the right place to post this...
I'm trying to change from thttpd to lighttpd essentially for fc...
Anonymous

2005-03-01

23:28 Revision 06c35abe: updated ChangeLog and NEWS from timeline
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@70 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
23:28 Revision 70 (svn): updated ChangeLog and NEWS from timeline
jan
23:28 Revision 422275e6: get make distcheck working
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@69 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
23:28 Revision 69 (svn): get make distcheck working
jan
23:01 Revision bde65764: compile fixes for MIPSpro on IRIX
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@68 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
23:01 Revision 68 (svn): compile fixes for MIPSpro on IRIX
jan
22:16 Revision 0cccf378: PACKAGE -> PACKAGE_NAME (by smi)
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@67 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
22:16 Revision 67 (svn): PACKAGE -> PACKAGE_NAME (by smi)
jan
17:41 Bug #18 (Fixed): Better docs for keep-alive.
fixed in changeset r66
jan
17:40 Revision a289c354: update keep-alive docs
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@66 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
17:40 Revision 66 (svn): update keep-alive docs
jan
17:35 Bug #33 (Fixed): Missing spawn-fcgi (1) man-page
added in changeset r65
jan
17:34 Revision b1035125: added man page for spawn-fcgi and add a example for conditionals and simple-vhost
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@65 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
17:34 Revision 65 (svn): added man page for spawn-fcgi and add a example for conditionals and simple-vhost
jan
17:05 Bug #21 (Assigned): Aliases outside of document-root don't seem to work
jan
17:05 Bug #10 (Fixed): crash on killall -HUP lighttpd 1.3.10
can't reproduce.
jan
17:03 Feature #36 (Assigned): fcgi remote backends intelligent availability check
jan
17:03 Bug #35 (Fixed): https directory redirects to non-https
jan
17:02 Bug #37 (Fixed): avoid 500 client errors when multiple fcgi servers defined for URI
This is implemented since 1.3.8 IIRC. With the latest fixes it should be stable and working.
The only case were it...
jan
16:59 Bug #26 (Fixed): mod_fastcgi False Error Messages?
This should be fixed with the latest changeset r63
jan
16:57 Revision 5ca4dff1: added tests for restarting fcgi-procs after they died
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@64 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
16:57 Revision 64 (svn): added tests for restarting fcgi-procs after they died
jan
16:55 Bug #38 (Fixed): lighttpd dies with 100%CPU when mod_rewrite is used.
fixed in changeset r63
jan
16:54 Revision 7725e92f: rewrote the event and error handling with the help of the fcgi-responder.c from the tests.
fixed #38 and other issues this way
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@63 152afb58-edef-0310-8abb-c4...
jan
16:54 Revision 63 (svn): rewrote the event and error handling with the help of the fcgi-responder.c from the tests.
fixed #38 and other issues this way jan
13:38 Bug #32: mod_fastcgi should accept header lines ended with "\n\n"
Added checks for the line-ending and applied some more fixes in changeset r62
jan
13:37 Revision 2420fd96: added checks for the line-terminator handling and cleanup the configs
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@62 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
13:37 Revision 62 (svn): added checks for the line-terminator handling and cleanup the configs
jan
10:59 Bug #25: lighttpd crashing under load on Linux
finally fixed in changeset r60
jan
10:57 Revision bad98d1b: removed generated files from svn
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@61 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
10:57 Revision 61 (svn): removed generated files from svn
jan
10:55 Revision 0f779ce2: fixed #25 by setting all duplicates to 400
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@60 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
10:55 Revision 60 (svn): fixed #25 by setting all duplicates to 400
jan
10:53 Revision a6dfdad1: disable dump_packet
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@59 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
10:53 Revision 59 (svn): disable dump_packet
jan

2005-02-28

17:26 Bug #34 (Fixed): response.c.1373) in error log
Hopefully fixed in changeset r58
jan
17:26 Revision 6e83b23e: parse last-modified timestamp and compare it.
let's hope that strptime() works everywhere
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@58 152afb58-edef-0310...
jan
17:26 Revision 58 (svn): parse last-modified timestamp and compare it.
let's hope that strptime() works everywhere jan
17:25 Bug #39 (Fixed): bug in mod_expire when using modification as expire time
Fixed in changeset r57.
modification was ignored.
jan
15:00 Bug #39 (Fixed): bug in mod_expire when using modification as expire time
First I had to add mod_expire to list of server modules in order to start playing with example from the demo config f... Anonymous
17:24 Revision c3662beb: 'modification' as ignored and handled as 'access'
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@57 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
17:24 Revision 57 (svn): 'modification' as ignored and handled as 'access'
jan
17:08 Revision 6bf51546: converted all tests to run-tests.pl
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@56 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
17:08 Revision 56 (svn): converted all tests to run-tests.pl
jan
17:04 Bug #25: lighttpd crashing under load on Linux
Alright, I have all my servers (7 in total) running a patched server with the debug-option turned on.
The problem ...
Anonymous
09:40 Bug #25 (Fixed): lighttpd crashing under load on Linux
This has been fixed ...no, let's better say circumvented by changeset r48.
I still have no idea why it happends. P...
jan
10:54 Revision 26b184ba: this one belongs to the last changeset
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@55 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
10:54 Revision 55 (svn): this one belongs to the last changeset
jan
10:38 Revision 75fae49e: * If sizeof(long) == sizeof(off_t), buffer_{append,copy}_off_t()
are only macros to buffer_{append,copy}_long()
* ltostr() returns the string length instead of always 0
* Don't check...
jan
10:38 Revision 54 (svn): * If sizeof(long) == sizeof(off_t), buffer_{append,copy}_off_t()
are only macros to buffer_{append,copy}_long()
* ltostr() returns the string length instead of always 0
* Don't check...
jan
10:36 Revision d9fd24a0: * Changed AM_CONFIG_HEADER to AC_CONFIG_HEADER. The Manual says:
Older versions of Automake required the use of AM_CONFIG_HEADER;
this is no longer the case today.
git-svn-id: ...
jan
10:36 Revision 53 (svn): * Changed AM_CONFIG_HEADER to AC_CONFIG_HEADER. The Manual says:
Older versions of Automake required the use of AM_CONFIG_HEADER;
this is no longer the case today.
jan
10:08 Bug #35: https directory redirects to non-https
No, that is only for debug output.
jan
09:44 Bug #35: https directory redirects to non-https
isn't this fixed at bottom of changeset r50?
-- Elan Ruusamäe <glen
Anonymous
00:11 Bug #35 (Assigned): https directory redirects to non-https
Can't reproduce in .11.
Please enable
debug.log-request-headers = "enable"
debug.log-response-headers = "enab...
jan
09:36 Bug #32 (Fixed): mod_fastcgi should accept header lines ended with "\n\n"
Should be fixed by changeset r52.
The old tests still work fine, but I don't have fastcgi code to verify that the ...
jan
08:31 Bug #32 (Assigned): mod_fastcgi should accept header lines ended with "\n\n"
jan
09:35 Revision aa631205: tolerate \n\n instead of \r\n\r\n and handle overlapping
EOL correctly
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@52 152afb58-edef-0310-8abb-c4023f1b3aa9
jan
09:35 Revision 52 (svn): tolerate \n\n instead of \r\n\r\n and handle overlapping
EOL correctly jan
09:32 Revision 33550d22: get pidof working on linux
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@51 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
09:32 Revision 51 (svn): get pidof working on linux
jan
09:04 Revision 8b248ce3: moved SA_LEN macro to http-header-glue.c
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@50 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
09:04 Revision 50 (svn): moved SA_LEN macro to http-header-glue.c
jan
08:42 Revision d26f6893: moved external functions to *-glue.c
this simplifies the linkage on windows and macosx
which can't reference the binary for symbols
git-svn-id: svn://sv...
jan
08:42 Revision 49 (svn): moved external functions to *-glue.c
this simplifies the linkage on windows and macosx
which can't reference the binary for symbols
jan
08:40 Revision 6a822b67: Don't use broken http_host pointer for debugging.
This circumvents a crash but is not a final fix
as the reason fo the crash hasn't been found yet.
git-svn-id: svn:...
jan
08:40 Revision 48 (svn): Don't use broken http_host pointer for debugging.
This circumvents a crash but is not a final fix
as the reason fo the crash hasn't been found yet.
jan
08:33 Revision 47ca3893: removed warnings about shadowed variables
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@47 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
08:33 Revision 47 (svn): removed warnings about shadowed variables
jan
00:02 Feature #19 (Fixed): no ssl.ca-file support
jan
00:01 Feature #19: no ssl.ca-file support
fixed in r46
jan
00:00 Revision 0cc8a5c5: added ssl.ca-file and updated error-message if private and public key don't match
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@46 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
00:00 Revision 46 (svn): added ssl.ca-file and updated error-message if private and public key don't match
jan

2005-02-27

22:48 Bug #31 (Fixed): Wrong format for log_error_write(..)
applied r45
jan
12:13 Bug #31: Wrong format for log_error_write(..)
patch to fix it:)
"lighttpd-error_format.patch":http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/lighttpd-error_for...
Anonymous
22:48 Revision 9ce460f0: forget a 's' of the format-string (Bug #31)
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@45 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
22:48 Revision 45 (svn): forget a 's' of the format-string (Bug #31)
jan
22:13 Revision 80140bc3: forgot to rename check.pl to run-tests.pl
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@44 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
22:13 Revision 44 (svn): forgot to rename check.pl to run-tests.pl
jan
22:10 Revision b8a96670: added check for libfcgi to build special test-cases
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@43 152afb58-edef-0310-8abb-c4023f1b3aa9 jan
22:10 Revision 43 (svn): added check for libfcgi to build special test-cases
jan
22:01 Revision 9c380cbb: moved most of the tests to run-tests.pl
- more tests
- less code to maintain
- more speed
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@42 152afb58-ede...
jan
22:01 Revision 42 (svn): moved most of the tests to run-tests.pl
- more tests
- less code to maintain
- more speed
jan
21:21 Bug #38: lighttpd dies with 100%CPU when mod_rewrite is used.
The conf file is available at http://206.222.17.251/lighttpd.conf.
Epoll, mod_rewrite, mod_fastcgi were used.
--...
Anonymous
21:19 Bug #38: lighttpd dies with 100%CPU when mod_rewrite is used.
The conf file is available at http://202.222.17.251/lighttpd.conf.
Epoll, mod_rewrite, mod_fastcgi were used.
--...
Anonymous
21:11 Bug #38 (Fixed): lighttpd dies with 100%CPU when mod_rewrite is used.
When the fastcgi called 'exit(2);', the lighttpd wouldn't not
response to any HTTP request, and took 100% CPU.
T...
Anonymous
12:06 Bug #37 (Fixed): avoid 500 client errors when multiple fcgi servers defined for URI
if i have multiple fcgi servers defined for URI, and lighttpd just in the client request notices that fcgi server is ... glen
12:01 Feature #36 (Fixed): fcgi remote backends intelligent availability check
say, i have configured three fcgi-handlers for one URI in lighttpd.
if lighttpd, sees that fcgi backend is unavailab...
glen

2005-02-25

08:07 Bug #35 (Fixed): https directory redirects to non-https
Still broken in 1.3.11.
https://x.y.com/dir
becomes
http://x.y.com/dir/
-- brett
Anonymous
 

Also available in: Atom