RE: [PHP] Maximum Amount to Send thru "POST"? From: Sander Pilon (sander <email protected>)
Date: 11/15/00

That paragraph is somewhat vague ('header' can be the entire header or
individual header lines), but it's pretty clear that setting *does not*
apply to the POST method. Data POST'ed to a server is NOT part of the
request header. (See the HTTP/1.1 RFC for details)

-S

> -----Original Message-----
> From: Paul A. Owen [mailto:paul <email protected>]
> Sent: 15 November 2000 21:12
> To: php-general <email protected>
> Subject: Re: [PHP] Maximum Amount to Send thru "POST"?
>
>
> For Apache it is an 8K maximum.
>
> See: http://www.apache.org/docs/mod/core.html#limitrequestfieldsize
>
> If you want to go higher just change the source in Apache and re-compile
> it. I have the changed source if you are intereted.
>
> Paul A. Owen
> YWebWerks http://www.ywebwerks.com/
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>