<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
    <title>Comments for MT 3.2 and LightTPD/FastCGI</title>
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi" />
    <link rel="self" type="application/atom+xml" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi" />
    <id>tag:bradchoate.com,2008://4-</id>
    <updated>2006-07-07T08:25:15Z</updated>
    <subtitle>The man, the legend.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.1</generator>
 

<entry>
    <id>tag:bradchoate.com,2005://4.2131-comment:20238</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2005://4.2131" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi#c20238" />
    <title>Comment from Casey West on 2006-12-18</title>
    <author>
        <name>Casey West</name>
        <uri>http://caseywest.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://caseywest.com">
        <![CDATA[<p>Brad, I'm using MT under lighttpd and fastcgi and it's mostly great. I've noticed that after some time the application refuses logins, mostly after a time of inactivity. I suspect that the DB handle becomes stale and that disallows authentication using the web interface. I'd like to find a good solution to this problem.</p>

<p>Presently I send a kill signal to my dispatching FastCGI program, which works but is not ideal.</p>

<p>I'm using MT 3.33 with MySQL 4.1.20, lighttpd 1.4.13, and CGI::Fast version 1.05.</p>

<p>Any insight is appreciated.<br />
</p>]]>
    </content>
    <published>2006-12-18T18:08:16Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2005://4.2131-comment:22185</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2005://4.2131" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi#c22185" />
    <title>Comment from Reed A. Cartwright on 2007-01-05</title>
    <author>
        <name>Reed A. Cartwright</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I've extended the method mentioned above: <a href="http://dererumnatura.us/archives/2007/01/movable_type_33.html" rel="nofollow">here</a>.</p>]]>
    </content>
    <published>2007-01-05T22:45:05Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2005://4.2131-comment:22218</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2005://4.2131" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi#c22218" />
    <title>Comment from Josh on 2007-01-24</title>
    <author>
        <name>Josh</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Hi Brad,</p>

<p>Can you tell me what is happening if I try to start lighttpd and get the following message?:</p>

<p>Starting Lighttpd<br />
Can't locate FCGI.pm in @INC (@INC contains: /users/home/tubaguy0/web/public/mt/extlib /users/home/tubaguy0/web/public/mt/lib /usr/local/lib/perl5/site_perl/5.8.7/mach /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.7/BSDPAN /usr/local/lib/perl5/5.8.7/mach /usr/local/lib/perl5/5.8.7 .) at /users/home/tubaguy0/web/public/mt/extlib/CGI/Fast.pm line 22.<br />
BEGIN failed--compilation aborted at /users/home/tubaguy0/web/public/mt/extlib/CGI/Fast.pm line 22.<br />
Compilation failed in require at /users/home/tubaguy0/web/public/mt/dispatch.fcgi line 5.<br />
BEGIN failed--compilation aborted at /users/home/tubaguy0/web/public/mt/dispatch.fcgi line 5.<br />
Can't locate FCGI.pm in @INC (@INC contains: /users/home/tubaguy0/web/public/mt/extlib /users/home/tubaguy0/web/public/mt/lib /usr/local/lib/perl5/site_perl/5.8.7/mach /usr/local/lib/perl5/site_perl/5.8.7 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.7/BSDPAN /usr/local/lib/perl5/5.8.7/mach /usr/local/lib/perl5/5.8.7 .) at /users/home/tubaguy0/web/public/mt/extlib/CGI/Fast.pm line 22.<br />
BEGIN failed--compilation aborted at /users/home/tubaguy0/web/public/mt/extlib/CGI/Fast.pm line 22.<br />
Compilation failed in require at /users/home/tubaguy0/web/public/mt/dispatch.fcgi line 5.<br />
BEGIN failed--compilation aborted at /users/home/tubaguy0/web/public/mt/dispatch.fcgi line 5.</p>

<p>I've got my lighttpd.conf file, my dispatch.fcgi and everything else I believe is necessary to have things running, but can't actually start the lighttpd server.</p>]]>
    </content>
    <published>2007-01-24T17:43:25Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2005://4.2131-comment:22219</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2005://4.2131" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi#c22219" />
    <title>Comment from Brad Choate on 2007-01-24</title>
    <author>
        <name>Brad Choate</name>
        <uri>http://bradchoate.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://bradchoate.com/">
        <![CDATA[<p>@Josh: Looks like you're missing the Perl FCGI module. Just install it through the CPAN command:</p>

<p><code>cpan install FCGI</code></p>

<p>It requires compilation to install.</p>]]>
    </content>
    <published>2007-01-24T17:59:32Z</published>
</entry>


