Project

General

Profile

Actions

Bug #1408

closed

get data from proxy

Added by Anonymous over 16 years ago. Updated over 15 years ago.

Status:
Missing Feedback
Priority:
Normal
Category:
mod_proxy
Target version:
ASK QUESTIONS IN Forums:

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

Actions #1

Updated by Anonymous over 16 years ago

but if i open http://www.somehost.com:32080/server/somkey - all works fine

-- mroduvanchik

Actions #2

Updated by stbuehler about 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.

Actions #3

Updated by Anonymous about 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?

Actions #4

Updated by stbuehler over 15 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.

Actions #5

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Missing Feedback
Actions

Also available in: Atom