Difference between revisions of "Apache"
From Jon's Wiki
(New page: Add this to an Apache vhost config (or .htaccess if allowed) to increase PHP upload limit: php_value upload_max_filesize 32M) |
|||
Line 1: | Line 1: | ||
Add this to an Apache vhost config (or .htaccess if allowed) to increase PHP upload limit: | Add this to an Apache vhost config (or .htaccess if allowed) to increase PHP upload limit: | ||
php_value upload_max_filesize 32M | php_value upload_max_filesize 32M | ||
+ | php_value post_max_size 32M |
Latest revision as of 21:39, 18 December 2007
Add this to an Apache vhost config (or .htaccess if allowed) to increase PHP upload limit:
php_value upload_max_filesize 32M php_value post_max_size 32M