https://issues.apache.org/bugzilla/show_bug.cgi?id=47211


[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW




--- Comment #10 from [email protected]  2009-05-18 18:41:43 PST ---
Ok, I understand. Please verify via the following two urls:

Apachy proxypass:
http://wexlerassociates.com/aspdir/aspfile.htm

IIS:
http://wexlerassociates.com:8070/aspdir/aspfile.htm

Changes made to httpd.conf to enable this test:
Changed 127.0.0.1:80 to *:80 in VirtualHost
Added ServerAlias wexlerassociates.com *.wexlerassociates.com

Updated VirtualHost section is now as follows:

<VirtualHost *:80>
ServerName localhost
ServerAlias wexlerassociates.com *.wexlerassociates.com
ProxyRequests Off
ProxyPass    /aspdir/    http://localhost:8070/aspdir/
<Location /aspdir/>
        ProxyPassReverse /
</Location>
ProxyPass    /    http://localhost:8085/tomcat6root/
<Location />
        ProxyPassReverse /
</Location>
</VirtualHost>

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to