オリジナルのhttpd.confから最小設定を心がけて書き直してみては? ちなみに俺のhttpd.confのphpに関する記述はこれだけ。 LoadModule php5_module libexec/apache22/libphp5.so <IfModule php5_module> # If php is turned on, we respect .php and .phps files. AddType application/x-httpd-php .php .phtml AddType application/x-httpd-php-source .phps
# Since most users will want index.php to work we # also automatically enable index.php <IfModule dir_module> DirectoryIndex index.html index.php </IfModule> </IfModule>