<div>I believe that the problem is that apache doesn&#39;t know how to handle .php files globally.</div><div><br></div><div>Can you search for the following two lines and see if they are in any of the .conf files that Apache loads:</div>
<div>AddType application/x-httpd-php .php .phtml .php3<br></div><div><div>AddType application/x-httpd-php-source .phps</div><div><br></div><div><br><div class="gmail_quote">On Sun, Mar 8, 2009 at 6:43 PM, Paul Cartwright <span dir="ltr">&lt;<a href="mailto:ale@pcartwright.com" target="_blank">ale@pcartwright.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On Sun March 8 2009, Brandon Wood wrote:<br>
&gt; Install PHP5 support for Apache2<br>
&gt;<br>
&gt; If you want to install PHP5 from debian packages you need to enter the one<br>
&gt; of the source list in your /etc/apt/sources.list file<br>
&gt;<br>
&gt; deb <a href="http://packages.dotdeb.org" target="_blank">http://packages.dotdeb.org</a> stable all<br>
&gt;  deb-src <a href="http://packages.dotdeb.org" target="_blank">http://packages.dotdeb.org</a> stable all<br>
<br>
</div>already had those..<br>
<div>&gt;<br>
&gt;<br>
&gt; Now you need to save your file and run the following command to take our<br>
&gt; new changes effect<br>
&gt;<br>
&gt; #apt-get update<br>
&gt;<br>
&gt; Now you need to install PHP5 required packages for apache<br>
&gt;<br>
&gt; #apt-get install php5 libapache2-mod-php5 php5-curl php5-gd<br>
<br>
</div>already had all except php5-gd<br>
<div>&gt;<br>
&gt; that&#39;s it PHP5 for apache2 installed now you need to do the following <br>
&gt;<br>
&gt; #cd /etc/apache2/mods-enabled/ <br>
&gt;<br>
&gt; #ln -s /etc/apache2/mods-available/php5.load <br>
&gt;<br>
&gt; #ln -s /etc/apache2/mods-available/php5.conf <br>
 ln -s /etc/apache2/mods-available/php5.load<br>
</div>ln: creating symbolic link `./php5.load&#39;: File exists<br>
paulandcilla:/etc/apache2/mods-enabled#<br>
ln -s /etc/apache2/mods-available/php5.conf<br>
ln: creating symbolic link `./php5.conf&#39;: File exists<br>
<div><br>
&gt;<br>
&gt; Now you need to restart your apache server using the following command<br>
&gt;<br>
&gt; #/etc/init.d/apache2 restart<br>
&gt;<br>
&gt; Now you apache server is ready with PHP5 support<br>
</div>and.. it still doesn&#39;t work. I created a test file:<br>
?php<br>
<br>
// Show all information, defaults to INFO_ALL<br>
phpinfo();<br>
<br>
// Show just the module information.<br>
// phpinfo(8) yields identical results.<br>
phpinfo(INFO_MODULES);<br>
<br>
?&gt;<br>
<br>
and that is what shows in opera. Firefox just continually opens new unnamed<br>
windows constantly..<br>
<font color="#888888"><br>
<br>
--<br>
</font><div><div></div><div>Paul Cartwright<br>
Registered Linux user # 367800<br>
Registered Ubuntu User #12459<br>
<br>
_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
</div></div></blockquote></div><br>
</div></div>