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 <[email protected]> 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: [email protected]
> " from the digest: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------
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]