<?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-r1477.tar.gz</title>
    <link>http://blog.lighttpd.net/articles/2006/12/18/pre-release-lighttpd-1-5-0-r1477-tar-gz</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>PRE-RELEASE: lighttpd-1.5.0-r1477.tar.gz</title>
      <description>&lt;h3&gt;mod-proxy-core&lt;/h3&gt;

	&lt;p&gt;Robert Jakabosky fixed and improved mod-proxy-core alot since the last pre-release:&lt;/p&gt;


	&lt;ul&gt;
	&lt;li&gt;fixed unix-socket support&lt;/li&gt;
		&lt;li&gt;added &lt;span class="caps"&gt;AJP13&lt;/span&gt; and &lt;span class="caps"&gt;SCGI&lt;/span&gt; support&lt;/li&gt;
		&lt;li&gt;fixed some nasty bugs&lt;/li&gt;
		&lt;li&gt;added &lt;a href="http://trac.lighttpd.net/trac/wiki/Docs%3AModProxyCore"&gt;documentation&lt;/a&gt;&lt;/li&gt;
		&lt;li&gt;added &lt;a href="http://blog.lighttpd.net/articles/2006/11/29/faster-fastcgi"&gt;X-LIGHTTPD-send-temp-file&lt;/a&gt;&lt;/li&gt;
	&lt;/ul&gt;


&lt;h3&gt;&lt;span class="caps"&gt;POSIX&lt;/span&gt; Async IO&lt;/h3&gt;

	&lt;p&gt;I added native support for &lt;span class="caps"&gt;POSIX AIO&lt;/span&gt; which might bring async io for more platforms. While Linux &lt;span class="caps"&gt;AIO&lt;/span&gt; is pretty stable the &lt;span class="caps"&gt;POSIX&lt;/span&gt; aio support is pretty experimental. Perhaps it compiles for you.&lt;/p&gt;


	&lt;p&gt;I tried to compile it on Linux and FreeBSD.&lt;/p&gt;


&lt;pre&gt;
server.network-backend = "posix-aio" 
&lt;/pre&gt;

&lt;h3&gt;Try it&lt;/h3&gt;

	&lt;p&gt;Check if it compiles and works for you.&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://www.lighttpd.net/download/lighttpd-1.5.0-r1477.tar.gz"&gt;http://www.lighttpd.net/download/lighttpd-1.5.0-r1477.tar.gz&lt;/a&gt;&lt;/p&gt;
</description>
      <pubDate>Mon, 18 Dec 2006 18:11:00 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:f29d1a7b-dd71-4e7c-a7e1-0db6e5a59407</guid>
      <author>jan</author>
      <link>http://blog.lighttpd.net/articles/2006/12/18/pre-release-lighttpd-1-5-0-r1477-tar-gz</link>
      <category>lighttpd</category>
      <category>ajp13</category>
      <category>scgi</category>
      <category>aio</category>
      <category>1.5.0</category>
      <trackback:ping>http://blog.lighttpd.net/articles/trackback/2567</trackback:ping>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1477.tar.gz" by egill</title>
      <description>I posted other errors I ran into on:
&lt;a href="http://forum.lighttpd.net/topic/4503#new" rel="nofollow"&gt;http://forum.lighttpd.net/topic/4503#new&lt;/a&gt;</description>
      <pubDate>Wed, 03 Jan 2007 14:23:38 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:6020b179-cfbc-4c32-9191-75245ca5ff4b</guid>
      <link>http://blog.lighttpd.net/articles/2006/12/18/pre-release-lighttpd-1-5-0-r1477-tar-gz#comment-2677</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1477.tar.gz" by vladimir</title>
      <description>lighttpd-1.5.0-r1477 has broken FastCGI protocol.
It always use requestId=1.
This is out of standard and my FastCGI library (parallel rquests, single treaded, epoll based) doesn't work with it.
Please, repair it, bacause 1.4.13 works fine (except no keep-alive).</description>
      <pubDate>Wed, 03 Jan 2007 05:09:22 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:fdde2a3b-ed95-4e92-8e19-804c69ae0854</guid>
      <link>http://blog.lighttpd.net/articles/2006/12/18/pre-release-lighttpd-1-5-0-r1477-tar-gz#comment-2675</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1477.tar.gz" by egill</title>
      <description>Tried getting it to work on a Quad Xeon Xserve running Mac OS X Server 10.4.9.

