> However, the problem we have stumbled onto is the maximum size of the query > string that we can use... this is limited to 8190 bytes... I believe this is > a "Directive" constraint in Apache called: LimitRequestLine > > We understand that there isn't such a limit using a "post" request but > before we re-develop everything we have done we wanted to make sure that > there wasn't anything we could do to get around the constraint I have just > mentioned. We would be looking at a maximum size more in the region of 32k. 8190 bytes is the default but you increase it by specifying a larger limit in your httpd.conf. Putting something like:- LimitRequestLine 32768 should do it if that's all the problem is. Cheers, Phil. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx