Silk Road forums
Support => Technical support => Topic started by: hivemind on July 01, 2012, 03:23 pm
-
I am working on setting up a hidden service, and since the SR seems like an expert in keeping a hidden service hidden, this seems to be a good place to look for help.
I have already read:
https://www.torproject.org/docs/tor-hidden-service.html.en
So I know the basics. I will be running the service on apache with mysql and php from behind a firewall, so the machine is not directly accessible via the internet. I am going to have apache running on some random port, and then set the service to point to 127.0.0.1:THAT_PORT. What are some key things to do to keep my website from revealing my ip address. This could be apache or php config settings, or error settings to watch out for that will dump all of your secrets.
Thanks in advance for your help.