<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: typo code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Wed, 20 Aug 2008 21:48:44 GMT</pubDate>
    <description>DZone Snippets: typo code</description>
    <item>
      <title>Typo under lighttpd</title>
      <link>http://snippets.dzone.com/posts/show/323</link>
      <description>Example vhost of a typo install under lighttpd&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;$HTTP["host"] =~ "typo.jasonhoffman.org" {&lt;br /&gt;server.document-root = "/home/jah/apps/typo/trunk/public/"&lt;br /&gt;server.error-handler-404   = "/dispatch.fcgi"&lt;br /&gt;server.indexfiles           = ( "dispatch.fcgi")&lt;br /&gt;server.errorlog = "/home/jah/logs/error.typo.log"&lt;br /&gt;  fastcgi.server = ( ".fcgi" =&gt;&lt;br /&gt;     ( "localhost" =&gt;&lt;br /&gt;       ( "socket" =&gt; "/home/jah/tmp/typo-jah.socket",&lt;br /&gt;                            "min-procs" =&gt; 1,&lt;br /&gt;                            "max-procs" =&gt; 5,&lt;br /&gt;         "bin-path" =&gt; "/home/jah/apps/typo/trunk/public/dispatch.fcgi",&lt;br /&gt;         "bin-environment" =&gt; ( "RAILS_ENV" =&gt; "production" )&lt;br /&gt;  )))&lt;br /&gt;}&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Wed, 25 May 2005 18:36:35 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/323</guid>
      <author>jason (Jason Hoffman)</author>
    </item>
  </channel>
</rss>
