[core] http_response_send_file() shared code (#2017)
[lighttpd.git] / INSTALL
blobf0ca0612db8cef7c063abd264a309767c060de89
2 ============
3 Installation
4 ============
6 :author: Jan Kneschke
7 :Date: $Date: $
8 :Revision: $Revision: $
10 Installation
11 ------------
13 Get the source from
15 http://www.lighttpd.net/download/
17 unpack it by ::
19   $ gzip -cd lighttpd-1.x.x.tar.gz | tar xf -
21 compile and install it with ::
23   $ cd lighttpd-1.x.x
24   $ ./configure
25   $ make
26   $ su -
27   # make install
28   # exit
30 take look at the configfile in ./doc/lighttpd.conf,
31 make your own copy of that file and modify it for your needs.