It compiled nicely, starts, but logs the following errors when the network-backend is set to posix-aio:
log.c.139: (trace) server started
network_posix_aio.c.231: (error) the mmap() failed, no way for a fallback: 
connections.c.1413: (trace) (network-subsys sent us a fatal-error)
network_posix_aio.c.231: (error) the mmap() failed, no way for a fallback: 
connections.c.1413: (trace) (network-subsys sent us a fatal-error)
log.c.139: (trace) server started

Works ok with writev.</description>
      <pubDate>Mon, 01 Jan 2007 15:45:12 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:4c3691c2-89d9-4ee1-8781-b025add872cc</guid>
      <link>http://blog.lighttpd.net/articles/2006/12/18/pre-release-lighttpd-1-5-0-r1477-tar-gz#comment-2672</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1477.tar.gz" by passenger</title>
      <description>Ooops! one of my server have ths problem. Jan can you please give me some clue on this? Thank you.
&lt;a href="http://forum.lighttpd.net/topic/4232" rel="nofollow"&gt;http://forum.lighttpd.net/topic/4232&lt;/a&gt;</description>
      <pubDate>Thu, 21 Dec 2006 04:05:19 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:2a294998-cfbd-422c-aa4f-0dbce75c466f</guid>
      <link>http://blog.lighttpd.net/articles/2006/12/18/pre-release-lighttpd-1-5-0-r1477-tar-gz#comment-2581</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1477.tar.gz" by passenger</title>
      <description>Jan, thx for your fast reply! It works extremely fine on my severs now! Thank you :)</description>
      <pubDate>Thu, 21 Dec 2006 01:02:55 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:c6cd1f6d-2115-43b0-ad70-e691fc8c5e52</guid>
      <link>http://blog.lighttpd.net/articles/2006/12/18/pre-release-lighttpd-1-5-0-r1477-tar-gz#comment-2580</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1477.tar.gz" by Jan Kneschke</title>
      <description>passenger, edit src/Makefile and append -pthread to LDFLAGS= and run make again.

</description>
      <pubDate>Wed, 20 Dec 2006 14:25:08 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:a1ff30c2-b848-4243-b64f-6e6c34511eea</guid>
      <link>http://blog.lighttpd.net/articles/2006/12/18/pre-release-lighttpd-1-5-0-r1477-tar-gz#comment-2579</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1477.tar.gz" by eloy</title>
      <description>Patch for detecting lua5.1 on debian is not applied to lighttpd 1.5.0.</description>
      <pubDate>Wed, 20 Dec 2006 10:03:53 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:45a3fe34-16f7-48a2-8c87-080b1082e6fa</guid>
      <link>http://blog.lighttpd.net/articles/2006/12/18/pre-release-lighttpd-1-5-0-r1477-tar-gz#comment-2578</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1477.tar.gz" by passenger</title>
      <description>I failed to compile this pre-release on FreeBSD (5.5,6.2). All machines give me the same error message during the make process.
server.o(.text+0xc81): In function `lighty_mainloop':
/home/passenger/tmp/lighttpd-1.5.0/src/server.c:666: undefined reference to `pthread_create'

Could you please kindly give me some clue to fix this up? Thank you in advanced.</description>
      <pubDate>Wed, 20 Dec 2006 07:09:12 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:363cad18-fef1-439d-846e-1523c211efe5</guid>
      <link>http://blog.lighttpd.net/articles/2006/12/18/pre-release-lighttpd-1-5-0-r1477-tar-gz#comment-2577</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1477.tar.gz" by passenger</title>
      <description>I failed to compile this pre-release on FreeBSD (5.5,6.2). All machines give me the same error message during the make process.
server.o(.text+0xc81): In function `lighty_mainloop':
/home/passenger/tmp/lighttpd-1.5.0/src/server.c:666: undefined reference to `pthread_create'

Could you please kindly give me some clue to fix this up? Thank you in advanced.</description>
      <pubDate>Wed, 20 Dec 2006 07:08:12 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:26104bea-7564-4423-8bf9-26b9e3997ab8</guid>
      <link>http://blog.lighttpd.net/articles/2006/12/18/pre-release-lighttpd-1-5-0-r1477-tar-gz#comment-2576</link>
    </item>
    <item>
      <title>"PRE-RELEASE: lighttpd-1.5.0-r1477.tar.gz" by Menni</title>
      <description>Thanks for lighttpd. Compiles just fine, I sooo love the included .spec file.</description>
      <pubDate>Mon, 18 Dec 2006 19:24:23 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:1379d64b-cafe-472b-9a56-da1361d81024</guid>
      <link>http://blog.lighttpd.net/articles/2006/12/18/pre-release-lighttpd-1-5-0-r1477-tar-gz#comment-2568</link>
    </item>
  </channel>
</rss>
