Project

General

Profile

Actions

Bug #1624

closed

Does lighttpd supports "forward" proxy?

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

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

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

Actions #1

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.

Actions #2

Updated by stbuehler about 16 years ago

  • Status changed from Fixed to Invalid
Actions #3

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.

Actions

Also available in: Atom