blob: 1ecc9edb41c923d6d4b9697f9b603749aa402e89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
============
Installation
============
:author: Jan Kneschke
:Date: $Date: $
:Revision: $Revision: $
Installation
------------
Get the source from
http://www.lighttpd.net/download/
unpack it by ::
$ gzip -cd lighttpd-1.x.x.tar.gz | tar xf -
compile and install it with ::
$ cd lighttpd-1.x.x
$ ./configure
$ make
$ su -
# make install
# exit
take look at the configfile in ./doc/lighttpd.conf,
make your own copy of that file and modify it for your needs.
|