I'd like to configure Lighttpd 1.4.35 with a second document-root-path. Lighty should look up a file via the first server.document-root-path given in the config-file. If it can't find the file it should look it up via the second server.document-root-path.
I couldn't find any hint nor config to instruct Lighty that way.
Does anyone have any hint for me? Is this even possible? Anything I could find with google is about vhosts and aliases and so on.
Thanks!
A workaround is to use a subdomain or 2 different domains or a simple bash-script and load 2 different config files.