Hide Forgot
Description of problem: /etc/lighttpd/lighttpd.conf provides no interface for packaging a web application for lighttpd. By convention this is done by providing a conf.d directory. Version-Release number of selected component (if applicable): 1.4.19-4.fc8 How reproducible: Steps to Reproduce: 1. examine /etc/lighttpd/lighttpd.conf 2. search for conf.d directory 3. Actual results: no conf.d directory capability is observable Expected results: patch included. background discussion from lighttpd developers at http://trac.lighttpd.net/trac/ticket/1221 Additional info:
Created attachment 304372 [details] Patch to include conf.d support for lighttpd
Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
Added in 1.4.20-2, only in devel for now. Note that from my testing, this makes it quite hard to find the errors in the conf.d/*.conf files since lighttpd reports the error as being on the include_shell line from the main configuration. But I understand how useful this can be, which is why I've included the change.