Apache

From Jon's Wiki
Revision as of 21:39, 18 December 2007 by Johnno (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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