Re: Proxy Config Issues

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 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 case.

>And http://192.168.123.4/somepath where the request is proxied?
>>Correct.

>So in my instance, i need to proxy /welcome/client-software.html (ProxyPass) to a whole different apache server (http://192.168.123.4)?
>>Correct and thats what you said you want to do right?

>Or do i have it backwards?
>
> I do have this working (not what i wanted but is useable):
>
> ProxyPass /    http://welcome.domain.net/
>
> ProxyPassReverse /    http://192.168.123.4/
>
>
>>ProxyPassReverse only makes sense in case of reverse proxy for which you need to set ProxyRequests to off. So are you trying to set proxy or reverse proxy?

According to the proxy docs, i need a ProxyPass

ProxyPass /path/tofolder.html      http://sub.domain.net/

So i need our clients to be able to get to a page from http://sub.domain.net. Which is on 192.168.123.4. When i access this site, now i get a 403 Access denied.


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux