>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, 
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? 
And http://192.168.123.4/somepath where the request is proxied? So in my 
instance, i need to proxy /welcome/client-software.html (ProxyPass) to a whole 
different apache server ( http://192.168.123.4 )? 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/ 

Reply via email to