foundeo / cfdocs

Repository for the cfdocs.org site.
https://cfdocs.org/
Other
184 stars 343 forks source link

Server CGI variables #235

Open infernocloud opened 8 years ago

infernocloud commented 8 years ago

A page describing Coldfusion's server CGI variables is missing. I was going to create it, but I'm not sure where the best location is and what format it should be. I thought maybe it should go under Guides, but the files in guides/en don't follow the same structure as the files in data/en. This would be tabular data mostly.

The content would of course start with the Adobe reference: https://helpx.adobe.com/coldfusion/cfml-reference/reserved-words-and-variables/cgi-environment-cgi-scope-variables/cgi-server-variables.html

But that page is missing some variables, most relevant to me right now is "LOCAL_ADDR". It would be great to add more of these undocumented CGI variables.

Another thought, instead of a CGI-only page, should this go in a "Scopes" page? This would have CGI, client, server, application, session, and perhaps some others.

pfreitag commented 8 years ago

Great Idea -- I think it should go in a guide, I would call it cgi.md then we can later create a guide called scopes.md to link to the various scopes in detail.

The guides are written using Markdown, I will create cgi.md and then you can just edit it with more info.

pfreitag commented 8 years ago

Added cgi guide: https://github.com/foundeo/cfdocs/edit/master/guides/en/cgi.md please feel free to complete it!

shaedrich commented 7 years ago

This url is wrong. Maybe this could be the one mentioned: https://github.com/foundeo/cfdocs/blob/master/guides/en/cgi-scope.md