openwrtv3/package/uhttpd
Jo-Philipp Wich 54b34ccbc5 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>

SVN-Revision: 31571
2012-05-03 17:19:20 +00:00
..
files package/uhttpd: use new service wrapper 2011-11-07 22:59:06 +00:00
src uhttpd: added uhttpd.docroot 2012-05-03 17:19:20 +00:00
Makefile uhttpd: cope with variable number of spaces in header lines (#11079) 2012-03-04 15:53:51 +00:00