Server Access Settings
IP-Number filter:
(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. However, blocking access may be correct in enterprise environments where you only want to index your company's own web pages.
Filter have to be entered as IP, IP range or first part of allowed IP's separated by comma (e.g. 10.100.0-100.0-100, 127. ) further details on format see Jetty IPAccessHandler docu.
staticIP (optional): 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. This access address can be set here (either as IP number or domain name). If the address of outgoing connections is equal to the address of incoming connections, you don't need to set anything here, please leave it blank.
ATTENTION: Your current IP is recognized as "#[clientIP]#". If the value you enter here does not match with this IP, 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. 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:/ for the preconfigured value 'localpeer', the URL is: http://localpeer/.
Server Port Settings
Server port: 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.
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.