From 488995e073a5b640c726f3edfc72b047c9ed4c1a Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 18 Jul 2009 18:04:05 +0000 Subject: [PATCH] Fix CGI I/O redirection and interposer tasks git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1988 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttxPortingGuide.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 5c5b49ef1b..ee91135ffc 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: July 12, 2009

+

Last Updated: July 18, 2009

@@ -2384,10 +2384,6 @@ extern void up_ledoff(int led); CONFIG_THTTPD_CGI_TIMELIMIT: How many seconds to allow CGI programs to run before killing them. -
  • - CONFIG_THTTPD_CGI_OUTFD: In NuttX, CGI cannot use stdout for output. - Rather, it must use this file descriptor number. -
  • CONFIG_THTTPD_CHARSET- The default character set name to use with text MIME types.