1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-12-24 07:22:25 +02:00
openwrt-xburst/package/uhttpd
jow 37f687e099 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
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 [package] uhttpd: cope with variable number of spaces in header lines (#11079) 2012-03-04 15:53:51 +00:00