From e94733f04d35a1cab167f2bc4280b22d414f0470 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 14 Jun 2012 11:15:30 -0400 Subject: Increase LimitRequestFieldSize in Apache config to support a 64KiB PAC https://fedorahosted.org/freeipa/ticket/2767 --- install/conf/ipa.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf index b01a0c2b4..1b31a52ac 100644 --- a/install/conf/ipa.conf +++ b/install/conf/ipa.conf @@ -1,5 +1,5 @@ # -# VERSION 6 - DO NOT REMOVE THIS LINE +# VERSION 7 - DO NOT REMOVE THIS LINE # # This file may be overwritten on upgrades. # @@ -12,6 +12,9 @@ ProxyRequests Off DirectoryIndex index.html +# Substantially increase the request field size to support MS-PAC +# requests, ticket #2767. This should easily support a 64KiB PAC. +LimitRequestFieldSize 100000 # ipa-rewrite.conf is loaded separately -- cgit