File: sysconfig.xsp2

package info (click to toggle)
xsp 2.10-2.4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,656 kB
  • sloc: cs: 11,307; xml: 8,481; sh: 4,378; perl: 1,189; makefile: 744; php: 6
file content (29 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## Path:	Network/Remote access/xsp2
## Description:	XSP2 server settings
## Type:	string
## Default:	""
## ServiceRestart: xsp2
#
# Port on which xsp2 is to listen for requests
#
XSP_PORT="8080"

#
# Address on which xsp2 is to listen for requests
#
XSP_ADDRESS="0.0.0.0"

#
# Configuration directory which contains application definition files
#
XSP_APPCONFIGDIR="/etc/xsp/2.0/applications-enabled/"

#
# Should mono be ran with debugging enabled (backtraces with lines on errors)
#
XSP_DEBUG="no"

#
# Extra options you might want to pass to xsp2, see man xsp
#
XSP_EXTRA_OPTIONS=""