Project

General

Profile

[Solved] include multiple conf file

Added by kishan.kava almost 3 years ago

facing issue with including multiple config file.

version: lighttpd/1.4.38-devel-8d32a11 (ssl)
arch : linux arch64

main conf(lighttpd.conf) available under /etc/lighttpd/
custom conf available in /data (or some non system location)

requirement :

want to update etc/lighttpd/lighttpd.conf if custom conf file is present otherwise use default configuration available in
/etc/lighttpd/lighttpd.conf

please find attachment for default conf. file.
is there any way to check and include this feature in?


Replies (2)

RE: include multiple conf file - Added by gstrauss almost 3 years ago

  • How to get support
  • User is from stone age (lighttpd 1.4.38 was released Dec 2015)
  • User has not attempted to read documentation
  • User has posted a question in the lighttpd issue tracker instead of asking questions in the Forums.
    https://redmine.lighttpd.net/issues/3087
  • User has multi-posted in the Forum at the same time.

is there any way to check and include this feature in?

You can already do this with lighttpd 1.4.
Why don't you read the documentation and make a better attempt rather than begging someone to do it for you? Docs_Configuration

BTW, I think a better solution is to do this before starting lighttpd.

    (1-2/2)