uhttpd: added uhttpd.docroot
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 3 May 2012 17:19:20 +0000 (17:19 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 3 May 2012 17:19:20 +0000 (17:19 +0000)
commitadae4ff72c5c855054e67991c3564b6828f4ce1b
treee0ae1e375441ad6bb5cf23d537bad535e3a58e34
parent5d7a3d6461fe0f0a39f722aa4bfd92d23713c57b
uhttpd: added uhttpd.docroot

Passes the document-root to the Lua handler by placing it in uhttpd.docroot.

It could alternatively be placed in env.DOCUMENT_ROOT which would more closely
resemble the CGI protocol; but would mean that it is not available at the time
when the handler-chunk is loaded but rather not until the handler is called,
without any code savings.

Signed-off-by: David Favro <openwrt@meta-dynamic.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31571 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/uhttpd/src/uhttpd-lua.c
package/uhttpd/src/uhttpd-lua.h
package/uhttpd/src/uhttpd.c
package/uhttpd/src/uhttpd.h