I use the SetEnv directive in my httpd.conf (before loading LoadModule
env_module /usr/lib/apache/1.3/mod_env.so) :
SetEnv var value
and i must have a php.ini with regsiter_global s = Off
but when I set the regsiter_global s = Off in php.ini the SetEnv
directive in httpd.conf don't work :(
I use php 4.3.3 and apache 1.29 on a Debian
Is there a way to a solution ?
Thanks.
Pierre
env_module /usr/lib/apache/1.3/mod_env.so) :
SetEnv var value
and i must have a php.ini with regsiter_global s = Off
but when I set the regsiter_global s = Off in php.ini the SetEnv
directive in httpd.conf don't work :(
I use php 4.3.3 and apache 1.29 on a Debian
Is there a way to a solution ?
Thanks.
Pierre
Comment