H10. Proxy Server |
To configure some of the Proxy server parameters, run with corresponding switches the drwcsd-proxy executable file, which resides in: ◆For Windows OS: Proxy server installation folder. ◆For UNIX system-based OS: bin subfolder of the Proxy server installation folder. The start instruction format: drwcsd-proxy <switches> Possible switches: ◆--help – show help message on switches for Proxy server setting. ◆--daemon – for UNIX system-based OS only: run the Proxy server as daemon. ◆--control <arg> – for Windows OS only: specify parameters for service configuration. Allowed parameters: •run – (by default) run the Proxy server in a background mode as a Windows OS service. •install – install the Proxy server. •uninstall – uninstall the Proxy server. ◆--cfg <path> – path to the Proxy server configuration file. ◆--pool-size <N> – pool size for clients connections. Default is 2. ◆--trace – enable detailed logging of Proxy server calls. Available only if the Proxy server supports calls stack tracing. ◆--use-console-log – write Proxy server log to console. ◆--use-file-log <file> – write Proxy server log to a file, where the <file> is a path to log file. ◆--rotate=<N><f>,<M><u> – Proxy server log rotation mode, where: •<N> - total number of log files (including current log file); •<f> - log files storage format, possible values: z (gzip) - compress file, uses by default, or p (plain) - do not compress files. •<M> - file size; •<u> - unit measure, possible values: k (kilo), m (mega), g (giga). By default, it is 10,10m, which means storing of 10 files 10 megabytes each, use compression. ◆--verbosity=<details_level> — log level of detail. TRACE3 is by default. Allowed values are: ALL, DEBUG3, DEBUG2, DEBUG1, DEBUG, TRACE3, TRACE2, TRACE1, TRACE, INFO, NOTICE, WARNING, ERROR, CRIT. The ALL and DEBUG3 values are synonyms.
|