[...] > 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@xxxxxxxxxxx>
Attachment:
signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil