Bug #1624
closedDoes lighttpd supports "forward" proxy?
Description
Hi,
I'm using lighttpd version 1.4.19.
It supports reverse proxy using proxy.server configuration with mod_proxy module. Example
proxy.server = ( ".jsp" =>
( (
"host" => "10.0.0.242",
"port" => 81
) )
)
A reverse proxy is used to redirect requests for a Web site to a number of servers for a client.
But I am not sure whether it supports forward proxy - A forward proxy is used to support Internet access for a number of clients through a single server for security, caching, or filtering.
That is, the "host" in the above proxy.server should be dynamically configurable based upon the input URL.
Please let me know if there is a way to configure lighttpd as a "forward" proxy.
Thanks,
Thiyaga
-- m.thiyaga
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to invalid
This is a bug tracker, not a support forum. Why the hell do you think this is a bug?
And no, that isn't supported.
Updated by cmcqueen1975 over 11 years ago
Could you consider re-opening this as a documentation bug? I had trouble figuring out, from the available lighttpd documentation, whether lighttpd's mod_proxy provided forward proxy support, or if it's reverse proxy only. It isn't really clear in the docs. And my hunting eventually brought me to this bug, which provided the answer ("no, that isn't supported").
Additionally, Apache's mod_proxy supports both forward and reverse proxy support, leading one to get hopeful that lighttpd's mod_proxy is comparable.
Also available in: Atom