lighttpd 1.4.x
https://www.lighttpd.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
482 B
32 lines
482 B
|
|
============ |
|
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. |
|
|
|
|