Bug#571559: lighttpd: fastcgi bin-environment variable not set

2010-03-07 Thread Stefan Bühler
Hi, this is not a bug in lighttpd; FCGI_Accept() overrides the process enviroment with the (Fast)CGI environment, so you have to get the value before calling FCGI_Accept(). -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#571559: lighttpd: fastcgi bin-environment variable not set

2010-02-25 Thread Jeremy Lal
Package: lighttpd Version: 1.4.26-1 Severity: normal I want to get an environment variable MY_VAR in a small c program (attached), and it used to work with a previous version of lighttpd. With this version it does not. Some variables are properly set, e.g. QUERY_STRING is ok. I also attached the