I'm attempting to use LWP::UserAgent and via a post, HTTP::Request->new(POST => $url);, send a very large URI. This URI request exceeds the LimitRequestLine of 8190 bytes. Which I understand to be the max the Apache server will allow. I don't believe this limit can be increased and I think the only way to decrees it is to recompile. If there is a way to increase this limit, that would be great. Otherwise, I was wondering if perhaps the URI gets sent to a buffer somewhere in the Apache::ASP? And if maybe there is a way to empty that buffer before it gets full and returns the 414 error? Thanks in advance.
Matt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]