Hello to all,
I've got a problem with mod_proxy_html.
I have defined the following location:
<Location /ne/>
ProxyPass https://internal.xy.de/
ProxyPassReverse /
ProxyPassReverse https://internal.xy.de/
ProxyPassReverseCookiePath / /ne [interpolate]
ProxyHTMLEnable On
ProxyHTMLURLMap / /ne/
RequestHeader unset Accept-Encoding
</Location>
Now html-rewriting works not complete. Some tags where not rewritten like the
img-tag:
<span class="urBtnRow">
<a id="WD0501" class="urBtnStd" ti="0" tabindex="0" href="javascript:void(0);"
title="" lsevents="{Press:[{ResponseData:'delta',ClientAction:'submit'},{}]}"
lsdata="{0:'STANDARD',1:'',2:true,3:false,4:false,5:false,6:'',7:false,8:'',9:'NONE',10:false}"
ct="B">
<img border="0" align="absmiddle" style="margin-top:-2px;"
src="/sap/public/bc/WebIcons/ur/default/l/Icon/Scheduled.gif">
Kalenderfunktion
</a>
</span>
I have configured following ProxyHTMLLinks
ProxyHTMLLinks a href
ProxyHTMLLinks area href
ProxyHTMLLinks link href
ProxyHTMLLinks img src longdesc usemap
ProxyHTMLLinks object classid codebase data usemap
ProxyHTMLLinks q cite
ProxyHTMLLinks blockquote cite
ProxyHTMLLinks ins cite
ProxyHTMLLinks del cite
ProxyHTMLLinks form action
ProxyHTMLLinks input src usemap
ProxyHTMLLinks head profile
ProxyHTMLLinks base href
ProxyHTMLLinks script src for
ProxyHTMLLinks td background
Please advice
Regards Christian