We can probably kill two birds with one stone here.<br><br>Do a...<br><br>ls -l /etc/apache2/mods-enabled/<br><br>When comes back?&nbsp; It should give a list of all the modules that apache is using.&nbsp; I'm guessing that php5 is not being loaded over here.&nbsp; If it is not, make sure that it exists in this directory first...
<br><br>ls -l /etc/apache2/mods-available/<br><br>Then, create a symbolic link...<br><br>ln -s /etc/apache2/mods-available/php5.load /etc/apache2/mods-enabled/php5.load<br>ln -s /etc/apache2/mods-available/php5.conf /etc/apache2/mods-enabled/php5.conf
<br><br>Then reload apache...<br>/etc/init.d/apache2 restart<br><br><br>Give it a whirl and it should (hopefully) work.<br><br>I just rebuilt Myth .20 on Dapper and haven't had many problems with it.&nbsp; Good luck!!!<br><br>
Mike<br><br><div><span class="gmail_quote">On 9/24/06, <b class="gmail_sendername">Austin Roberts</b> &lt;<a href="mailto:mythtv@ausiv.com">mythtv@ausiv.com</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;">
Hi,<br>I've been running MythTV on Ubuntu since about June. A couple weeks ago, I crashed my system, so I've been reinstalling everything from scratch, using MythTV .20.<br><br>The Frontend is working reasonably well with a few bugs to get past, but Mythweb has several problems. First, when I go to 
<a href="http://localhost/mythweb" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://localhost/mythweb</a>, I get a listing of all the files in that directory, rather than seeing the Mythweb page. I'm assuming this is because of a problem with mod_rewrite, however I have copied 
rewrite.load from /etc/apache2/mods-available/ to /etc/apache2/mods-enabled/ which is the way Ubuntu generally enables mods, so I'm not sure why this is still happening.<br><br>When I click on mythweb.php, I get an error saying that the database environment variables are not correctly set in the included .htaccess file. I've checked .htaccess and the db_* environment variables are set correctly, leaving me to assume that there is a problem with mod_env, however when I run apache2 -l, mod_env.c appears on the list of compiled in modules. Can it be compiled in and not enabled? If there's a chance it's compiled in but not enabled, how would I enable it. If it's enabled simply by being compiled in, is there any idea what my problem is?
<br><br>Lastly, can anyone tell me how to get a listing of enabled (and running) modules? apache2 -l tells me the compiled in modules, but what about a listing?<br><br>Thanks<br><span class="sg"><br>-Austin<br>

</span><br>_______________________________________________<br>mythtv-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br><br><br></blockquote></div><br><br clear="all"><br>-- <br>View my blog!<br><a href="http://wiz561.blogspot.com/">http://wiz561.blogspot.com/</a>