| Revision 7285,
843 bytes
checked in by alanbach-guest, 2 years ago
(diff) |
- Added lighttpd to Vinnie security
|
| Line | |
|---|
| 1 | ligghttpd Configuration under Debian GNU/Linux |
|---|
| 2 | ============================================== |
|---|
| 3 | |
|---|
| 4 | Files and Directories in /etc/lighttpd: |
|---|
| 5 | --------------------------------------- |
|---|
| 6 | |
|---|
| 7 | lighttpd.conf: |
|---|
| 8 | main configuration file |
|---|
| 9 | |
|---|
| 10 | conf-available/ |
|---|
| 11 | This directory contains a series of .conf files. These files contain |
|---|
| 12 | configuration directives necessary to load and run webserver modules. |
|---|
| 13 | If you want to create your own files they names should be |
|---|
| 14 | build as nn-name.conf where "nn" is two digit number (number |
|---|
| 15 | is used to find order for loading files) |
|---|
| 16 | |
|---|
| 17 | conf-enabled/ |
|---|
| 18 | To actually enable a module for lighttpd, it is necessary to create a |
|---|
| 19 | symlink in this directory to the .conf file in conf-available/. |
|---|
| 20 | |
|---|
| 21 | Enabling and disabling modules could be done by provided |
|---|
| 22 | /usr/sbin/lighty-enable-mod and /usr/sbin/lighty-disable-mod scripts. |
|---|
Note: See
TracBrowser
for help on using the repository browser.