summaryrefslogtreecommitdiff
path: root/apps/netutils/webserver/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/webserver/Kconfig')
-rw-r--r--apps/netutils/webserver/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/netutils/webserver/Kconfig b/apps/netutils/webserver/Kconfig
index d984427a3..59dcc5f30 100644
--- a/apps/netutils/webserver/Kconfig
+++ b/apps/netutils/webserver/Kconfig
@@ -33,6 +33,15 @@ config NETUTILS_HTTPD_SCRIPT_DISABLE
---help---
This option, if selected, will elide the %! scripting
+config NETUTILS_HTTPD_MAXPATH
+ bool "Maximum size of a path"
+ default 64
+ ---help---
+ This is the maximum size of a PATH used in the web server. This setting
+ is the logically the same as the PATH_MAX setting that (and in fact, if
+ not defined, the MAX_PATH setting will be used). This setting allows
+ more conservative memory allocation.
+
config NETUTILS_HTTPD_CGIPATH
bool "URL/CGI function mapping"
default n