From 22adc12d2edd064097e33f4d7e826e91a0f5c3ea Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 18 Apr 2012 13:24:31 +0200 Subject: [PATCH] zoom: update zoom info on contentProxy --- doc/zoom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/doc/zoom.xml b/doc/zoom.xml index ef6974a..f88c5b4 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -233,6 +233,17 @@ + attribute config_file + + + Specifies the file that configures the cf-proxy system. Metaproxy + uses setting sessiondir and + proxyhostname from that file to configure + name of proxy host and directory of parameter files for the cf-proxy. + + + + attribute server @@ -240,6 +251,12 @@ host[:port]. That is without a method (such as HTTP) and optional port number. + + + This setting is deprecated. Use the config_file (above) + to inform about the proxy server. + + @@ -252,6 +269,12 @@ using the mkstemp(3) system call. The default value of this setting is /tmp/cf.XXXXXX.p. + + + This setting is deprecated. Use the config_file (above) + to inform about the session file area. + + -- 1.7.10.4