Martin,
Don't think that that'll work. Apache will report a config error
because you cant use ProxyPass in a Location block, only
ProxyPass
You probably want
ProxyPassReverse http://numsum.com/numsum
if you wish to have a header
Location: http://numsum.com/numsum/people
in a redirect.
Spil
Change this line
ProxyPass http://numsum.com/
To this
ProxyPass / http://numsum.com/
Everything else looks good.
Hope this helps!
Jack
On 10/25/06, Didier PH Martin <[EMAIL PROTECTED]> wrote:
Hello
My Apache version is: 2.2.3 installed from the apache friend package for
windows. The server i
Hello
My Apache version is: 2.2.3 installed from the apache friend package for
windows. The server is running on a window XP home version (SP2) with all
the latest updates.
The config is as follow:
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_ht