Skip to content

Instantly share code, notes, and snippets.

@Ikke

Ikke/php.sls Secret

Last active December 31, 2015 00:49
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 Ikke/d22a2ab4be2713dca5e8 to your computer and use it in GitHub Desktop.
Save Ikke/d22a2ab4be2713dca5e8 to your computer and use it in GitHub Desktop.
/etc/php5/apache2/php.ini:
file:
- replace
- pattern: "expose_php = On"
- repl: "expose_php = Off"
file:
- replace
- pattern: "session.cookie_httponly = "
- repl: "session.cookie_httponly = true"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment