Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:services:webserver:http.uhttpd [2020/02/21 15:22] – Change intro to emphasize default is uhttpd richb-hanoverdocs:guide-user:services:webserver:http.uhttpd [2023/04/28 03:57] – Fixed lua interpreter hyperlink astro
Line 5: Line 5:
 proper integration with OpenWrt's configuration framework (UCI). proper integration with OpenWrt's configuration framework (UCI).
 In addition, it provides all the functionality expected of present day web servers. In addition, it provides all the functionality expected of present day web servers.
 +
 +Its source code is available in the following git repository:
 +
 +  * https://git.openwrt.org/project/uhttpd.git
  
 ===== Features ===== ===== Features =====
Line 11: Line 15:
 It is single threaded but supports multiple instances (i.e. multiple listen ports, each with its own document root and other features). It is single threaded but supports multiple instances (i.e. multiple listen ports, each with its own document root and other features).
  
-uHTTPd is built by default (since r35295 in Jan2013) to support the usage of TLS (HTTPS) via a libustream-* SSL library (on top of an actual SSL library: polarssl, mbedtlscyalssl, openssl).+uHTTPd is built by default (since r35295 in Jan2013) to support the usage of TLS (HTTPS) via a libustream-* SSL library (on top of an actual SSL library: mbedtls (formerly polarssl)opensslwolfssl (formerly cyassl)).
 Previously the package ''uhttpd-mod-tls'' was required, but it is not needed any more as long as you have installed a libustream library variant. Previously the package ''uhttpd-mod-tls'' was required, but it is not needed any more as long as you have installed a libustream library variant.
-Since Dec2016 luci-ssl installs by default libustream-mbedtls.+In Dec2016 luci-ssl installed by default libustream-mbedtls
 +Since Aug2020 luci-ssl switched to WolfSSL installing libustream-wolfssl by default.
  
-In contrast to many other web servers, it also supports [[docs:guide-user:services:webserver:uhttpd#luci.with.embedded.lua.interpreter|running Lua in-process]], which can speed up Lua CGI scripts.+In contrast to many other web servers, it also supports [[docs:guide-user:services:webserver:uhttpd#luci_with_embedded_lua_interpreter|running Lua in-process]], which can speed up Lua CGI scripts.
 Note that LuCI, which depends on Lua, is not configured in this manner by default. Note that LuCI, which depends on Lua, is not configured in this manner by default.
  
  • Last modified: 2023/10/14 06:02
  • by vgaetera