Hi;

I am using Apache's ProxyPass/ProxyPassReverse features to deliver
content that actually resides on an IIS server, but now "looks like" it
comes directly from the Apache server.  However, I am getting
non-uniform behavior. (Apache 1.3.33 on HP-UX 11.11)

In httpd.conf:

ProxyPass        /org/sa_of_eng http://empyrean.soco.agilent.com/org/sa_of_eng
ProxyPassReverse /org/sa_of_eng http://empyrean.soco.agilent.com/org/sa_of_eng

ProxyPass        /org/zorro http://empyrean.soco.agilent.com/org/zorro
ProxyPassReverse /org/zorro http://empyrean.soco.agilent.com/org/zorro

Here's the problem:

Enter in Address Bar                        Result Displayed in Address Bar
--------------------------------------      ------------------------------------
http://www.soco.agilent.com/org/zorro/      
http://www.soco.agilent.com/org/zorro/
http://www.soco.agilent.com/org/zorro       
http://www.soco.agilent.com/org/zorro/
http://www.soco.agilent.com/org/sa_of_eng/  
http://www.soco.agilent.com/org/sa_of_eng/
http://www.soco.agilent.com/org/sa_of_eng   
http://empyrean.soco.agilent.com/org/sa%5Fof%5Feng/

I haven't done a thorough test, but it appears that the reverse proxy
translation in combination with "adding the trailing slash" does not
like finding underscores in the URL.  I have at least one other URL with
'_' in it exhibiting the same behavior; all the rest of my proxied sites
have only letters in their names.

Does anyone know if this can be fixed?  Am I not going to be able to
allow my customers to omit the tralinig slash, or not be able to allow
my content owners to use underscores in their web names?

Thanks,

hugh

-- 
 Hugh Williams                  "There are two things to aim for in life;
 [EMAIL PROTECTED]       first, to get what you want; and after that,
 Agilent Technologies            to enjoy it.  Only the wisest of mankind
 Santa Rosa 2US-C                achieve the second."
 707.577.4941                         - Logan Pearsall Smith, 1931

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to