In an effort to improve security on a server that has many sites, I was hoping to disable http_uploads in php.ini then enable it in one site with either an .htaccess:

php_value http_uploads on

or in httpd.conf with

<Directory "/path/to/dir">
        php_value http_uploads on
</Directory>

however neither of these are successfully overriding the php.ini value.

Any ideas?

apache 1.3.23
php 4.1
linux 2.4.16, redhat 7.3

cheers

Demian


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to