Hi all, If I'm shipping some software which depends on lighttpd in OpenSolaris, and I need to modify the configuration, there isn't a good way to drop a file in which will augment the existing configuration, is there?
I poked through the docs which don't really mention the conf.d delivered by lighttpd, so I looked at the existing configuration and the source. It doesn't seem that things in that conf.d are read unless it's module related or an include is added (which I can't do by just dropping a file in) to the existing lighttpd.conf. Do I have that right? Thanks in advance, - Matt