From 02d9af1a707e55163a80c58224b0ac44833a5080 Mon Sep 17 00:00:00 2001 From: theli Date: Sat, 22 Oct 2005 13:28:04 +0000 Subject: *) Restructuring and extending of Remote Proxy Support - remote proxy configuration can now be "really" changed on the fly and takes effect immediately - adding possibility to disable remote proxy usage for yacy->yacy communication - adding possibility to disable remote proxy usage for ssl - restructuring proxy configuration so that it is stored in a single place now *) Adding possibility to import a foreign word DB (or even more of them in parallel) at runtime into the peers DB - this can be done by calling IndexImport_p.html - ATTENTION: please not that at the moment this thread must be aborted via gui before a normal server shutdown is done. - TODO: integrating IndexImport Thread into normal server shutdown - TODO: Adding posibility to import crawl-queues, etc. from foreign peers - TODO: removing old import function from yacy.java and calling the new routines instead git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@968 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/Settings_p.html | 53 +++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 46 insertions(+), 7 deletions(-) (limited to 'htroot/Settings_p.html') diff --git a/htroot/Settings_p.html b/htroot/Settings_p.html index 5022f566b..7214847c6 100644 --- a/htroot/Settings_p.html +++ b/htroot/Settings_p.html @@ -158,24 +158,63 @@ All traffic is routed throug one single port, for both proxy and server.
Remote Proxy (optional)

YaCy can use another proxy to connect to the internet. You can enter the address for the remote proxy here:

+ + + + + + + + + + + + + + + + + + + + + - + + - + + + + - - + + + + + + + + + + + + - - + + + + + - +
Use remote proxy: Enables the usage of the remote proxy by yacy
Use remote proxy for yacy <-> yacy communicationSpecifies if the remote proxy should be used for the communication of this peer to other yacy peers.
+ Hint: Enabling this option could cause this peer to remain in junior status.
Use remote proxy for httpsSpecifies if YaCy should forward ssl connections to the remote proxy.

Remote proxy host:The ip address or domain name of the remote proxy
Remote proxy port:the port of the remote proxy
no-proxy adresses:Remote proxy user: 
Remote proxy pwd: 

Use remote proxy:no-proxy adresses:IP addresses for which the remote proxy should not be used
 Changes will take effect immediately. Changes will take effect immediately.

-- cgit v1.2.3