PHPのuploadサイズ制限を変更

|

/etc/httpd/conf.d/php.conf

 

<Files *.php>
    SetOutputFilter PHP
    SetInputFilter PHP
    LimitRequestBody 524288
</Files>

関連メッセージ

The first things to check (or ask your host provider to check) are the values of upload_max_filesize, memory_limit and post_max_size in the php.ini configuration file. All of these three settings limit the maximum size of data that can be submitted and handled by PHP. One user also said that post_max_size and memory_limit need to be larger than upload_max_filesize.

 

カテゴリ

このブログ記事について

このページは、adminが2007年8月22日 00:58に書いたブログ記事です。

ひとつ前のブログ記事は「Windowsドメインからワークグループへの変更」です。

次のブログ記事は「Filemaker Beckyメール取り込み」です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。