https://issues.apache.org/bugzilla/show_bug.cgi?id=47211
--- Comment #14 from [email protected] 2009-05-19 19:29:35 PST --- Addendum: When the same page is viewed direct to Apache, the page renders correctly (as in the case of direct to iis). Actually, it is really a proxypass from port 80 to port 8060 since I have / of 80 proxypass to tomcat6. Thus, the page is only incorrectly rendered in the proxypass to IIS. The following is the url to test viewing the page direct to apache (proxypass from port 80 to 8060): http://localhost/apache/aspdir/aspfile.htm For the above url, I copied the aspdir directory into the apache server root and added the following to httpd.conf: Listen 8060 Inside the <VirtualHost *:80>, I added the following: ProxyPass /apache/ http://localhost:8060/ <Location /apache/> ProxyPassReverse / </Location> -- 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]
