Friday 15 June 2012

Location of HHVM Config File -



Location of HHVM Config File -

i have built hhvm source code. can not configure hhvm-fastcgi. not find ini file configuration.

hhvm binary located @ /usr/local/bin. wanna run hhvm nginx. purpose adding custom php extension hhvm. source code @ /home/vagrant/dev/hhvm. operation scheme ubuntu 14.04.

here default ini file. have seek creating it.

file /etc/hhvm/server.ini ; php options pid = /var/run/hhvm/pid ; hhvm specific hhvm.server.port = 9001 hhvm.server.type = fastcgi hhvm.server.default_document = index.php hhvm.log.level = warning hhvm.log.always_log_unhandled_exceptions = true hhvm.log.runtime_error_reporting_level = 8191 hhvm.log.use_log_file = true hhvm.log.file = /var/log/hhvm/error.log hhvm.repo.central.path = /var/run/hhvm/hhvm.hhbc hhvm.mysql.typed_results = false hhvm.debug.full_backtrace = true hhvm.debug.server_stack_trace = true hhvm.debug.server_error_message = true hhvm.debug.translate_source = true

hhvm

No comments:

Post a Comment