catapult icon indicating copy to clipboard operation
catapult copied to clipboard

Apache VHost SetEnv Configuration Option

Open seth-reeser opened this issue 9 years ago • 0 comments

Per website, develop the ability to set a key-value pair of an Apache environment variable - https://httpd.apache.org/docs/2.4/en/mod/mod_env.html#setenv

This will allow secrets (such as API keys, etc) to be stored in the encrypted configuration file and accessed via PHP.

However, this then forks the website's repo to not be modular, so we really need to validate this approach or come up with something different (encrypted file per website?).

seth-reeser avatar Dec 30 '15 20:12 seth-reeser