Jeremy Stanley 6de6c5f181 Override SubstituteMaxLineLength in PyPI proxies
We've been getting the following error for some pages we're proxying
today:

    AH01328: Line too long, URI /pypi/simple/grpcio/,

While we suspect PyPI or its Fastly CDN may have served some unusual
contents for the affected package indices, the content gets cached
and then mod_substitute trips over the result because it (as of
2.3.15) enforces a maximum line length of one megabyte:

    https://bz.apache.org/bugzilla/show_bug.cgi?id=56176

Override that default to "5m" per the example in Apache's
documentation:

    https://httpd.apache.org/docs/2.4/mod/mod_substitute.html

Change-Id: I5351f0465287f695fb2f1957062182fd3bf6c226
2022-07-21 17:12:06 +00:00
..
2020-03-11 15:15:00 -07:00
2019-05-15 16:03:07 -07:00
2021-02-11 13:35:16 +11:00
2020-09-30 11:55:24 +10:00
2021-12-03 14:17:23 -08:00
2021-05-11 08:40:01 -07:00
2021-03-18 11:59:30 +11:00
2021-03-18 11:59:30 +11:00
2022-02-10 13:24:42 -08:00
2021-03-18 11:59:30 +11:00
2022-02-25 17:27:35 +11:00
2022-06-29 11:26:47 -07:00
2021-07-15 23:25:10 +00:00