<entry>
    <id>tag:bradchoate.com,2005://4.2131-ping:6256</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2005://4.2131" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi#p6256" />
    <title>Movable Type 3.2 under LighTPD and FastCGI</title>
    <author>
        <name>ProNet</name>
        <uri>http://www.sixapart.com/pronet/weblog/2005/08/movable_type_32.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.sixapart.com/pronet/weblog/2005/08/movable_type_32.html">
        As we were proud to announce yesterday, Movable Type 3.2 has been released. We&apos;ll be providing a lot more details and documentation in the days and weeks to come, but Brad Choate&apos;s started the parade of cool new tips and...
    </content>
    <published>2005-08-26T19:45:57Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2005://4.2131-ping:6273</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2005://4.2131" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi#p6273" />
    <title>links for 2005-08-29</title>
    <author>
        <name>Quicklinks</name>
        <uri>http://mentalized.net/journal/quicklinks/2005/08/29/links_for_20050829/index.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://mentalized.net/journal/quicklinks/2005/08/29/links_for_20050829/index.php">
         MT 3.2 and LightTPD/FastCGI (tags: movies blogging server) The Ruby on Rails Management Advantage (tags: Rails business) PHP powered Movable Type searching (tags: MovableType)...
    </content>
    <published>2005-08-29T12:18:56Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2005://4.2131-ping:6274</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2005://4.2131" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi#p6274" />
    <title>FastCGI and Movable Type</title>
    <author>
        <name>Jacques Marneweck&apos;s Blog</name>
        <uri>http://www.powertrip.co.za/blog/archives/000455.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.powertrip.co.za/blog/archives/000455.html">
        Brad Choate from Six Apart has placed instructions up on his website for running Movable Type using lighthttp and FastCGI.Which in a way is great news as the Movable Type application is going to be flipping fast running via FastCGI...
    </content>
    <published>2005-08-29T15:46:45Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2005://4.2131-ping:6281</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2005://4.2131" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi#p6281" />
    <title>MT and FastCGI (and Postgres)</title>
    <author>
        <name>David Raynes Personal</name>
        <uri>http://www.rayners.org/personal/archives/2005/08/mt_and_fastcgi.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.rayners.org/personal/archives/2005/08/mt_and_fastcgi.html">
        Brad put together some instructions for getting Movable Type up and running as a FastCGI application under lighttpd. Unfortunately, it only works for me for a little while. It would appear that, on my site, the database connection is being...
    </content>
    <published>2005-08-30T16:23:57Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2005://4.2131-ping:6284</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2005://4.2131" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi#p6284" />
    <title>MT 3.2 with FastCGI under Apache</title>
    <author>
        <name>BP&apos;s Weblog</name>
        <uri>http://geekdom.net/blog/archives/2005/08/30/mt_32_with_fastcgi_under_apache.html</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://geekdom.net/blog/archives/2005/08/30/mt_32_with_fastcgi_under_apache.html">
        Well, Brad Choate explained how to do it for LightTPD, but for those of us with boring old LAMP installs, here&apos;s a brief howto for getting MT 3.2 working in FastCGI mode: First, make sure you&apos;ve got FastCGI support in...
    </content>
    <published>2005-08-31T06:58:30Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2005://4.2131-ping:6290</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2005://4.2131" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi#p6290" />
    <title>Wordpress on lighttpd</title>
    <author>
        <name>bender</name>
        <uri>http://bender.on-no.net/2005/08/wordpress-on-lighttpd/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://bender.on-no.net/2005/08/wordpress-on-lighttpd/">
        	Lighttpd is a cool little webserver that is quickly becoming a serious rival to the reigning champion Apache. Apache is the standard because it can do just about anything you throw at it, and it can do it well. The thing is, it can do way more than I ...
    </content>
    <published>2005-09-02T11:39:56Z</published>
</entry>

<entry>
    <id>tag:bradchoate.com,2005://4.2131-ping:6326</id>
    <thr:in-reply-to ref="tag:bradchoate.com,2005://4.2131" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi"/>
 
    <link rel="alternate" type="text/html" href="http://bradchoate.com/weblog/2005/08/26/mt-32-and-lighttpd-fastcgi#p6326" />
    <title>My Movable Type 3.2 Upgrade</title>
    <author>
        <name>Computer Toaster</name>
        <uri>http://www.computertoaster.com/archives/movable_type/my_movable_type_32_upgra.php</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.computertoaster.com/archives/movable_type/my_movable_type_32_upgra.php">
        The upgrade to Movable Type 3.2 on this site&#8217;s server wasn&#8217;t too rough. Normally wait for x.xx releases but I for once I didn&#8217;t have the patience. Scouting about I found Elise Bauer&#8217;s A Safe Way to Upgrade to MT...
    </content>
    <published>2005-09-07T10:36:02Z</published>
</entry>

</feed>