You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by daniel Wharton <sp...@danielwharton.com> on 2007/11/26 22:17:48 UTC

[users@httpd] Re: Mod_proxy_html segfaults

hey,

The latest SVN will likely address your segfault problem, 
but your proxy still won't rewrite html 
properly.

The online documentation fails to mention links, 
so if you copied and modified your config from there,
you probably have the same problem I was having.

Try adding this to your apache config:

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

If you know exactly what you want to consider links, 
you can slim that down a bit.

daniel




---------------------------------------------------------------------
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