summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-11 21:09:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-11 21:09:46 +0000
commitdb73325225dfb314762b1b23e11053b050717284 (patch)
tree97d221ec1ce0ebc8468a9f95fe8ec343a5395f2e /nuttx/Documentation/NuttxPortingGuide.html
parent0d983d2f3bd02ae488fddf151b84145a104e01e8 (diff)
downloadpx4-nuttx-db73325225dfb314762b1b23e11053b050717284.tar.gz
px4-nuttx-db73325225dfb314762b1b23e11053b050717284.tar.bz2
px4-nuttx-db73325225dfb314762b1b23e11053b050717284.zip
Fix CGI pattern logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2040 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html12
1 files changed, 6 insertions, 6 deletions
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 @@
<h1><big><font color="#3c34ec">
<i>NuttX RTOS Porting Guide</i>
</font></big></h1>
- <p>Last Updated: July 18, 2009</p>
+ <p>Last Updated: September 11, 2009</p>
</td>
</tr>
</table>
@@ -2362,15 +2362,15 @@ extern void up_ledoff(int led);
<code>CONFIG_THTTPD_SERVER_SOFTWARE</code>: SERVER_SOFTWARE: response
</li>
<li>
- <code>CONFIG_THTTPD_PATH</code>: Server working directory
+ <code>CONFIG_THTTPD_PATH</code>: Server working directory. Default: <code>/mnt/www</code>.
</li>
<li>
- <code>CONFIG_THTTPD_CGI_PATH</code>: Path to CGI executables
+ <code>CONFIG_THTTPD_CGI_PATH</code>: Path to CGI executables. Default: <code>/mnt/www/cgi-bin</code>.
</li>
<li>
- <code>CONFIG_THTTPD_CGI_PATTERN</code>: Only CGI programs matching this
- pattern will be executed. In fact, if this value is not defined
- then no CGI logic will be built.
+ <code>CONFIG_THTTPD_CGI_PATTERN</code>: 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: <code>/mnt/www/cgi-bin/*</code>.
</li>
<li>
<code>CONFIG_THTTPD_CGI_PRIORITY</code>: Provides the priority of CGI child tasks