mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 02:00:06 +02:00
* 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 ;-)
12 lines
671 B
Plaintext
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)
|