Ticket #1408 (closed defect: worksforme)

Opened 11 months ago

Last modified 4 weeks ago

get data from proxy

Reported by: mroduvanchik@… Owned by: jan
Priority: normal Milestone: 1.4.20
Component: mod_proxy Version: 1.4.18
Severity: normal Keywords:
Cc: Blocked By:
Need User Feedback: yes Blocking:

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.

Attachments

Change History

Changed 11 months ago by mroduvanchik@…

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

Changed 6 months ago by stbuehler

  • pending set

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.

Changed 6 months ago by anonymous

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?

Changed 4 weeks ago by stbuehler

  • status changed from new to closed
  • resolution set to worksforme

There may have been some conflicts with other modules too (should be fixed now).

Anyway, missing feedback.

Add/Change #1408 (get data from proxy)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.