Comment on FastCGI – The Forgotten Treasure (2002)parentComments−jasonjayr5yFastCGI transmits the headers via its protocol socket and doesn't rely on environment variable mechanisms to transmit them.Some fcgi libraries may convert the headers into Env Vars to make it "easier" for code, but it is not strictly necessary.
Comments
FastCGI transmits the headers via its protocol socket and doesn't rely on environment variable mechanisms to transmit them.
Some fcgi libraries may convert the headers into Env Vars to make it "easier" for code, but it is not strictly necessary.