uhttpd: support multiple Lua prefixes
authorJo-Philipp Wich <jo@mein.io>
Thu, 23 Aug 2018 07:07:23 +0000 (09:07 +0200)
committerJo-Philipp Wich <jo@mein.io>
Thu, 23 Aug 2018 07:18:04 +0000 (09:18 +0200)
commit214146c6f298e593695c29b8c04a418dac914040
tree6e87d7ee4acccecf7e668ae70c61bd666c1a8695
parent7e73e9128f6a63b9198c88eea97c267810447be4
uhttpd: support multiple Lua prefixes

Update to latest git HEAD in order to support configuring multiple
concurrent Lua prefixes in a single uhttpd instance:

  b741dec lua: support multiple Lua prefixes

Additionally rework the init script and update the default configuration
example to treat the lua_prefix option as key=value uci list, similar to
the interpreter extension mapping. Support for the old "option lua_prefix"
plus "option lua_handler" notation is still present.

Finally drop the sed postinstall hack in uhttpd-mod-lua to avoid mangling
files belonging to other packages. Since Lua prefixes have precedence
over CGI prefixes, simply register `/cgi-bin/luci` as Lua handler which
will only become active if both luci-base and uhttpd-mod-lua is installed.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
package/network/services/uhttpd/Makefile
package/network/services/uhttpd/files/uhttpd.config
package/network/services/uhttpd/files/uhttpd.init