hint to open firewalls

This commit is contained in:
Michael Christen 2011-12-27 20:37:56 +01:00
parent 85bd4cc8bc
commit fc57063aa9

View File

@ -100,6 +100,13 @@ http://<remote-server-address>:8090/ConfigAccounts_p.html
and set an administration account.
== PORT 8090 IS BAD, PEOPLE ARE NOT ALLOWED TO ACCESS THAT PORT ==
You can forward port 80 to 8090 with iptables:
iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8090
On some operation systems, you must first enable access to the ports you are using like:
iptables -I INPUT -m tcp -p tcp --dport 8090 -j ACCEPT
== HOW CAN I SCALE THIS; HOW MUCH RAM IS NEEDED; DISK SPACE? ==
YaCy can scale up to many millions of web pages in your own search index.
The default assignment of RAM is 600MB which is assigned to the java