summaryrefslogtreecommitdiff
path: root/doc/security.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/security.txt')
-rw-r--r--doc/security.txt60
1 files changed, 0 insertions, 60 deletions
diff --git a/doc/security.txt b/doc/security.txt
deleted file mode 100644
index 441a28a4..00000000
--- a/doc/security.txt
+++ /dev/null
@@ -1,60 +0,0 @@
-=================
-Security Features
-=================
-
-------------
-Module: core
-------------
-
-:Author: Jan Kneschke
-:Date: $Date: 2005-03-28T08:30:05.699628Z $
-:Revision: $Revision: 227 $
-
-:abstract:
- lighttpd was developed with security in mind ...
-
-.. meta::
- :keywords: lighttpd, security
-
-.. contents:: Table of Contents
-
-Description
-===========
-
-Limiting POST requests
-----------------------
-
-
-
-::
-
- server.max-request-size = <kbyte>
-
-System Security
----------------
-
-Running daemons as root with full privileges is a bad idea in general.
-lighttpd runs best without any extra privileges and runs perfectly in chroot.
-
-Change Root
-```````````
-
-server.chroot = "..."
-
-Drop root privileges
-````````````````````
-
-server.username = "..."
-server.groupname = "..."
-
-FastCGI
-```````
-
-fastcgi + chroot
-
-Permissions
-```````````
-
-::
-
- $ useradd wwwrun ...