On Wed, 13 Jun 2007 10:15:49 -0700 (PDT)
Earl Chew <[EMAIL PROTECTED]> wrote:


> If I read this correctly, mod_proxy_html is parsing the HTML to figure
> out which sections to look in for URLs to rewrite. To have
> mod_proxy_html rewrite my /galleries/ URL, I'm going to have to add
> "li" and "style" to the list of elements and attributes.

No, you'd need to add "style" to the list of events.  That's because
it isn't a URL, but just contains text that may include URLs.

If you use mod_proxy_html 3, all that is delegated to httpd.conf,
so you can customise it to taste.

-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

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

Reply via email to