custom php.ini problem

custom php.ini problem

Posted by: generalya
Posted on: 2007-09-08 01:21:00

I am trying a custom php.ini following the wiki exactly yet I get a internal server error after I set the .htaccess file on any php file.

AddHandler php-cgi .php
Action php-cgi /cgi-bin/php.cgi

That is what exists on my .htaccess file

My chmod are all set correctly

Re: custom php.ini problem

Posted by: patricktan
Posted on: 2007-09-08 03:32:00

should it be

AddHandler phpFive .php
Action phpFive /cgi-bin/php.cgi

Re: custom php.ini problem

Posted by: generalya
Posted on: 2007-09-08 10:12:00

Tried that just now, same results

Re: custom php.ini problem

Posted by: patricktan
Posted on: 2007-09-08 19:07:00

Have you read this?

http://wiki.dreamhost.com/Installing_PHP5#Internal_Server_Error

Tags: htaccess fileinternal server errorphp cgiphp filechmodcgi binwiki