Is there a limit to the amount of data you can POST with
application/x-www-form-urlencoded?
I thought I hada problem with my CGI script because I couldn't POST more
than 47kb as a string.
But when I changed the server from IIS to Apache, the amount increased to
69kb.

This implied a built in limit of the server.

Anyone know if this is configurable?