?? fpserver.conf
字號:
## fpserver.conf - FIREPASS server config file# VERSION 1.1.2a################################################################################## Path to existing data exchange directory;# fpserver.cgi should be able to read/write files into this directory.inoutdir /var/tmp/inout# Use access list ?# Set <acl> directive, if this one is set to "yes".# Possible values: yes/nouseacl no# Access list file.acl conf/fpserver.allow# Create log file ?# Set <logdir> and <logf> directives, if this one is set to "yes".# Possible values: yes/nolog no# Path to existing log directory;# fpserver.cgi should be able to write file into this directory.logdir /var/tmp/log# Log file name.logf fpserver.log# New connection initialization delay (sec).# Possible values: any float number greater or equal to 0initdelay .3# Data exchange files check delay.# Possible values: any float number greater or equal to 0checkdelay .3# Session cleanup timeout; Server will drop session, if it's not receive any# HTTP requests from the FIREPASS client in the session timeout period (sec).# Possible values: any integer number greater then 0, 0 - to turn off cleanupsessionto 60# Enable FIREPASS server proxy mode. Set at least <nextserver> directive, if# this one is set to "yes".# Possible values: yes/nofireproxy no## FIREPROXY OPTIONS## Specify next FIREPASS server script in the chain. Set <nextproxy> to "yes",# if you are communicating with next FIREPASS server through HTTP proxy. In this# case <nextproxyip> and <nextproxyport> describes the target HTTP proxy server.# If not, just set <nextserver> to the next FIREPASS server location. # Possible <nextproxy> values: yes/no# Possible <nextproxyip> values: hostname, IP# Possible <nextproxyport> values: any integer number greater then 0# Possible <nextserver> values: any valid URI stringnextserver http://somewherefar.ru:80/cgi-bin/fpserver.cginextserverauth nonextserveruser httpd_user_herenextserverpass httpd_password_herenextproxy nonextproxyip 111.222.33.4nextproxyport 3128nextproxyauth nonextproxyuser proxy_user_herenextproxypass proxy_password_here
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -