vote up 0 vote down star

I just did a clean build and reinstall of lighttpd 1.4.20 on Mac OS X 10.5 and I can't find the configuration file.

My goal was to install lighty to a single directory instead of being spread around, so I used the following commands successfully:

./configure --prefix="/usr/local/lighttpd"
sudo make clean
sudo make

This successfully put the binaries and libs in /usr/local/lighttpd/ like I wanted. However, the configuration file was not installed at /usr/local/lighttpd/doc/lightppd.conf as indicated in the INSTALL doc.

Any idea where it would be? Or did I miss an option on ./configure ?

flag

64% accept rate

1 Answer

vote up 0 vote down

The way I read it, the INSTALL file seems to say that you have to manually create the lighttpd.conf file, by copying the one from $SOURCEDIR/doc/lighttpd.conf, not $INSTALLDIR/doc/lighttpd.conf - Have you looked there?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.