Bug #1408
closedget data from proxy
Description
I have one server witch runing on 36080 port.
In lighttpd.config I write
$HTTP["host"]=="www.somehost.com"{ $HTTP["url"]=~"^/server/(.*)"{ proxy.server = (""=>( ( "host"=>"127.0.0.1", "port"=>32080 ))) } }
when user open http://www.somehost.com/server/somkey
his request redirected to server on 36080 port. An his get request, and put data into connection, but user don't get the data from server.
-- mroduvanchik
Updated by Anonymous about 17 years ago
but if i open http://www.somehost.com:32080/server/somkey - all works fine
-- mroduvanchik
Updated by stbuehler over 16 years ago
I just tried on localhost with two lighty instances / one lighty + nc -l, and i don't see anything wrong.
You could try a network sniffer (wireshark) to analyse the traffic and see what is wrong.
Updated by Anonymous over 16 years ago
This sort of error can be related headers, and more specifically what your server expects the Host: header to look like. Should it include the ":32080" part?
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to worksforme
There may have been some conflicts with other modules too (should be fixed now).
Anyway, missing feedback.
Updated by stbuehler about 16 years ago
- Status changed from Fixed to Missing Feedback
Also available in: Atom