This guide covers the distributions for CivetWeb. The latest source code is available at https://github.com/civetweb/civetweb.
This pre-built version comes pre-built wit Lua support. Libraries for SSL support are not included due to licensing restrictions; however, users may add an SSL library themselves. Instructions for adding SSL support can be found in https://github.com/civetweb/civetweb/tree/master/docs
This pre-built version comes with Lua, IPV6 and SSL support.
/usr/local/bin/civetweb
, it will use the configuration file /usr/local/etc/civetweb.conf.Most Linux systems support auto completion of command line arguments. To enable bash auto completion for the civetweb stand-alone executable, set resources/complete.lua as complete command. See comments in that file for further instructions.