Php running as Cgi question. Thanks

Hey guys,

Just wondering since been running php as a cgi. I notice the <IfModule mod_php4> doesnt work anymore. Some has said its because all php admin values dont work anymore in httpd and you need to make a php .ini with setting in users root.

I have tried this.

in /home/user/php.ini & /home/user/public_html/php.ini

and inside it with..

safe_mode = on
safe_mode on
<IfModule mod_php4.c>
php_admin_value safe_mode on
</IfModule>
I even tried it with off and still doesnt work Php running as Cgi question. Thanks
Can someone help me here.

 

 

 

 

Top