Re: [users@httpd] Proxy Config Issues

2012-11-19 Thread Tom Evans
On Sun, Nov 18, 2012 at 1:44 AM, Chris Arnold wrote: >> I did read the docs and they were some what helpful but not completely. >> Hence, my email to the list. What i am trying to understand is the sections >> and what they mean. For instance, ProxyPass /. Does >this refer to what will >> be proxi

Re: [users@httpd] Proxy Config Issues

2012-11-17 Thread Chris Arnold
> I did read the docs and they were some what helpful but not completely. > Hence, my email to the list. What i am trying to understand is the sections > and what they mean. For instance, ProxyPass /. Does >this refer to what will > be proxied? >>Correct which is the whole document root in this

Re: [users@httpd] Proxy Config Issues

2012-11-17 Thread Igor Cicimov
On 18/11/2012 12:02 PM, "Chris Arnold" wrote: > > >This doesnt make sense you are proxying a domain to itself. Please read the mod_proxy docs and examples. > > > ProxyPass /http://192.168.123.4/somepath/ > > ProxyPassReverse /http://192.168.123.4/somepath/ > > I did read the docs and they

Re: [users@httpd] Proxy Config Issues

2012-11-17 Thread Chris Arnold
>This doesnt make sense you are proxying a domain to itself. Please read the >mod_proxy docs and examples. > ProxyPass /     http://192.168.123.4/somepath/ > ProxyPassReverse /     http://192.168.123.4/somepath/ I did read the docs and they were some what helpful but not completely. Hence,

Re: [users@httpd] Proxy Config Issues

2012-11-17 Thread Igor Cicimov
On 18/11/2012 7:55 AM, "Chris Arnold" wrote: > > I am trying to proxy http://dls.domain.net traffic to http://private.ip/path/to/page (a different server on our network) but this is not working (i get a bad gateway error from the outside (WAN) and the connection times out on the inside(LAN)). Here

Re: [users@httpd] Proxy Config Issues

2012-11-17 Thread Chris Arnold
I am trying to proxy http://dls.domain.net traffic to http://private.ip/path/to/page (a different server on our network) but this is not working (i get a bad gateway error from the outside (WAN) and the connection times out on the inside(LAN)). Here is the vhost: ServerAdmin administra...@

Re: [users@httpd] Proxy Config Issues

2012-11-17 Thread Chris Arnold
I am trying to proxy http://dls.domain.net traffic to http://private.ip/path/to/page (a different server on our network) but this is not working (i get a bad gateway error from the outside (WAN) and the connection times out on the inside(LAN)). Here is the vhost: ServerAdmin administra...@

[users@httpd] Proxy Config Issues

2012-11-17 Thread Chris Arnold
I am trying to proxy http://dls.domain.net traffic to http://private.ip/path/to/page (a different server on our network) but this is not working (i get a bad gateway error from the outside (WAN) and the connection times out on the inside(LAN)). Here is the vhost: ServerAdmin administra...@