Increase LimitRequestFieldSize in Apache config to support a 64KiB PAC

https://fedorahosted.org/freeipa/ticket/2767
This commit is contained in:
Rob Crittenden 2012-06-14 11:15:30 -04:00 committed by Martin Kosek
parent 55d2d92dcf
commit e94733f04d

View File

@ -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. # This file may be overwritten on upgrades.
# #
@ -12,6 +12,9 @@ ProxyRequests Off
DirectoryIndex index.html 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 # ipa-rewrite.conf is loaded separately