Files
haikuports/www-servers/lighttpd/additional-files/quickstart.txt
fbrosson 59c43b62f6 lighttpd: bump to 1.4.42, with mod_geoip and 6 other modules. (#851)
* This release of lighttpd comes with 7 new modules: mod_deflate,
  mod_authn_{file,gssapi,ldap,mysql}, mod_uploadprogress and
  mod_geoip.
* The GeoIP module is being added in a separate sub-package to limit
  the dependency on the geoip package to that sub-package only.
* Add a quickstart-geoip.txt and a demo geoip page for novice users.
* In lighttpd.conf don't use paths that change when the package is
  updated.
* Keep lighttpd.pid in /var/run instead of /var.
* Switch SOURCE_URI from tar.gz to tar.xz ;-)
2016-11-02 18:56:16 -04:00

12 lines
671 B
Plaintext

The configuration lives in /system/settings/lighttpd/ and is not overwritten if already present when lighttpd is installed or upgraded.
Template read-only configuration files are in /system/data/lighttpd/template-settings/ and correspond to the default configuration for the version of lighttpd being installed.
The default document root is /system/data/www/htdocs/.
It can be easily changed to an alternate directory, e.g. /var/www/htdocs/.
With the default configuration, access.log and error.log live in /var/log/lighttpd/.
lighttpd can be started with:
lighttpd -f /system/settings/lighttpd/lighttpd.conf
and stopped with:
kill $(cat /var/run/lighttpd.pid)