Skip to content

Instantly share code, notes, and snippets.

@jasonmccallister
Created October 14, 2013 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonmccallister/6984272 to your computer and use it in GitHub Desktop.
Save jasonmccallister/6984272 to your computer and use it in GitHub Desktop.
PHP Info and Apache Environment information for AppFog.
# Apache Environment Variables
The following environment variables are available through phpinfo().
* VCAP_SERVICES
* HTTP_HOST
* HTTP_X_FORWARDED_FOR
* HTTP_CONNECTION
* HTTP_ACCEPT
* HTTP_ACCEPT_ENCODING
* HTTP_ACCEPT_LANGUAGE
* HTTP_CACHE_CONTROL
* HTTP_USER_AGENT
* HTTP_X_FORWARDED_PORT
* HTTP_X_FORWARDED_PROTO
* HTTP_X_REAL_FORWARDED_FOR
* HTTP_COOKIE
* HTTP_X_VARNISH
* PATH
* SERVER_SIGNATURE
* SERVER_SOFTWARE
* SERVER_NAME
* SERVER_ADDR
* SERVER_PORT
* REMOTE_ADDR
* DOCUMENT_ROOT
* SERVER_ADMIN
* SCRIPT_FILENAME
* REMOTE_PORT
* GATEWAY_INTERFACE
* SERVER_PROTOCOL
* REQUEST_METHOD
* QUERY_STRING
* REQUEST_URI
* SCRIPT_NAME
# PHP Information
Version 5.3.10
## Loaded Module
core mod_log_config mod_logio prefork http_core mod_so mod_alias mod_auth_basic mod_authn_file mod_authz_default mod_authz_groupfile mod_authz_host mod_authz_user mod_autoindex mod_cgi mod_deflate mod_dir mod_env mod_expires mod_headers mod_mime mod_negotiation mod_php5 mod_reqtimeout mod_rewrite mod_setenvif mod_status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment