Return-Path: Delivered-To: apmail-httpd-apreq-cvs-archive@httpd.apache.org Received: (qmail 99286 invoked by uid 500); 24 Nov 2002 01:07:50 -0000 Mailing-List: contact apreq-cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-cvs@httpd.apache.org Received: (qmail 99274 invoked from network); 24 Nov 2002 01:07:49 -0000 Date: 24 Nov 2002 01:07:48 -0000 Message-ID: <20021124010748.99782.qmail@icarus.apache.org> From: joes@apache.org To: httpd-apreq-cvs@apache.org Subject: cvs commit: httpd-apreq libapreq.pod X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N joes 2002/11/23 17:07:48 Modified: . libapreq.pod Log: Document post_max, temp_dir macros Revision Changes Path 1.7 +5 -0 httpd-apreq/libapreq.pod Index: libapreq.pod =================================================================== RCS file: /home/cvs/httpd-apreq/libapreq.pod,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- libapreq.pod 20 Jan 2002 17:27:35 -0000 1.6 +++ libapreq.pod 24 Nov 2002 01:07:48 -0000 1.7 @@ -21,6 +21,8 @@ =item req->post_max +=item ApacheRequest_set_post_max(req, max) + Limit the size of POST data. I will return an error code if the size is exceeded: @@ -52,10 +54,13 @@ =item req->temp_dir +=item ApacheRequest_set_temp_dir(req, dir) + Sets the directory where upload files are spooled. char dir[] = "/usr/tmp"; req->temp_dir = dir; + =item req->hook_data