Re: [EMAIL PROTECTED] Strange problem with Reverse proxy in Apache 2.2.3

2006-11-14 Thread Spil Oss
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

Re: [EMAIL PROTECTED] Strange problem with Reverse proxy in Apache 2.2.3

2006-10-26 Thread Jack Saunders
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

[EMAIL PROTECTED] Strange problem with Reverse proxy in Apache 2.2.3

2006-10-25 Thread Didier PH Martin
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