看了一下apache日志,发现上传的时候,造成下面的错误信息:
[Wed May 12 17:05:10 2004] [error] [client 10.133.9.4] Requested content-length of 2025891 is larger than the configured limit of 524288
我想,这应当是对上传文件的限制吧,可是在httpd.conf 里面找不到这个设置。
php.ini 里面到是有,可以我都已经设置成 8M 了。
另外error_log 里面还有些错误信息不知道是什么原因造成的
[Wed May 12 17:04:58 2004] [notice] Digest: generating secret for digest authentication ...
[Wed May 12 17:04:58 2004] [notice] Digest: done
[Wed May 12 17:04:59 2004] [info] (32)Broken pipe: core_output_filter: writing data to the network
[Wed May 12 17:04:59 2004] [notice] Apache/2.0.40 (Red Hat Linux) configured -- resuming normal operations
Originally posted by 密码 at 2004-5-12 10:28 PM:
默认设置如下
[code]
#
# PHP is an HTML-embedded scripting language which attempts to make it
# easy for developers to write dynamically generated webpages.
#