Proxying DIR port on standard port 80
BlueStar88
BlueStar88 at Xenobite.eu
Wed Jul 25 19:04:58 UTC 2007
[...]
> that was not working.
>
> But this one works:
> ------------------------------------------------
> $HTTP["url"] =~ "^/tor/" {
> proxy.server = ( "" =>
> (
> (
> "host" => "127.0.0.1",
> "port" => 9030
> )
> )
> )
> }
> ------------------------------------------------
>
> Notice the extra parenthesis level!
>
> Thanks again!
Humm... does not really work. It was looking good at first, because the
browser access is working (http://85.25.148.216/tor/). The bad is the
Tor-clients seem not to like it.
Netstat: The clients generating many lines like this and stuck at this
state:
------------------------------------------------------------
[...]
tcp 0 0 127.0.0.1:9030 127.0.0.1:41950
TIME_WAIT -
[...]
------------------------------------------------------------
Currently active lighttpd mod_proxy config:
------------------------------------------------------------
$HTTP["host"] == "85.25.148.216" {
$HTTP["url"] =~ "^/tor/" {
proxy.server = ( "" =>
(
(
"host" => "127.0.0.1",
"port" => 9030
)
)
)
}
}
------------------------------------------------------------
It could be a tor specific issue..
Any ideas?
--
BlueStar88 <BlueStar88 at Xenobite.eu>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://lists.torproject.org/pipermail/tor-talk/attachments/20070725/e54af833/attachment.pgp>
More information about the tor-talk
mailing list