On 12 August 2003 09:07, Demian Turner wrote:

> 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>

Ummm -- I can find no documentation for an "http_uploads" directive, not even in the 
php.ini-dist file.  Are you perchance thinking of the file_uploads setting?

Cheers!

Mike

---------------------------------------------------------------------
Mike Ford,  Electronic Information Services Adviser,
Learning Support Services, Learning & Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Beckett Park, LEEDS,  LS6 3QS,  United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730      Fax:  +44 113 283 3211 

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

Reply via email to