<?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 unleashed - part one</title>
    <link>http://blog.lighttpd.net/articles/2005/08/24/lighttpd-unleashed-part-one</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description></description>
    <item>
      <title>lighttpd unleashed - part one</title>
      <description>&lt;p&gt;From time to time we write code faster than documention. This basicly means that sometimes small gems are hidden and unknown to most users.&lt;/p&gt;


	&lt;p&gt;This time we want to put some focus on the new commandline options in lighttpd 1.4.0 and higher.&lt;/p&gt;
&lt;pre&gt;
$ lighttpd -h
lighttpd-1.4.1 (ssl) (Aug 23 2005 16:37:21) - a light and fast webserver
usage:
 -f &amp;lt;name&amp;gt;  filename of the config-file
 -p         print the parsed config-file in internal form, and exit
 -t         test the config-file, and exit
 -D         don't go to background (default: go to background)
 -6         use IPv6
 -v         show version
 -h         show this help
&lt;/pre&gt;

	&lt;p&gt;The new options are &lt;code&gt;-p&lt;/code&gt; and &lt;code&gt;-t&lt;/code&gt;. They will help you to check that is everything is ok, before you start lighttpd with the new configuration.&lt;/p&gt;


&lt;pre&gt;
$ lighttpd -t -f ./lighttpd.conf
Syntax OK
&lt;/pre&gt;

	&lt;p&gt;Especially if you start to use the the new features of lighttpd 1.4.0 like includes and expressions the print out of the parsed configuration will help you to see if everything really worked out as planed.&lt;/p&gt;</description>
      <pubDate>Wed, 24 Aug 2005 09:11:24 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:acbbcb62949f5162c5fd5eefe8bb9be9</guid>
      <author>jan</author>
      <link>http://blog.lighttpd.net/articles/2005/08/24/lighttpd-unleashed-part-one</link>
      <category>lighttpd</category>
      <trackback:ping>http://blog.lighttpd.net/articles/trackback/15</trackback:ping>
    </item>
    <item>
      <title>"lighttpd unleashed - part one" by free music ringtone</title>
      <description>Unusual song!</description>
      <pubDate>Sun, 18 Jun 2006 15:35:56 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:12808abc-13df-461f-b66e-75454ecaa384</guid>
      <link>http://blog.lighttpd.net/articles/2005/08/24/lighttpd-unleashed-part-one#comment-1575</link>
    </item>
    <item>
      <title>"lighttpd unleashed - part one" by Mark</title>
      <description>I'm obviously late to the game just moving to 1.4.8 from 1.3.16.. but I'm nevertheless thrilled to see -t in 1.4.x.  :)

Thx!</description>
      <pubDate>Wed, 30 Nov 2005 09:02:03 +0000</pubDate>
      <guid isPermaLink="false">urn:uuid:f8cd63f1-104b-46a5-b31e-416a90b076f1</guid>
      <link>http://blog.lighttpd.net/articles/2005/08/24/lighttpd-unleashed-part-one#comment-62</link>
    </item>
  </channel>
</rss>
