summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-15 20:25:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-15 20:25:13 +0000
commit56ab42eee7193d7d36b54522fa2dc251acb396fd (patch)
tree571c139d02f740f2f3aefe77ff3ba2b73bbdce88 /nuttx/configs/README.txt
parent0ddbcb2ada560e33f79f302c6287305acdc34e62 (diff)
downloadpx4-nuttx-56ab42eee7193d7d36b54522fa2dc251acb396fd.tar.gz
px4-nuttx-56ab42eee7193d7d36b54522fa2dc251acb396fd.tar.bz2
px4-nuttx-56ab42eee7193d7d36b54522fa2dc251acb396fd.zip
Get rid of cwd in THTTPD
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2021 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index c16e22a5c..9418f6ea8 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/configs/README.txt
@@ -358,7 +358,8 @@ defconfig -- This is a configuration file similar to the Linux
CONFIG_THTTPD_IPADDR - Server IP address (no host name)
CONFIG_THTTPD_SERVER_ADDRESS - SERVER_ADDRESS: response
CONFIG_THTTPD_SERVER_SOFTWARE - SERVER_SOFTWARE: response
- CONFIG_THTTPD_CGI_PATH -
+ CONFIG_THTTPD_PATH - Server working directory
+ CONFIG_THTTPD_CGI_PATH - Path to CGI executables
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.