HTTP forwarding question

Mike Erdely mike at erdelynet.com
Sat Feb 9 09:08:28 PST 2008


On Sat, Feb 09, 2008 at 07:54:13AM -0800, Rogelio wrote:
> I inherited lots of webservers in varying states of disarray, and I'm
> wondering if putting some sort of box in front of them that would only allow
> certain types of URLs and HTTP traffic might be a good idea.
> 
> Does BSD (e.g. pf) have some sort of proxy solution like this built in? (Is
> this a reverse proxy?)

Apache does this:
	ProxyPass /foo http://foo.example.com/bar
	ProxyPassReverse /foo http://foo.example.com/bar

See http://httpd.apache.org/docs/1.3/mod/mod_proxy.html for more
information.

> Any help pointing me in the right direction would be greatly appreciated.

-ME


More information about the Openbsd-newbies mailing list