ispconfig php-fpm SSL 大文件错误
ispconfig php-fpm SSL error with large file
当我上传一个大文件时,它会停止很长时间并返回以下错误:
has expired: ... AH01075: Error dispatching request to : (reading input brigade) ...
我看到服务器上的文件快要上传了,只剩下几个字节了,但是它停止接收了。也许它会检查内存中的文件以找到类型并停止。
更多信息:phpinfo
php 代码如 example code: upload.php
在 apache2 配置中根据您的需要修复 SSLRenegBufferSize
在 apache2 sites-enabled conf 文件中,在 <Directory ...>
括号内添加以下行:
"SSLRenegBufferSize 1024000" or more
当我上传一个大文件时,它会停止很长时间并返回以下错误:
has expired: ... AH01075: Error dispatching request to : (reading input brigade) ...
我看到服务器上的文件快要上传了,只剩下几个字节了,但是它停止接收了。也许它会检查内存中的文件以找到类型并停止。
更多信息:phpinfo
php 代码如 example code: upload.php
在 apache2 配置中根据您的需要修复 SSLRenegBufferSize
在 apache2 sites-enabled conf 文件中,在 <Directory ...>
括号内添加以下行:
"SSLRenegBufferSize 1024000" or more