[root@blog.m264.com ~]$ tail -n 1 /var/log/httpd/error_log
[Thu Sep 30 13:16:19 2010] [error] [client 192.168.3.4] PHP Warning: POST Content-Length of 10948294 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
POST Content-Length of 10948294 bytes exceeds the limit of 8388608 bytes
要は
え??10MBもアップするの!? お話じゃぁ8MBって聞いてたけど・・・・ (´・ω・`)って行ってるので
10MBでも受け付けてもらえるようにお話を通します←
まずphp.iniを編集します
[root@blog.m264.com ~]$ vim /etc/php.ini
477行のpost_max_sizeをpost_max_size = 100M
とかにしちゃいますついでに
582行とかも弄っちゃいます
upload_max_filesize = 100M
いじり終わったら保存しちゃいます
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =
; Maximum allowed size for uploaded files.
upload_max_filesize = 200M
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;
"/etc/php.ini" 1222L, 45090C 書込み 582,1 47%
話が通ったようなのでhttpdさんに報告しましょう←; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =
; Maximum allowed size for uploaded files.
upload_max_filesize = 200M
;;;;;;;;;;;;;;;;;;
; Fopen wrappers ;
;;;;;;;;;;;;;;;;;;
"/etc/php.ini" 1222L, 45090C 書込み 582,1 47%
[root@blog.m264.com ~]$ service httpd reload
httpd を再読み込み中: [ OK ]
0 件のコメント:
コメントを投稿