紅豬天天の家樂樂
健忘的豬,在這裡放一些會忘記的東西!
選單
首頁
電腦資訊
生活資訊
會員專區
公佈欄
留言板
更多
⇧TOP
2009年1月12日 星期一
Apache php.ini 設定
以下是我常用的 php.ini 設定:
上傳單一檔案的大小限制
upload_max_filesize = 2M
PHP允許一次上傳檔案的大小限制
post_max_size = 8M
最大運行時間(秒)
max_execution_time = 30
資料讀入時間,也是建議設定成 300 秒,超過此時間會上傳失敗
max_input_time = 60
執行每個scripts時使用的memory大小限制(
memory_limit 必須>= post_max_size
)
memory_limit = 8M
關閉顯示訊息錯誤
display_errors = Off
開啟log紀錄檔
log_errors = On
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言