33 lines
502 B
Plaintext
33 lines
502 B
Plaintext
|
|
||
|
============
|
||
|
Installation
|
||
|
============
|
||
|
|
||
|
:author: Jan Kneschke
|
||
|
:Date: $Date: $
|
||
|
:Revision: $Revision: $
|
||
|
|
||
|
Installation
|
||
|
------------
|
||
|
|
||
|
Get the source from
|
||
|
|
||
|
http://www.incremental.de/products/lighttpd/download/
|
||
|
|
||
|
unpack it by ::
|
||
|
|
||
|
$ gzip -cd lighttpd-1.0.0.tar.gz | tar xf -
|
||
|
|
||
|
compile and install it with ::
|
||
|
|
||
|
$ cd lighttpd-1.0.0
|
||
|
$ ./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.
|
||
|
|