PHP local_value using suphp

Alex1

Verified User
Joined
Nov 1, 2007
Messages
16
I install suphp on my system and i need to modify register_globals local value for some domain. I try to use .htaccess with php_admin_value, php_value, etc but all create error 500.
Normally putting a php.ini DocumentRoot with register_globals=on it was readed by apache2 and overwrite master setting but using DA this solution not work.
Any idea?
 
suphp + register_globals on for user

Hello,

I have the same problem. Did you found a solution for this?

Best regards
 
edit the file /etc/httpd/conf/extra/httpd-suphp.conf

comment the line:

suPHP_ConfigPath /usr/local/etc/php5/cgi/

and reload apache

then put the custom php.ini file in your document root
 
Back
Top