Nick, Thanks for the pointer about not needing ProxyHTMLExtended. I got my application working with the following VirtualHost configuration: <VirtualHost *:80> ProxyPass / http://localhost:8080/myASPApp/ ProxyPassReverse / http://localhost:8080/myASPApp/ ServerName myaspsite.mydomain.com ProxyHTMLEnable On ProxyHTMLURLMap /myASPApp/ RequestHeader unset Accept-Encoding </VirtualHost> Thanks! -Sohum. On Wed, Jun 2, 2010 at 10:52 PM, Nick Kew <nick@xxxxxxxxxxxx> wrote: > > On 3 Jun 2010, at 00:05, Sohum Misra wrote: > >> But the above doesn't work. When I look at the source for the page >> that contains the JavaScript, it still has links as follows: > > Your configuration is incomplete. > > The URL Eric already posted links to (among other things) a tutorial > on what you're trying to do. Read it! > > btw, everything you've posted is plain HTML links. ProxyHTMLExtended > is NOT required to rewrite them. > > -- > Nick Kew > > --------------------------------------------------------------------- > 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: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx