I am developing a C / C ++ fastCGI application, and I need to know the set of environment variables that are available for fastCGI.
I am looking for a standard (or official) list, but, oddly enough, this does not exist in the fastCGI specification itself. Does anyone know where I can get the "official" list?
I am developing / testing Apache 2.2. + mod_fcgid on Ubuntu
source
share