Subversion Repositories configs

Rev

Rev 4 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 34
Line 4... Line 4...
4
#	Control socket interface.
4
#	Control socket interface.
5
#
-
 
6
#	HIGHLY experimental!  It should NOT be used in production
-
 
7
#	environments.
-
 
8
#
5
#
9
#	In the future, we will add username/password checking for
6
#	In the future, we will add username/password checking for
10
#	connections to the control socket.  We will also add
7
#	connections to the control socket.  We will also add
11
#	command authorization, where the commands entered by the
8
#	command authorization, where the commands entered by the
12
#	administrator are run through a virtual server before
9
#	administrator are run through a virtual server before
Line 18... Line 15...
18
#	This functionality is NOT enabled by default.
15
#	This functionality is NOT enabled by default.
19
#
16
#
20
#	See also the "radmin" program, which is used to communicate
17
#	See also the "radmin" program, which is used to communicate
21
#	with the server over the control socket.
18
#	with the server over the control socket.
22
#
19
#
23
#	$Id$
20
#	$Id: 6a6f2b9428713083720b145d12c90b9747510ec1 $
24
#
21
#
25
######################################################################
22
######################################################################
26
listen {
23
listen {
27
	#
24
	#
28
	#  Listen on the control socket.
25
	#  Listen on the control socket.