|
RE: Invalid command 'php_value'
Don't believe you can use the php_value, php_admin_value, php_flag, or php_admin_flad directives if you're runing as CGI. Those are Apache directives, but in CGI mode Apache calls the php binary, which turn reads php.ini. Since the binary doesn't read httpd.conf it has no effect on PHP. As PHP isn't loaded into Apache, Apache doesn't know what to do with the directives and borks. HTH.
-geoff
|