Ugh.&nbsp; Any 0.19 people out there get the .htaccess file converted over to lighttpd.conf?&nbsp; The php is running for me, I get the &quot;Database Setup Error&quot;<br><br>I added mod_setenv with:<br>setenv.add-environment = (<br>
&nbsp;&nbsp;&nbsp; &quot;db_server&quot;=&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;localhost&quot;,<br>&nbsp;&nbsp;&nbsp; &quot;db_name&quot;=&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;mythconverg&quot;,<br>&nbsp;&nbsp;&nbsp; &quot;db_login&quot;=&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;mythtv&quot;,<br>&nbsp;&nbsp;&nbsp; &quot;db_password&quot;=&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;mythtv&quot;
<br>)<br><br>that seems to match what .htaccess says.&nbsp; No change though.<br><br>FYI, lighttpd gets by apaches file size limit.&nbsp; Peppy too.<br><br><div><span class="gmail_quote">On 12/28/05, <b class="gmail_sendername">Chris Petersen
</b> &lt;<a href="mailto:lists@forevermore.net">lists@forevermore.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt; In order to get htaccess files read, I installed htscanner. I don't
<br>&gt; know if it's working properly or not... but I don't get the db env<br>&gt; variable error anymore. In fact, I don't get anything but a white<br>&gt; screen when the page has loaded.<br><br>you need something equivalent to apache's mod_env and mod_rewrite or it
<br>won't work. (for svn, that is)<br><br>-Chris<br>_______________________________________________<br>mythtv-users mailing list<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>