Fix CGI pattern logic

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2040 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-09-11 21:09:46 +00:00
parent bd7c66ff62
commit bb414032f5
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -102,12 +102,12 @@
# define CONFIG_THTTPD_CGI_PATH "/mnt/www/cgi-bin"
# endif
/* Only CGI programs matching this pattern will be executed. In fact,
/* Only CGI programs whose fully expanded pathes match this pattern will be executed. In fact,
* if this value is not defined then no CGI logic will be built.
*/
# ifndef CONFIG_THTTPD_CGI_PATTERN
# define CONFIG_THTTPD_CGI_PATTERN "/cgi-bin/*"
# define CONFIG_THTTPD_CGI_PATTERN "/mnt/www/cgi-bin/*"
# endif
/* These provide the priority and stack size of the CGI child tasks */