File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / lighttpd / INSTALL
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 14 10:32:47 2013 UTC (10 years, 8 months ago) by misho
Branches: lighttpd, MAIN
CVS tags: v1_4_35p0, v1_4_35, v1_4_33, HEAD
1.4.33

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>