diff options
author | Arno Töll <arno@debian.org> | 2012-11-21 23:03:34 +0100 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2012-11-21 23:03:34 +0100 |
commit | eb45c46b906e492f063f1469486190e93ff340ff (patch) | |
tree | 85d615969fa7bf8056a05b59006f77bc63e85892 /INSTALL | |
parent | 6426b37107707a1d95ffd03f68620cbda8bdb942 (diff) | |
download | lighttpd-eb45c46b906e492f063f1469486190e93ff340ff.tar.gz |
Imported Upstream version 1.4.10upstream/1.4.10
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -0,0 +1,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. + |