[aklug] Re: Apache Revers Proxy

From: Michael Fowler <michael@shoebox.net>
Date: Wed Dec 28 2011 - 14:34:33 AKST

On Wed, Dec 28, 2011 at 02:05:04PM -0900, Damien Hull wrote:
> Here's my problem. I need apache to revers proxy all requests to
> Starman at port 8080. It doesn't work. Here's what I have for apache
> configs...
>
> ProxyPass / http://localhost:8080/
> ProxyPassReverse / http://localhost:8080/

Where is this configuration? It should be in a VirtualHost section, and
that should be the host you're attempting to connect to.

You shouldn't need the ProxyPassReverse line, as you only have one
address; normally the reverse proxying configuration is for a pool of
internal proxies. It probably won't break anything to leave it, though.

--
Michael Fowler
www.shoebox.net
---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Wed Dec 28 14:36:09 2011

This archive was generated by hypermail 2.1.8 : Wed Dec 28 2011 - 14:36:09 AKST