On Tuesday 07 February 2006 22:50, Darren Grant wrote: > With a bit of tweaking I was able to get dev-lang/php installed as well > as squirrelmail. Now though my apache2+php is broken. IE: bringing up > http://localhost/squirremail... firefox asks if I want to save filetype > .phtml ... > > In my /etc/conf.d/apache2 file I have "APACHE2_OPTS="-D DEFAULT_VHOST -D > PHP -D SSL"". > > Is there some tweaking I need to do to my > /etc/apache2/modules.d/70_mod_php.conf? Which version of php are you using?
If I recall correctly /etc/apache2/modules.d/70_mod_php.conf belongs to php4. php5 uses /etc/apache2/modules.d/70_mod_php5.conf If you have both, remove the version you're not using. For php5 you also have to use PHP5 in /etc/conf.d/apache2 APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5 -D SSL" -- gentoo-user@gentoo.org mailing list