If you want to enlarge upload file size (e.g. 1000M) in CoolStack PHP on Solaris. You may just edit the file "/opt/coolstack/php5/lib/php.ini", and
add "upload_max_filesize = 1000M" and "post_max_size = 1000M" in the part of [PHP].
At the end, don't forget restart Apache.
- # pkill httpd
- # /opt/coolstack/apache2/bin/httpd
