I have web server on my Raspberry Pi. After I installed and started to use Tor Relay with this manual, I am not able to connect through proxy to my Raspberry Pi web server. To run Tor proxy on unsupported device I use lighttpd. In the installation process it is written that it can't be used because port 80 is used with other service. I changed port 80 in the setting to port 8080 and it solved this problem. Please tell me how to open access to Raspberry Pi web server. Despite my best effort, with my current abilities I am not able to access it. Would somebody help me with this problem please?
Asked
Active
Viewed 1,039 times
1 Answers
2
Internet traffic (HTTP) is transmitted via port 80. Tor and Apache (or another web server) do not share ports well, because of problems with intercepting each others traffic, etc. You can either change the port of your web server, which I don't recommend, or change the port of Tor.
cubecubed
- 923
- 1
- 7
- 24