【发布时间】:2017-04-07 03:41:51
【问题描述】:
我正在尝试从 Google 图片搜索结果中保存图片,但是当我在查询字符串参数中发送图片的 src 时,会出现以下错误:
Request-URI Too Long
The requested URL's length exceeds the capacity limit for this server.
Apache/2.4.18 (Ubuntu) Server at 127.0.1.1 Port 80
当我在本地机器上遇到这个错误时,我可以测试你们的任何想法。
注意:我确实在/etc/apache2/apache2.conf 文件中将LimitRequestLine 和LimitRequestFieldSize 设置为100000。但到目前为止还没有运气。
感谢任何帮助。
【问题讨论】:
标签: apache ubuntu zend-framework2 limit request-uri