Skip to content

Instantly share code, notes, and snippets.

@jacksontong
Last active August 26, 2015 17:15
Show Gist options
  • Save jacksontong/cda3d78fcb6d39bf8788 to your computer and use it in GitHub Desktop.
Save jacksontong/cda3d78fcb6d39bf8788 to your computer and use it in GitHub Desktop.
HHVM server.ini for Ubuntu FastCGI
; php options
pid = /var/run/hhvm/pid
; hhvm specific
hhvm.server.port = 9000
hhvm.server.type = fastcgi
hhvm.server.default_document = index.php
hhvm.log.use_log_file = true
hhvm.log.file = /var/log/hhvm/error.log
hhvm.repo.central.path = /var/run/hhvm/hhvm.hhbc
hhvm.server.fix_path_info = true
hhvm.enable_zend_compat = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment