Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001092

[PHP] php_admin_flag safe_mode off From: Richard Kurth (rkurth <email protected>)
Date: 09/30/01

Way will this Command not work in the httpd.conf file
I have safe mode turned on in the php.ini file but I what it off in
one of my sites so I added php_admin_flag safe_mode off to the virtualhost
that I want it off in like below
<VirtualHost>
----other stuff----
 php_admin_flag safe_mode off
</VirtualHost>

According to the manual you can turn any variable that is in the php.ini
file on or off in the https.conf file by adding

Best regards,
 Richard
mailto:rkurth <email protected>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>