2 # Disable access to the entire file system except for the directories that
3 # are explicitly allowed later.
5 # This currently breaks the configurations that come with some web application
6 # Debian packages. It will be made the default for the release after lenny.
15 # Changing the following options will not really affect the security of the
16 # server, but might make attacks slightly more difficult in some cases.
20 # This directive configures what you return as the Server HTTP response
21 # Header. The default is 'Full' which sends information about the OS-Type
22 # and compiled in modules.
23 # Set to one of: Full | OS | Minimal | Minor | Major | Prod
24 # where Full conveys the most information, and Prod the least.
31 # Optionally add a line containing the server version and virtual host
32 # name to server-generated pages (internal error documents, FTP directory
33 # listings, mod_status and mod_info output etc., but not CGI generated
34 # documents or custom error documents).
35 # Set to "EMail" to also include a mailto: link to the ServerAdmin.
36 # Set to one of: On | Off | EMail
44 # Set to "extended" to also reflect the request body (only for testing and
45 # diagnostic purposes).
47 # Set to one of: On | Off | extended