How can environment variables be passed from lighttpd config file to a running FCGI/SCGI backend ?
- by ArthurP
It seems that scgi.server's "bin-environment" setting only passes environment variables to newly spawned processes, not to a continuously running SCGI back-end.
I tried setenv.add-environment and setenv.add-request-header but neither is accesible from the (C++) back-end over the CGI interface
Any ideas?