-
Notifications
You must be signed in to change notification settings - Fork 4
heaphttpd.conf example
Uplusware edited this page Jun 16, 2017
·
22 revisions
- CloseStderr = yes
- LocalHostName = localhost
- HostIP =
- InstanceNum = 8
- Work processes number
- InstanceThreadNum = 256
- Work threads number in every work peocess
- InstancePrestart = no
- InstanceBalanceScheme = R
- HTTPEnable = yes
- HTTPPort = 5080
- HTTPSEnable = yes
- HTTPSPort = 5081
- HTTPSCipher = ALL
- HTTP2Enable = no
- HTTP2TLSCipher = ECDHE-RSA-AES128-GCM-SHA256:ALL
- DefaultWebPages = index.html; index.htm; default.html; default.htm; index.php; default.php
- WWWAuthenticate = None
- PrivatePath=/tmp/heaphttpd/private
- WorkPath=/var/heaphttpd
- ExtensionListFile=/etc/heaphttpd/extension.xml
-
CARootCrt = /var/heaphttpd/cert/ca.crt
-
CAServerCrt = /var/heaphttpd/cert/server.crt
-
CAServerKey = /var/heaphttpd/cert/server.key
-
CAClientCrt = /var/heaphttpd/cert/client.crt
-
CAClientKey = /var/heaphttpd/cert/client.key
-
CAPassword = KR9axMmsokE=
- ! Please use 'heaptool --encode' to encrypt the password
-
CheckClientCA = no
- PHPMode = fpm
- FPMSockType = UNIX
- FPMSockFile = /run/php/php7.0-fpm.sock
- FPMIPAddr = 127.0.0.1
- FPMPort = 9000
- PHPCGIPath = /usr/bin/php-cgi
-
CGIName = webpy
-
CGIType = F
-
CGIPgm = /var/heaphttpd/webpy/main.py
-
CGISockType = INET
-
CGISockFile = /var/run/webpy-fcgi.sock
-
CGIIPAddr = 127.0.0.1
-
CGIPort = 9001
-
CGIName = scgi
-
CGIType = S
-
CGIPgm = /var/heaphttpd/scgi/main.py
-
CGISockType = INET
-
CGISockFile = /var/run/webpy-scgi.sock
-
CGIIPAddr = 127.0.0.1
-
CGIPort = 9002
-
CGIName = fcgi
-
CGIType = F
-
CGIPgm = /var/heaphttpd/fcgi/main.py
-
CGISockType = INET
-
CGISockFile = /var/run/webpy-fcgi.sock
-
CGIIPAddr = 127.0.0.1
-
CGIPort = 9003
- MEMCACHEDList= 127.0.0.1:11211