Ticket #1408 (closed defect: worksforme)
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
Note: See
TracTickets for help on using
tickets.

