<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>lighty's life: PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz</title>
    <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz</title>
      <description>&lt;p&gt;A lot of changes made it into the svn recently. It is time again to spread the code to more testers than just the few early adaptors who are using the svn-trunk/&lt;/p&gt;


Please try out the new stuff around async-io and dynamic compression of content. Even directory-listings are now automaticly compressed. Just load mod_deflate and set 
&lt;pre&gt;
deflate.mimetypes = ( "text/html" )
&lt;/pre&gt;

	&lt;p&gt;Download:&lt;/p&gt;


	&lt;p&gt;&lt;b&gt;updated&lt;/b&gt;
&lt;a href="http://www.lighttpd.net/assets/2007/2/4/lighttpd-1.5.0-r1605.tar.gz"&gt;lighttpd-1.5.0-r1605.tar.gz&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;ChangeLog (r1605):&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;added check for leading slashes in mod_rewrite&lt;/li&gt;
		&lt;li&gt;improved async-io performance for files between 4k and 16k&lt;/li&gt;
		&lt;li&gt;fixed compression of static files in mod_deflate&lt;/li&gt;
		&lt;li&gt;fixed configure check for the library providing aio_read()&lt;/li&gt;
		&lt;li&gt;fixed moddirlisting, modstaticfile and the internal error-pages for mod_deflate&lt;/li&gt;
		&lt;li&gt;fixed compilation on FreeBSD and MacOS X&lt;/li&gt;
	&lt;/ul&gt;


