From db73325225dfb314762b1b23e11053b050717284 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 11 Sep 2009 21:09:46 +0000 Subject: Fix CGI pattern logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2040 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttxPortingGuide.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'nuttx/Documentation/NuttxPortingGuide.html') diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html index 140c58386..305a44ce2 100644 --- a/nuttx/Documentation/NuttxPortingGuide.html +++ b/nuttx/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@

NuttX RTOS Porting Guide

-

Last Updated: July 18, 2009

+

Last Updated: September 11, 2009

@@ -2362,15 +2362,15 @@ extern void up_ledoff(int led); CONFIG_THTTPD_SERVER_SOFTWARE: SERVER_SOFTWARE: response
  • - CONFIG_THTTPD_PATH: Server working directory + CONFIG_THTTPD_PATH: Server working directory. Default: /mnt/www.
  • - CONFIG_THTTPD_CGI_PATH: Path to CGI executables + CONFIG_THTTPD_CGI_PATH: Path to CGI executables. Default: /mnt/www/cgi-bin.
  • - CONFIG_THTTPD_CGI_PATTERN: Only CGI programs matching this - pattern will be executed. In fact, if this value is not defined - then no CGI logic will be built. + CONFIG_THTTPD_CGI_PATTERN: Only CGI programs whose expanded paths + match this pattern will be executed. In fact, if this value is not defined + then no CGI logic will be built. Default: /mnt/www/cgi-bin/*.
  • CONFIG_THTTPD_CGI_PRIORITY: Provides the priority of CGI child tasks -- cgit v1.2.3