From 5d130acdf40229a09196be672196554b0bbb3ba5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 24 Oct 2003 11:18:51 +0000 Subject: [PATCH] Describe option -u and -p --- doc/installation.xml | 11 ++++++++++- doc/yaz-proxy-ref.xml | 21 +++++++++++++++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index 7ee6300..259a59d 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,5 +1,5 @@ - + Installation You need a C++ compiler to compile and use YAZ++. @@ -58,6 +58,15 @@ ./configure --help. + Configure uses GCC's C/C++ compiler if available. To specify another + compiler, set CXX. To use other compiler flags, + specify CXXFLAGS. To use CC + with debugging you could use: + + CXXFLAGS="-g" CXX=CC ./configure + + + This is what you have after successful compilation: diff --git a/doc/yaz-proxy-ref.xml b/doc/yaz-proxy-ref.xml index 776f28a..044ff33 100644 --- a/doc/yaz-proxy-ref.xml +++ b/doc/yaz-proxy-ref.xml @@ -13,10 +13,12 @@ -m num -v level -t target - -u auth + -U auth -o level -i seconds -T seconds + -p pidfile + -u userid -c config host:port @@ -73,7 +75,7 @@ initRequest. - -u auth + -U auth Specifies authentication info to be sent to the backend target. This is useful if you happen to have an internal target that @@ -104,6 +106,21 @@ it willl be closed. Default: 600 seconds (10 minutes). + -p pidfile + + When specified, yaz-proxy will create pidfile + with the process ID of the proxy. The pidfile will be generated + before the process changes identity (see option -u). + + + -u userid + + When specified, yaz-proxy will change identity to the user ID + specified, just after the proxy has started listening to a + possibly priviledged port and after the PID file has been created + if specified by option -u. + + -c config Specifies config filename. Configuration is in XML -- 1.7.10.4