Ciao a tutti, I have a tor client running 24h and I would like to serve two different hidden services via http on it. So I run two different web server, one on 8183 and another on 8184 port and I wrote these lines in my torrc
HiddenServiceDir /var/lib/tor/server-1/
HiddenServicePort 80 127.0.0.1:8183
HiddenServiceDir /var/lib/tor/server-2/
HiddenServicePort 81 127.0.0.1:8184
so if I try to connect to these hidden service they work.
Now comes the question: is possibile to run the two hidden service on
port 80 together? If I change the above lines in
HiddenServiceDir /var/lib/tor/server-1/
HiddenServicePort 80 127.0.0.1:8183
HiddenServiceDir /var/lib/tor/server-2/
HiddenServicePort 80 127.0.0.1:8184
^^
I could not reach the second service.
Is this correct?
--
Ciao
leandro
to write me remove MANISUDICIE from the address below
pgpd3Q4mDAAGc.pgp
Description: PGP signature