ChangeLog (r1593):
	&lt;ul&gt;
	&lt;li&gt;added O_NOATIME support to the network-backends linux-sendfile and writev&lt;/li&gt;
		&lt;li&gt;added a portable, threaded network-backend based on glib&amp;#8217;s gthread&lt;/li&gt;
		&lt;li&gt;added threaded stat()&lt;/li&gt;
		&lt;li&gt;added url.redirect-code to mod_redirect to set other &lt;span class="caps"&gt;HTTP&lt;/span&gt; status-codes than 302&lt;/li&gt;
		&lt;li&gt;added filter-API and mod_chunked and mod_deflate for dynamic compression&lt;/li&gt;
		&lt;li&gt;added a static balancer for mod-proxy-core&lt;/li&gt;
		&lt;li&gt;added $HTTP[&amp;#8220;request-method&amp;#8221;] and $PHYSICAL[&amp;#8220;path&amp;#8221;] conditionals&lt;/li&gt;
		&lt;li&gt;fixed X-Sendfile support in mod-proxy-core&lt;/li&gt;
		&lt;li&gt;fixed crash if mtime is 0&lt;/li&gt;
		&lt;li&gt;added cmake as experimental build-system&lt;/li&gt;
		&lt;li&gt;fixed urls in &lt;span class="caps"&gt;AJP13&lt;/span&gt;-protocol of mod-proxy-core&lt;/li&gt;
		&lt;li&gt;added support for &amp;#8220;now&amp;#8221; and &amp;#8220;weeks&amp;#8221; to mod-expire&lt;/li&gt;
		&lt;li&gt;added mod-magnet&lt;/li&gt;
	&lt;/ul&gt;
</description>
      <pubDate>Sat, 03 Feb 2007 22:50:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:f1eeb1c8-b5d2-485e-8734-9eae7809b376</guid>
      <author>jan</author>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz</link>
      <category>lighttpd</category>
      <category>1.5.0</category>
      <trackback:ping>http://blog.lighttpd.net/articles/trackback/3267</trackback:ping>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz" by Hank</title>
      <description>Can someone verify that setenv.add-environment works in the latest release?
I'm using this and it does not pass the env variable to php.
This is my basic config
&lt;br&gt;
server.modules  += ( "mod_proxy_core")
&lt;br&gt;
server.modules  += ( "mod_proxy_backend_fastcgi" )
&lt;br&gt;
server.modules  += ( "mod_setenv")


&lt;br&gt;$HTTP["url"] =~ "\.php$" {
&lt;br&gt;  proxy-core.balancer = "round-robin"
&lt;br&gt;  proxy-core.protocol = "fastcgi"
 &lt;br&gt; proxy-core.check-local = "enable"
&lt;br&gt;  proxy-core.backends = ( "unix:/tmp/php-fastcgi.sock" )
&lt;br&gt;  setenv.add-environment = ("testenv" =&gt; "fooabcd")
&lt;br&gt;}
</description>
      <pubDate>Sat, 17 Feb 2007 23:14:12 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:d5b5bda5-3d75-4c1f-9901-e4de2cb31088</guid>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz#comment-3304</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz" by Imran</title>
      <description>I have built this on three different CentOS 4.4 systems with PCRE + LibAIO installed. The system builds fine, but it does not build mod_cgi. Has anyone else come across this issue ? I tried to see if I need to manually enale this, but I could not do so. Anyone know why this might be the case ? 

Note: my configure line is : 

./configure --prefix=/usr/local/lighttpd15 --with-linux-aio</description>
      <pubDate>Sat, 17 Feb 2007 09:42:19 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:93862acc-47f7-47d0-bfe1-4e76211607b1</guid>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz#comment-3301</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz" by Son Nguyen</title>
      <description>I looked at the benchmark post for async-io and it's amazing, look forward to 1.5 stable release. Thanks all developers &amp; testers</description>
      <pubDate>Thu, 15 Feb 2007 21:46:39 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:f4135b25-083c-423b-962e-3744fa111e44</guid>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz#comment-3297</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz" by Michael</title>
      <description>I can`t compile mod_geoip.c ! More errors after `make`. Pls, can you integrate this module in new release?</description>
      <pubDate>Thu, 15 Feb 2007 15:24:06 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:cd04d5b0-4bdb-4b8f-af2a-24a75c6d0ed8</guid>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz#comment-3295</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz" by Sam</title>
      <description>Anyone has a working sample config file?
i am a little confused at the new syntax.

I am trying to turn on webdav, cgi and mod upload progress
to test.</description>
      <pubDate>Mon, 12 Feb 2007 09:03:45 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:4c3bfb85-f22c-41a4-b1fb-fe551d0fcf34</guid>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz#comment-3293</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz" by duck</title>
      <description>Compiles and work good. But doesn't pass index-files to fcgi.</description>
      <pubDate>Thu, 08 Feb 2007 20:49:39 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:6d17533a-33cb-457e-a978-97356d9364e0</guid>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz#comment-3290</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz" by Sam</title>
      <description>my bad...the '__ctype_b_loc' error is due to wrong libc library.</description>
      <pubDate>Wed, 07 Feb 2007 12:25:02 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:c1b72931-59b0-4622-844b-d09581d67433</guid>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz#comment-3289</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz" by Sam</title>
      <description>hi, jan: i took the long path. compiled glib-2.0 together with uclibc. got past the gthread and glib checking. successful make. thanks much!

i just tried starting in, but got error:
can't resolve symbol '__ctype_b_loc'.
got to investigate further....

</description>
      <pubDate>Wed, 07 Feb 2007 09:19:27 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:5170bdc5-be9c-475b-a7ce-18486c35e8e0</guid>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz#comment-3288</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz" by David Weekly</title>
      <description>Neato! So glad to see this release coming together. I took a peek and didn't seem to see use of TCP_DEFER_ACCEPT to delay accept() processing until the first packet of data from the client arrives (performance boost!) or TCP_QUICKACK to disable the sending of an extra ack to the client request when the server header is soon to print (reduce packet transmission rate). Any plans for these?</description>
      <pubDate>Tue, 06 Feb 2007 09:33:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:94f6b68a-2c27-4d3d-a705-3e80cd927a13</guid>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz#comment-3281</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz" by Jan Kneschke</title>
      <description>lighttpd compiles without gthread-2.0 (after adjusting the configure script), but not without glib-2.0. Linking against a static glib-2.0 should be all you need when you build for uclibc.</description>
      <pubDate>Tue, 06 Feb 2007 09:22:12 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:8f37b528-21e5-4f28-8cde-9f8a310f227a</guid>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz#comment-3280</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz" by Sam</title>
      <description>is there a switch to disable gthread? i need to compile this for uclibc.</description>
      <pubDate>Tue, 06 Feb 2007 08:28:25 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:08d4686d-fb69-4851-817e-e55620755690</guid>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz#comment-3279</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz" by Jan Kneschke</title>
      <description>frank, this is fixed in SVN now.</description>
      <pubDate>Sun, 04 Feb 2007 22:34:09 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:61265f3b-b424-4ffa-ae03-4ccd80206650</guid>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz#comment-3275</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz" by Frank</title>
      <description>mod_deflate doesnot work quite right.
OS: Fedora Core 6
I see following in error logfile
2007-02-04 22:09:11: (/home/fang/build/build/lighttpd/src/mod_deflate.c.786) file was shrinked: /mnt/linux/WebDev/htdocs/misc/j11.html 2007-02-04 22:09:11: (/home/fang/build/build/lighttpd/src/mod_deflate.c.1002) compress file chunk failed.  /home/fang/build/build/lighttpd/src/connections.c.1299: (trace) (error)
/home/fang/build/build/lighttpd/src/connections.c.820: (error) I thought only WRITE_RESPONSE_* need fdevent-out
</description>
      <pubDate>Sun, 04 Feb 2007 14:13:18 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:315de73e-8c64-4e93-a169-0ef451112c6d</guid>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz#comment-3272</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz" by tibco</title>
      <description>for me,
1.can not show 404 error
2.can not list dir

when I tried to do those, browser hung.
curl show me 301

rolled back to 1524, problems gone.</description>
      <pubDate>Sun, 04 Feb 2007 04:30:39 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:f7a55fc4-9c90-436f-b15e-b74f434e6952</guid>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz#comment-3270</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1605.tar.gz" by Scott MacVicar</title>
      <description>Running on our development servers now without any problem.

Only change was adding mod_proxy_backend_fastcgi to the list of loaded modules.

I've still got an issue with FastCGI not handling loading of the directory index document, in most cases index.php. Works fine if the URI explicitly contains the filename, possibly a configuration issue on our end.</description>
      <pubDate>Sun, 04 Feb 2007 01:29:52 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:6e5a3b6e-dc20-4bbc-b29e-ef4daf507338</guid>
      <link>http://blog.lighttpd.net/articles/2007/02/03/pre-release-lighttpd-1-5-0-r1593-tar-gz#comment-3269</link>
    </item>
  </channel>
</rss>
