PRE-RELEASE: lighttpd-1.5.0-r1454.tar.gz 16

Posted by jan Wed, 15 Nov 2006 21:57:00 GMT

Thanks to brave testers in #lighttpd the AIO-support is stabilizing very well and the corruptions that have been reported are fixed now.

Next to bugfixes, I implemented chunk-stealing and doubled the performance of aio for small files (100k) [16MByte/s instead of 9MByte/s].

Download: http://www.lighttpd.net/download/lighttpd-1.5.0-r1454.tar.gz

Trackbacks

Use the following link to trackback from your own site:
http://blog.lighttpd.net/articles/trackback/2243

Comments

Leave a response

  1. Eric Thu, 16 Nov 2006 06:24:04 GMT
    211.95.70.2 - - [16/Nov/2006:13:00:55 +0800] "GET /data/imgs/i/000/011/088/p.jpg HTTP/1.1" - 200 "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; Maxthon; .NET CLR 1.1.4322)" "http://tudou.com/programs/view/jaHKSBi8JRM/" "-" Jan, please see this log entry even http code is 200, but size is - mod_proxy_core--squid as backend
  2. Duck Thu, 16 Nov 2006 12:05:56 GMT
    Still waiting how to setup php with proxy since mod_fast_cgi is removed and using pcre match dosen't take index files into observation.
  3. thegiive Thu, 16 Nov 2006 12:28:50 GMT
    This version is much stable than the lighttpd-1.5.0-r1435 PRE-RELEASE until now. The r1453 is down every minute. Great Job, Jan.
  4. thegiive Thu, 16 Nov 2006 12:29:01 GMT
    This version is much stable than the lighttpd-1.5.0-r1435 PRE-RELEASE until now. The r1453 is down every minute. Great Job, Jan.
  5. Johannes Fri, 17 Nov 2006 01:35:50 GMT
    Unfortunatly i can´t get to work on my etch system - i have not much knowledge unfortunatly but i get such erros while running make: IC -DPIC -o .libs/mod_proxy_core.o In file included from mod_proxy_core.h:12, from mod_proxy_core.c:20: mod_proxy_core_rewrites.h:4:18: error: pcre.h: No such file or directory In file included from mod_proxy_core.h:12, from mod_proxy_core.c:20: mod_proxy_core_rewrites.h:11: error: expected specifier-qualifier-list before 'pcre' mod_proxy_core_rewrites.h:27: error: expected ')' before '*' token mod_proxy_core.c: In function 'mod_proxy_core_config_parse_rewrites': mod_proxy_core.c:194: error: 'proxy_rewrite' has no member named 'replace' mod_proxy_core.c:195: error: 'proxy_rewrite' has no member named 'match' mod_proxy_core.c: In function 'proxy_get_request_header': mod_proxy_core.c:652: warning: implicit declaration of function 'pcre_replace' mod_proxy_core.c:652: error: 'proxy_rewrite' has no member named 'regex' mod_proxy_core.c:652: error: 'proxy_rewrite' has no member named 'replace' mod_proxy_core.c:654: error: 'PCRE_ERROR_NOMATCH' undeclared (first use in this function) mod_proxy_core.c:654: error: (Each undeclared identifier is reported only once mod_proxy_core.c:654: error: for each function it appears in.) mod_proxy_core.c: In function 'proxy_state_engine': mod_proxy_core.c:774: warning: enumeration value 'PROXY_STATE_UNSET' not handled in switch mod_proxy_core.c:774: warning: enumeration value 'PROXY_STATE_CONNECTING' not handled in switch mod_proxy_core.c:774: warning: enumeration value 'PROXY_STATE_CONNECTED' not handled in switch mod_proxy_core.c: In function 'proxy_get_backend': mod_proxy_core.c:1012: warning: unused parameter 'srv' mod_proxy_core.c:1012: warning: unused parameter 'con' mod_proxy_core.c: In function 'proxy_backend_balance': Any hints from guys who know that stuff?? ;)
  6. cheng Fri, 17 Nov 2006 04:35:44 GMT
    should post this in the forum. you'll get better response. from the error, looks like a missing pcre. i had the same error eventhough i installed pcre. only had to manually copy over pcre.h to the source folder and make continued.
  7. atomi Sat, 18 Nov 2006 05:11:19 GMT
    example: $HTTP["host"] =~ "^(www\.)?example\.com" { proxy-core.allow-x-sendfile = "disable" proxy-core.backends = ( "127.0.0.1:8202" ) } mod_proxy_core doesn't appear to proxy using the preceding configuration - browser requests hang and 100% cpu usage occurs in some circumstance (weird i know). As an aside it sure would be swell if mod_proxy_core documentation was expanded. Whatever the case, you folks are doing a fine job.
  8. Michael Sat, 18 Nov 2006 22:12:10 GMT
    I don't think the doco should be expanded just yet as the 1.5 line is still in develop there'd be too many changes to make the 'perfect' doco.
  9. Michael Sat, 18 Nov 2006 22:12:15 GMT
    I don't think the doco should be expanded just yet as the 1.5 line is still in develop there'd be too many changes to make the 'perfect' doco.
  10. streaky Sat, 18 Nov 2006 23:13:32 GMT
    mod_uploadprogress working yet? Please say yes so I can test the crap out of it =)
  11. Jakabosky Wed, 22 Nov 2006 04:45:35 GMT
    I summited a patch for mod_proxy_core to ticket #912
    It fixes a bug with default index files.
    Also adds support for unix domain sockets as backends.
    proxy-core.backends = ( "unix:/tmp/php-fastcgi.sock" )
  12. Duck Thu, 23 Nov 2006 19:43:03 GMT
    As in 1.4 , fcgi hangs on high load. The only difference is the message “mod_proxy_core.c.1274: (error) Ooh, Ooh, Ooh. Something is not good ... going down”.
  13. Jakabosky Tue, 05 Dec 2006 04:42:01 GMT
    Duck,
    Can you submit details of the error messages you are getting at ticket #922
    I am working on fixing bugs in mod_proxy_core.
    There is also a patch attached to that ticket that I update with
    my latest fixes to mod_proxy_core

    I couldn't find that error message in the code.
  14. mclee Sat, 09 Dec 2006 04:53:06 GMT
    Will mod_geoip be included in 1.5.0 as well?
  15. mclee Sat, 09 Dec 2006 04:53:19 GMT
    Will mod_geoip be included in 1.5.0 as well?
  16. NP Sun, 10 Dec 2006 10:32:19 GMT
    I'd also like to know if mod_uploadprogress is working yet?
Comments