1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-09-02 09:41:44 +03:00

finished authentication, implemented port/dir protection

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@60 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2007-02-10 05:31:17 +00:00
parent 30a1970bb2
commit 36ac01f46a
19 changed files with 351 additions and 255 deletions

View File

@@ -10,7 +10,7 @@ config CONFIG_HTTP_STATIC_BUILD
bool "Static Build"
default n
help
Select y if you want axhttp to be a static build (i.e. don't use the
Select y if you want axhttpd to be a static build (i.e. don't use the
axtls shared library or dll).
config CONFIG_HTTP_PORT
@@ -59,12 +59,14 @@ config CONFIG_HTTP_HAS_CGI
help
Enable the CGI capability.
config CONFIG_HTTP_CGI_EXTENSION
string "CGI File Extension"
default ".php"
config CONFIG_HTTP_CGI_EXTENSIONS
string "CGI File Extension(s)"
default ".php,.sh"
depends on CONFIG_HTTP_HAS_CGI
help
Tell axhhtp what file extension is used for CGI
Tell axhhtpd what file extension(s) are used for CGI.
This is a comma separated list.
config CONFIG_HTTP_DIRECTORIES
bool "Enable Directory Listing"