]> git.pld-linux.org Git - packages/hhvm.git/blob - hhvm-fcgi.sysconfig
provide php(core) = 5.6.0
[packages/hhvm.git] / hhvm-fcgi.sysconfig
1 ## This is a configuration file for /etc/init.d/hhvm-fastcgi.
2 ## Overwrite start up configuration of the hhvm-fastcgi service.
3 ##
4 ## This file is sourced by /bin/sh from /etc/init.d/hhvm-fastcgi.
5
6 ## Configuration file location.
7 ## Default: "/etc/hhvm/server.hdf"
8 ## Examples:
9 ##   "/etc/hhvm/conf.d/fastcgi.hdf" Load configuration file from Debian/Ubuntu conf.d style location
10 #CONFIG_FILE="/etc/hhvm/server.hdf"
11
12 ## User to run the service as.
13 ## Default: "http"
14 ## Examples:
15 ##   "hhvm"   Custom 'hhvm' user
16 ##   "nobody" RHEL/CentOS 'www-data' equivalent
17 #RUN_AS_USER="http"
18
19 ## Listen port of service.
20 ## This is useful if the port is used by an other service like PHP-FPM.
21 ## Default: "9000"
22 #LISTEN_PORT="9000"
23
24 ## Add additional arguments to the hhvm service start up.
25 ## Default: ""
26 ## Examples:
27 ##   "-vLog.Level=Debug"                Enable debug log level
28 ##   "-vServer.DefaultDocument=app.php" Change the default document
29 #ADDITIONAL_ARGS=""
30
31 ## PID file location.
32 ## Default: "/var/run/hhvm/hhvm-fcgi.pid"
33 #PIDFILE="/var/run/hhvm/hhvm-fcgi.pid
This page took 0.038724 seconds and 3 git commands to generate.