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

Reply via email to