FastCGI environment variables - where can I get a (standard / official) list?

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

+3
source share
1 answer

Are FastCGI environment variables different from CGI? If not, then RFC 3875 contains the CGI specification.

+3
source

Source: https://habr.com/ru/post/1783764/


All Articles