星期五 四月 25, 2008

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


评论:

发表一条评论:
  • HTML语法: 禁用