root/tags/release-1.3.12/INSTALL

Revision 30, 502 bytes (checked in by jan, 4 years ago)

moved everything below trunk/ and added branches/ and tags/

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