<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=LighttpdFastCGIGuide</id>
	<title>LighttpdFastCGIGuide - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=LighttpdFastCGIGuide"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=LighttpdFastCGIGuide&amp;action=history"/>
	<updated>2026-08-21T21:48:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=LighttpdFastCGIGuide&amp;diff=1829&amp;oldid=prev</id>
		<title>Admin: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=LighttpdFastCGIGuide&amp;diff=1829&amp;oldid=prev"/>
		<updated>2016-04-06T20:14:18Z</updated>

		<summary type="html">&lt;p&gt;2 revisions imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Using Request Tracker with lighttpd / FastCGI =&lt;br /&gt;
&lt;br /&gt;
The Lighttpd wiki has an article covering [http://trac.lighttpd.net/trac/wiki/RequestTracker Using Request Tracker with lighttpd via FastCGI].&lt;br /&gt;
&lt;br /&gt;
= Additional Notes =&lt;br /&gt;
&lt;br /&gt;
Here&amp;#039;s a tip for getting lighttpd / [[FastCGI]] working. Prior to lighttpd 1.4.23, PATH_INFO for [[FastCGI]] scripts was being set in a way that stopped RT from fully working. An example of this is RT working, but no CSS being served.&lt;br /&gt;
&lt;br /&gt;
To resolve this:&lt;br /&gt;
&lt;br /&gt;
1. Make sure you have the latest (or at least 1.4.23) of lighttpd&lt;br /&gt;
&lt;br /&gt;
2. In the fastcgi.server section of your configuration file, enable &amp;quot;fix-root-scriptname&amp;quot;&lt;br /&gt;
&lt;br /&gt;
For additional information see http://redmine.lighttpd.net/issues/729&lt;br /&gt;
&lt;br /&gt;
An example fastcgi.server chunk for serving RT from / looks like:&lt;br /&gt;
&lt;br /&gt;
fastcgi.server = ( &amp;quot;/&amp;quot; =&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
    ((&lt;br /&gt;
       &amp;quot;socket&amp;quot;        =&amp;amp;gt; &amp;quot;/opt/rt3/var/fastcgi.sock&amp;quot;,&lt;br /&gt;
       &amp;quot;bin-path&amp;quot;      =&amp;amp;gt; &amp;quot;/opt/rt3/bin/mason_handler.fcgi&amp;quot;,&lt;br /&gt;
       &amp;quot;check-local&amp;quot;   =&amp;amp;gt; &amp;quot;disable&amp;quot;,&lt;br /&gt;
       &amp;quot;fix-root-scriptname&amp;quot; =&amp;amp;gt; &amp;quot;enable&amp;quot;,&lt;br /&gt;
       &amp;quot;min-procs&amp;quot;     =&amp;amp;gt; 4,&lt;br /&gt;
       &amp;quot;max-procs&amp;quot;     =&amp;amp;gt; 8&lt;br /&gt;
     )),&lt;br /&gt;
 )&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>