You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Philip Wigg <ph...@philipwigg.co.uk> on 2009/11/19 11:27:39 UTC

Re: [users@httpd] ProxyHTMLURLMap issues ... resent .. surely somebody can help with this

Hi,

What version of mod_proxy_html are you using? You must have more code than
you posted or are you using an old version of mod_proxy_html?

In the distribution I have, there's a file called proxy_html.conf which
contains all the following example configuration. Do you not have this in
yours?

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

# To support scripting events (with ProxyHTMLExtended On),
# you'll need to declare them too.

ProxyHTMLEvents onclick ondblclick onmousedown onmouseup \
                onmouseover onmousemove onmouseout onkeypress \
                onkeydown onkeyup onfocus onblur onload \
                onunload onsubmit onreset onselect onchange

# If you need to support legacy (pre-1998, aka "transitional") HTML or
XHTML,
# you'll need to uncomment the following deprecated link attributes.
# Note that these are enabled in earlier mod_proxy_html versions
#
# ProxyHTMLLinks        frame           src longdesc
# ProxyHTMLLinks        iframe          src longdesc
# ProxyHTMLLinks        body            background
# ProxyHTMLLinks        applet          codebase

I've just tested mod_proxy_html and it seems to pass through the IE7 code
you supplied fine with me.

Cheers,
Phil.

Re: [users@httpd] ProxyHTMLURLMap issues ... resent .. surely somebody can help with this

Posted by Nick Kew <ni...@webthing.com>.
Philip Wigg wrote:

> I've just tested mod_proxy_html and it seems to pass through the IE7 
> code you supplied fine with me.

Indeed.

It may be that the OP has a "comment" that is right outside the "html",
and a scenario something like
http://bahumbug.wordpress.com/2006/10/12/mod_proxy_html-revisited/

-- 
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org