certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi doc/execute.dox libCERTI/SocketHTTPProxy.cc


From: certi-cvs
Subject: [certi-cvs] certi doc/execute.dox libCERTI/SocketHTTPProxy.cc
Date: Wed, 20 May 2009 08:17:16 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Petr Gotthard <gotthardp>       09/05/20 08:17:16

Modified files:
        doc            : execute.dox 
        libCERTI       : SocketHTTPProxy.cc 

Log message:
        Better documentation of the http_proxy variable.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/doc/execute.dox?cvsroot=certi&r1=3.4&r2=3.5
http://cvs.savannah.gnu.org/viewcvs/certi/libCERTI/SocketHTTPProxy.cc?cvsroot=certi&r1=3.4&r2=3.5

Patches:
Index: doc/execute.dox
===================================================================
RCS file: /sources/certi/certi/doc/execute.dox,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -b -r3.4 -r3.5
--- doc/execute.dox     10 Nov 2008 13:19:00 -0000      3.4
+++ doc/execute.dox     20 May 2009 08:17:15 -0000      3.5
@@ -66,6 +66,9 @@
  * <td>HTTP proxy address in the format http://host:port.
  * See \ref certi_HTTP_proxy "HTTP tunneling".</td>
  * </tr>
+ * <tr> <td>http_proxy</td> <td>RTIA</td>
+ * <td>System-wide HTTP proxy address used if CERTI_HTTP_PROXY is not 
defined.</td>
+ * </tr>
  * <tr> <td>CERTI_NO_STATISTICS</td> <td>RTIA</td> <td>if set, do not display 
service calls statistics</td>
  * </tr>
  * </TABLE>
@@ -93,4 +96,4 @@
  * \image latex "billiard.png" "Billard consoleshot" width=12cm
  */
 
-// $Id: execute.dox,v 3.4 2008/11/10 13:19:00 erk Exp $
+// $Id: execute.dox,v 3.5 2009/05/20 08:17:15 gotthardp Exp $

Index: libCERTI/SocketHTTPProxy.cc
===================================================================
RCS file: /sources/certi/certi/libCERTI/SocketHTTPProxy.cc,v
retrieving revision 3.4
retrieving revision 3.5
diff -u -b -r3.4 -r3.5
--- libCERTI/SocketHTTPProxy.cc 19 May 2009 15:52:46 -0000      3.4
+++ libCERTI/SocketHTTPProxy.cc 20 May 2009 08:17:16 -0000      3.5
@@ -17,7 +17,7 @@
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
 // USA
 //
-// $Id: SocketHTTPProxy.cc,v 3.4 2009/05/19 15:52:46 gotthardp Exp $
+// $Id: SocketHTTPProxy.cc,v 3.5 2009/05/20 08:17:16 gotthardp Exp $
 // ----------------------------------------------------------------------------
 
 #include "SocketHTTPProxy.hh"
@@ -46,6 +46,14 @@
  *    in the form http://host:port.
  * -# Run the federate.
  *
+ * If \p CERTI_HTTP_PROXY is not defined, the system-wide \p http_proxy is 
used.
+ * To disable HTTP tunneling, you must unset both environment variables, or set
+ * \p CERTI_HTTP_PROXY to an empty string.
+ *
+ * If the HTTP proxy is directly accessible for the federate (RTIA), you can 
set
+ * the \p CERTI_HTTP_PROXY environment variable to address of the HTTP proxy,
+ * e.g. http://proxy.example.com. The default port is 3128.
+ *
  * Note: In the HTTP proxy configuration you may need to enable the HTTP 
CONNECT
  * method for the port number defined in \p CERTI_TCP_PORT. For example, in
  * the /etc/squid/squid.conf you may need to configure
@@ -55,14 +63,6 @@
  http_access allow CONNECT CERTI_ports
 \endverbatim
  *
- * If \p CERTI_HTTP_PROXY is not defined, the system-wide \p http_proxy is 
used.
- * To disable HTTP tunneling, you must unset both environment variables, or set
- * \p CERTI_HTTP_PROXY to an empty string.
- *
- * If the HTTP proxy is directly accessible for the federate (RTIA), you can 
set
- * the \p CERTI_HTTP_PROXY environment variable to address of the HTTP proxy,
- * e.g. http://proxy.example.com. The default port is 3128.
- *
  * If you cannot access the HTTP proxy directly, you may use SSH port 
forwarding.
  * The SSH client will listen to a local port and will ask the remote SSH 
server
  * to open an outgoing connection to the HTTP proxy. It will then forward all
@@ -252,4 +252,4 @@
 
 } // namespace
 
-// $Id: SocketHTTPProxy.cc,v 3.4 2009/05/19 15:52:46 gotthardp Exp $
+// $Id: SocketHTTPProxy.cc,v 3.5 2009/05/20 08:17:16 gotthardp Exp $




reply via email to

[Prev in Thread] Current Thread [Next in Thread]