<?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: lighttpd 1.4.1</title>
    <link>http://blog.lighttpd.net/articles/2005/08/22/lighttpd-1-4-1</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>lighttpd 1.4.1</title>
      <description>&lt;p&gt;Just a few minutes ago &lt;a href="http://www.lighttpd.net/download/"&gt;lighttpd 1.4.1 has been released&lt;/a&gt;, shortly after lighttpd 1.4.0 which had some user-visible problems.&lt;/p&gt;


	&lt;p&gt;1.4.1 fixes those bugs, stabilizes the &lt;span class="caps"&gt;SSL&lt;/span&gt; support on OpenBSD and finishes the WebDAV support in mod_webdav to Class 1 (all options except &lt;span class="caps"&gt;LOCK&lt;/span&gt;/UNLOCK).&lt;/p&gt;
&lt;p&gt;The WebDAV support is interesting for everyone using modern webdevelopment tools or something like webdav-fs.&lt;/p&gt;


	&lt;p&gt;You can savely (via &lt;span class="caps"&gt;SSL&lt;/span&gt; and secured by Authentication) edit, move and copy files in there source form while they user is able to see the generate content in the browser.&lt;/p&gt;


	&lt;p&gt;The other big feature (I think far more important) is the support for nested conditionals in the configuration. Now you can write configurations like:&lt;/p&gt;


&lt;pre&gt;
$HTTP["host"] == "www.example.org" {
  $HTTP["url"] =~ "^/dav($|/)" {
    webdav.activate = "enable" 
  }
  $HTTP["remoteip"] != "10.0.0.0/16" {
    auth.require = ( "" =&amp;gt; ( "method" =&amp;gt; "basic",
                             "realm" =&amp;gt; "webdav",
                             "require" =&amp;gt; "valid-user" ) )
  }
}
&lt;/pre&gt;

	&lt;p&gt;... to enable webdav support in the /dav/ directory of www.example.org and allows all users from the local network to access the host without authentication.&lt;/p&gt;


	&lt;p&gt;Over the next days we will write some tutorials which will illustrate the new features in the configuration more briefly (like the different include optoins, variable substitution and the like).&lt;/p&gt;


	&lt;p&gt;If you want to cheat, take a &lt;a href="http://www.lighttpd.net/documentation/configuration.html"&gt;look into the manual&lt;/a&gt;.&lt;/p&gt;</description>
      <pubDate>Mon, 22 Aug 2005 14:06:57 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:7267d0c7a25f295a126af508160f9282</guid>
      <author>jan</author>
      <link>http://blog.lighttpd.net/articles/2005/08/22/lighttpd-1-4-1</link>
      <category>lighttpd</category>
      <trackback:ping>http://blog.lighttpd.net/articles/trackback/14</trackback:ping>
    </item>
    <item>
      <title>"lighttpd 1.4.1" by free real ringtone</title>
      <description>I'd like to do it right now!</description>
      <pubDate>Sun, 18 Jun 2006 15:36:38 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:0bf2ef10-e234-40bd-b4c6-8fc2c2150f9e</guid>
      <link>http://blog.lighttpd.net/articles/2005/08/22/lighttpd-1-4-1#comment-1576</link>
    </item>
    <item>
      <title>"lighttpd 1.4.1" by antispam</title>
      <description>please clean up the spam above</description>
      <pubDate>Sun, 21 May 2006 12:14:12 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:afd22679-86bb-4c5e-86e8-663e651f8262</guid>
      <link>http://blog.lighttpd.net/articles/2005/08/22/lighttpd-1-4-1#comment-654</link>
    </item>
    <item>
      <title>"lighttpd 1.4.1" by Weather-man</title>
      <description>That is a really cool and useful feature! Thanks.</description>
      <pubDate>Thu, 18 May 2006 22:22:12 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:92f05e2d-92ca-40f2-ad92-7a0626bed38b</guid>
      <link>http://blog.lighttpd.net/articles/2005/08/22/lighttpd-1-4-1#comment-576</link>
    </item>
  </channel>
</rss>
