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


============
Installation
============

:author: Jan Kneschke
:Date: $Date: 2013/10/14 10:32:47 $
:Revision: $Revision: 1.1 $

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.


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