.\" DO NOT MODIFY THIS FILE! it was generated by rd2 .TH rast_xmlrpc_server_abyss 1 "September 2005" .SH NAME .PP rast_xmlrpc_server_abyss \- a Rast database server for XML\-RPC. .SH SYNOPSIS .PP rast_xmlrpc_server_abyss [options] Rast\-database .SH DESCRIPTION .PP Rast is a full\-text search system. rast_xmlrpc_server_abyss gives remote access to Rast database. .SH OPTIONS .TP .fi .B \-\-read\-only Opens Rast database in read\-only mode (default). So, modifying Rast database is not permitted. .TP .fi .B \-\-read\-write Opens Rast database in read\-write mode. .TP .fi .B \-\-port port\-number Specifies the port on which the server listens for connections (default 9999). .TP .fi .B \-\-pid\-file pid\-file Specifies the file which contains the process ID of the rast_xmlrpc_server_abyss. .TP .fi .B \-\-log\-file log\-file Specifies the access log filename. This file is similar to Apache's access log. .SH EXAMPLES .PP Running a Rast XML\-RPC server (simple case). .nf \& $ rast_xmlrpc_server_abyss /some/where/to/rast\-database .fi .PP Running a Rast XML\-RPC server which opens rast\-database in read\-write mode. The server uses 8080 port, writes the process ID to /var/run/rast.pid and writes the access log to /var/log/rast.log. .nf \& $ rast_xmlrpc_server_abyss \-\-read\-write \-\-port 8080 \\ \& \-\-pid\-file /var/run/rast.pid \\ \& \-\-log\-file /var/log/rast.log /some/where/to/rast\-database .fi