diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 140c5838639..305a44ce214 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -12,7 +12,7 @@
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