Template: caudium/config_port
Type: string
Default: 22202
_Description: On what port should the config interface be?
 Specify the port on which Caudium will provide its configuration
 interface. You can access the interface using any form capable web browser
 (like Mozilla, Lynx, Links or Galeon)

Template: caudium/listen_on
Type: string
Default: 80
_Description: What port should the server listen on?
 Caudium is currently configured to listen on port '${portno}' of every
 interface in your machine. You can however specify a different port here
 if there's such need.

Template: caudium/start_options
Type: multiselect
_Choices: threads, debug, once, profile, fd-debug, keep-alive
Default: threads
_Description: Select options that should be used on startup
 You can select zero or more options from:
  'threads' - use threads (if available)
  'debug' - output debugging information while running
  'once' - run in foreground
  'profile' - store profiling information
  'fd-debug' - debug file descriptor usage
  'keep-alive' - keep connections alive with HTTP/1.1

Template: caudium/performance
Type: boolean
Default: false
_Description: Tune Caudium settings for maximum performance?
 If you select this options the Caudium default configuration will be
 tweaked by turning off certain features that can severely slow your server
 down. The features turned off are:
  - extra Roxen compatibility
  - module level security
  - the supports database
  - DNS lookups
  - URL modules
 .
 If you use any of the above features DO NOT turn this option on!

Template: caudium/cfg_port_taken
Type: note
_Description: Cannot bind to port.
 The port you have specified for Caudium configuration interface is
 unavailable. Please specify another port number - Caudium cannot function
 properly without binding its configuration interface to a port on your
 system.

Template: caudium/last_screen
Type: note
_Description: Caudium configuration
 After your Caudium is installed and running, you should point your
 forms-capable browser to http://localhost:${cfgport} to further configure
 Caudium using its web-based configuration interface. THIS IS VERY
 IMPORTANT since that step involves creation of administrative
 login/password.
 .
 For more information about Caudium see the documents in the
 /usr/share/doc/caudium directory and make sure to visit
 http://caudium.net/ and http://caudium.org/

Template: caudium/experimental_http
Type: boolean
Default: false
_Description: Use the experimental HTTP protocol module?
 Caudium comes with an experimental HTTP module that is faster than the
 original one. The code is still Work-In-Progress, so you might experience
 problems running it. It is NOT recommended to run this code on a
 production server. If, however, you want to test its functionality, turn
 this option on.

Template: caudium/config_login
Type: string
Default: admin
_Description: Configuration interface login.
 This is the user login name for the configuration interface access. If you
 don't specify anything here, anybody who will access the config interface
 first will be able to set the login/password and manage your server. This
 is probably not what you want. Please specify the login name below or
 accept the default value.

Template: caudium/config_password
Type: password
Default: password
_Description: Configuration interface password
 This is the password used to access the configuration interface. The
 default value for it is 'password' - it is HIGHLY RECOMMENDED to change
 the default below!

Template: caudium/config_password_confirm
Type: password
Default: password
_Description: Confirm the configuration interface password
 Please type in the configuration interface password again for
 confirmation.

Template: caudium/config_password_mismatch
Type: note
_Description: Configuration interface password mismatch
 The passwords you have typed don't match. Please type again and keep in
 mind that the passwords are case-sensitive.

Template: caudium/config_password_reset
Type: note
_Description: Configuration interface password reset
 The password has been reset to 'password'. You cannot have an empty 
 password for the configuration interface. Please change the default
 password as soon as Caudium has finished installing. You can do it
 by logging in to the configuration interface accessible under
 the URL given below:
 .
 http://localhost:${cfgport}
