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> <<a href="mailto:Rod@rods.id.au">Rod@rods.id.au</a>> 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>> For the life of me I can't get php working so that when I go to my<br>> mythweb page, it won't try to download the php files. I'm using
<br>> gentoo, if that matters. I've followed the directions at the gentoo<br>> wiki, but it just won't work. What can I try?<br>><br> Have you installed "mod-php"<br><br>emerge mod-php<br><br> Then after the install, you have followed the notices that inform
<br>you that you have to add "-Dphp" (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="-D SSL -D PHP5 -D DOC"<br><br><br> the ""-D PHP5" 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>