This is a gentoo install and the httpd.conf does not have a lot of information or settings. From research I am guessing that the default file in the sub directories control the handlers.
I fixed my problem with the following solution:
1. emerge --unemerge dev-lang/php
2. ACCEPT_KEYWORDS="~x86" emerge dev-lang/php
3. USE="*- apache2 bcmath mysql posix session simplexml tidy truetype bzip2 ncurses nls readline xml2 sqlite crypt spell sockets gd jpeg" ACCEPT_KEYWORDS="~x86" emerge dev-lang/php
5. emerge dev-php/PEAR-PEAR dev-php/PEAR-DB
Can someone tell me why that worked? My first attempt was simply "emerge dev-lang/php"
Main Topics
Browse All Topics





by: ahoffmannPosted on 2009-02-06 at 06:09:55ID: 23569793
check your httpd.conf (and all its includes) for AddType and AddHandler directives which contain php
If unsure please post these directive (please do not post the complete httpd.conf).