lighttpd install - wo ist das configfile?

Apache, Lighttpd, nginx, Cherokee
globestern
Posts: 69
Joined: 2005-04-20 11:34
 

lighttpd install - wo ist das configfile?

Post by globestern »

hi

ich versuchte gerade testweise lighttpd zu installieren - natürlich wie gewohnt gedownloadet von lighttpd.net - entpackt und:

Code: Select all

 
./configure --with-mod_rewrite
make
make install
natürlich sind libpcre und zlib installiert über

Code: Select all

apt-get install libpcre3
apt-get install zlib1g
doch nach der installation finde ich nichts unter /usr/local/bin/

nur unter /usr/local/sbin/ gibts "lighttpd und lighttpd-angel"

wenn ich nun lighttpd starte über:

Code: Select all

./lighttpd -f lighttpd.conf 
sagt er mir, dass das config file nicht existiert - logisch es existiert auch nicht, denn über locate lighttpd.conf findet er nichts - ebenfalls ist es nicht vorhanden in der auflistung über locate *.conf

hab ich da was vergessen bei der installation oder ging etwas schief?

mfg
User avatar
Joe User
Project Manager
Project Manager
Posts: 11183
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: lighttpd install - wo ist das configfile?

Post by Joe User »

Du musst die lighttpd.conf selbst erstellen und zudem nochmals die Dokumentation lesen...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
globestern
Posts: 69
Joined: 2005-04-20 11:34
 

Re: lighttpd install - wo ist das configfile?

Post by globestern »

ah danke.. war ein überlegungsfehler von mir.. hab wohl mit einem vorgefertigten config file gerechnet wie beim apachen ;-)

läuft nun :-D