Files
entropy/conf/socket.conf
lxnay 004974caba Entropy/Socket Interface:
- implemented pluggable commands support (moved builtin commands into a dedicated class)
- implemented the ability to disable commands from socket.conf


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1546 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-03-31 17:45:20 +00:00

72 lines
1.4 KiB
Plaintext

# Project Entropy 1.0 Socket Services configuration file
# Socket Interface allows client applications to
# execute policy-validated tasks on the system
# running the service.
### :BEGIN: SERVER CONFIGURATION
#
# Listening address:
# listen|<valid IP address or hostname>
#
# example (default):
# listen|localhost
# use * to allow the interface to listen on any interface/address
#
#listen|localhost
#
# Listening port (non-SSL server instances):
# listen-port|<valid port, from 1-65535>
#
# example (default):
# listen-port|999
#
#listen-port|999
#
# Listening timeout:
# listen-timeout|<valid timeout, in seconds>
#
# example (default):
# listen-timeout|30
#
#listen-timeout|30
#
# Listening threads:
# listen-threads|<number of listening threads>
#
# example (default):
# listen-threads|5
#
#listen-threads|5
#
# Sessions TTL:
# session-ttl|<number of seconds>
#
# example (default):
# session-ttl|120
#
#session-ttl|120
#
# Maximum number of simulaneous connections:
# max-connections|<number of connections>
#
# example (default):
# max-connections|5
#
#max-connections|5
#
# SSL port (when using SSL):
# ssl-port|<valid port, from 1-65535>
#
# example (default):
# ssl-port|998
#
#ssl-port|998
#
# Disabled commands (space separated):
# disabled-commands|<existing_command_1 existing_command_2 existing_command_3>
#
# example:
# disabled-commands|existing_command_1 existing_command_2
#
#disabled-commands|