Bug #968
./configure options
| Status: | Invalid | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | Resolution: | invalid |
||
| Patch available: |
Description
I can't find a list of options for ./configure :(
History
01/08/2007 12:51 PM - Anonymous
slaps self
Thanks.
One more thing,
2007-01-08 05:49:05: (server.c.520) No configuration available. Try using -f option.
I used --prefix=/usr/local and there is a lighttpd.conf in /usr/local/etc why can't it find it?
I also made a copy of the lighttpd.conf in the /etc, /etc/lighttpd and /usr/local/etc/lighttpd folders and tried to start it again, STILL says it can't find config!
03/18/2007 08:43 AM - jwmcglynn
- Status changed from New to Fixed
- Resolution set to invalid
You must supply the path of the configuration file to lighttpd when starting it. This is how to do it with your prefix:
/usr/local/bin/lighttpd -f /usr/local/etc/lighttpd.conf