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
..
2021-06-02 13:56:19 +10:00
2020-02-12 16:39:11 +11:00
2022-05-05 08:36:20 -07:00
2020-11-20 19:13:32 +11:00
2022-04-20 16:47:02 -07:00
2022-03-10 12:49:56 +11:00
2022-06-28 18:41:17 +10:00
2020-11-05 11:56:46 +11:00
2020-04-16 12:45:36 -05:00
2022-01-19 11:00:12 -08:00
2022-05-04 13:08:28 -07:00
2020-10-19 14:06:57 +11:00
2022-02-01 13:52:47 -08:00
2021-12-13 14:54:16 +11:00