openshift-cartridge-nginx-hhvm
openshift-cartridge-nginx-hhvm copied to clipboard
Cartridge to run HHVM on OpenShift
It would be nice if you could write some sort of guide how to compile latest nginx and hhvm and integrate it with this cartridge. For example nginx - there...
I managed to get Composer to load Facebook's XHP library with the `--ignore-platform-reqs` flag, and I added the following line to config/hhvm.d/config.ini.erb `hhvm.enable_xhp = true` However, I still get the...
Hello! Well,there are two lines in config/nginx.d/default.conf.erb,which are " # avoid caching by proxies add_header Cache-Control private;" As far as I know,this header prevents files(even if they are static) from...
I'm getting the following error when trying to create an app using this cartridge: ``` Creating application 'hhvmtest' ... mkdir: cannot create directory '/var/lib/openshift/53b609aa65fe3fde4600001c/nginx-hhvm//usr': Permission denied ```