You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
843 B
Plaintext
23 lines
843 B
Plaintext
5 years ago
|
ligghttpd Configuration under Debian GNU/Linux
|
||
|
==============================================
|
||
|
|
||
|
Files and Directories in /etc/lighttpd:
|
||
|
---------------------------------------
|
||
|
|
||
|
lighttpd.conf:
|
||
|
main configuration file
|
||
|
|
||
|
conf-available/
|
||
|
This directory contains a series of .conf files. These files contain
|
||
|
configuration directives necessary to load and run webserver modules.
|
||
|
If you want to create your own files they names should be
|
||
|
build as nn-name.conf where "nn" is two digit number (number
|
||
|
is used to find order for loading files)
|
||
|
|
||
|
conf-enabled/
|
||
|
To actually enable a module for lighttpd, it is necessary to create a
|
||
|
symlink in this directory to the .conf file in conf-available/.
|
||
|
|
||
|
Enabling and disabling modules could be done by provided
|
||
|
/usr/sbin/lighty-enable-mod and /usr/sbin/lighty-disable-mod scripts.
|