pazpar2 — Metasearch daemon.
pazpar2 [-d] [-D] [-f ] [config-l ] [logfile-p ] [pidfile-t ] [path-u ] [uid-X]
pazpar2 is the Pazpar2 Metasearch daemon
and server.
In normal operation it acts as a simple HTTP server which serves
the Pazpar2 protocol.
The HTTP listener address may be given on the command line using
option -h or in the main configuration
file. The main configuration must be specified using option
-f.
-dEnables dump of XML records. It is useful if stylesheets are being debugged.
-DPuts the Pazpar2 server in the background.
-f configSpecifies main configuration. This option must be specified in order for Pazpar2 to operate normally.
-l logfileSpecifies log file. The log file must be specified when Pazpar2 is running in the background (-D).
-p pidfileSpecifies PID file. If Pazpar2 is started and configured properly the file given holds the process ID of the Pazpar2 process.
-t path
Specifies a file or directory with alternative settings. This
overrides the settings element in the main
configuration.
-u uid
Makes the Pazpar2 server change user ID to the
uid given.
This, normally, require root privilege.
-XMakes the Pazpar2 server operate in debugging mode. This prevents Pazpar2 from making separate threads and processes. This option should not be used in production.