source: pkg/security/vinnie/main/lighttpd/trunk/debian/conf-available/README @ 7285

Revision 7285, 843 bytes checked in by alanbach-guest, 2 years ago (diff)
  • Added lighttpd to Vinnie security
Line 
1ligghttpd Configuration under Debian GNU/Linux
2==============================================
3
4Files and Directories in /etc/lighttpd:
5---------------------------------------
6
7lighttpd.conf:
8         main configuration file
9
10conf-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
17conf-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
21Enabling 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.