From 75b9cd53cc57967dd3e9c3afed71467599ce2b63 Mon Sep 17 00:00:00 2001 From: luccioman Date: Wed, 19 Sep 2018 09:32:59 +0200 Subject: [PATCH] Use accessible labels in the Server Access Settings page --- htroot/Settings_ServerAccess.inc | 38 ++++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/htroot/Settings_ServerAccess.inc b/htroot/Settings_ServerAccess.inc index 4950ac93d..314873437 100644 --- a/htroot/Settings_ServerAccess.inc +++ b/htroot/Settings_ServerAccess.inc @@ -3,9 +3,9 @@
Server Access Settings - - - + + - - - + + - - - + + @@ -47,19 +47,19 @@
Server Port Settings
IP-Number filter:
(requires restart)
Here you can restrict access to the server. By default, the access is not limited, +
(requires restart)
Here you can restrict access to the server. By default, the access is not limited, because this function is needed to spawn the p2p index-sharing function. If you block access to your server (setting anything else than '*'), then you will also be blocked from using other peers' indexes for search service. @@ -17,9 +17,9 @@
staticIP (optional):The staticIP can help that your peer can be reached by other peers in case that your + The staticIP can help that your peer can be reached by other peers in case that your peer is behind a firewall or proxy. You can create a tunnel through the firewall/proxy (look out for 'tunneling through https proxy with connect command') and create an access point for incoming connections. @@ -31,11 +31,11 @@ you will not be able to access the server pages anymore.
fileHost:
(requires restart)
Set this to avoid error-messages like 'proxy use not allowed / granted' on accessing your Peer by its hostname. +
(requires restart)
Set this to avoid error-messages like 'proxy use not allowed / granted' on accessing your Peer by its hostname. Virtual host for httpdFileServlet access for example http://FILEHOST/ shall access the file servlet and - return the defaultFile at rootPath either way, http://FILEHOST/ denotes the same as http://localhost:/ + return the defaultFile at rootPath either way, http://FILEHOST/ denotes the same as http://localhost:<port>/ for the preconfigured value 'localpeer', the URL is: http://localpeer/.
- - - + + + - - - + + + - - - + + +
Server port:This is the main port for all http communication (default is 8090). A change requires a restart.This is the main port for all http communication (default is 8090). A change requires a restart.
Server ssl port:This is the port to connect via https (default is 8443). A change requires a restart.This is the port to connect via https (default is 8443). A change requires a restart.
Shutdown port:This is the local port on the loopback address (127.0.0.1 or :1) to listen for a shutdown signal to stop the YaCy server (-1 disables the shutdown port, recommended default is 8005). A change requires a restart.This is the local port on the loopback address (127.0.0.1 or :1) to listen for a shutdown signal to stop the YaCy server (-1 disables the shutdown port, recommended default is 8005). A change requires a restart.