I had the same problem as Brian, but I already did the APACHE_OPTS thing. The problems was that it wasn't clarified to me that you need to put -D before each option. Once I knew that, apache stopped forcing me to download the .php files.
<br><br>
<div><span class="gmail_quote">On 9/6/05, <b class="gmail_sendername">Rod</b> &lt;<a href="mailto:Rod@rods.id.au">Rod@rods.id.au</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Brian Wallen wrote:<br><br>&gt; For the life of me I can't get php working so that when I go to my<br>&gt; mythweb page, it won't try to download the php files.&nbsp;&nbsp;I'm using
<br>&gt; gentoo, if that matters.&nbsp;&nbsp;I've followed the directions at the gentoo<br>&gt; wiki, but it just won't work.&nbsp;&nbsp;What can I try?<br>&gt;<br>&nbsp;&nbsp; Have you installed &quot;mod-php&quot;<br><br>emerge mod-php<br><br>&nbsp;&nbsp; Then after the install, you have followed the notices that inform
<br>you that you have to add &quot;-Dphp&quot; (or whatever) to your Apache<br>configuration files?<br><br>shadow conf.d # less /etc/conf.d/apache2<br><br># Copyright 1999-2004 Gentoo Foundation<br># Distributed under the terms of the GNU General Public License v2
<br># $Header:<br>/var/cvsroot/gentoo-x86/net-www/apache/files/2.0.49/apache2.confd,v 1<br>.2 2004/07/15 00:24:42 agriffis Exp $<br><br>APACHE2_OPTS=&quot;-D SSL -D PHP5 -D DOC&quot;<br><br><br>&nbsp;&nbsp; the &quot;&quot;-D PHP5&quot; above is what I needed to get it going.
<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>