I have configured Apache Apache/2.2.3 on CentOS 5.5 as a reverse proxy
using mod_proxy_html, and both Apache and mod_proxy_html are working
correctly. The problem is that I am trying to access a Promise storage
Array which has horrible html. Specifically, MULTIPLE </html> tags in the
same page:
... the first half of the page ...
</script>

</body>
</html>

<html>
<head>
<title>Promise WebPAM PROe</title>
... the remaining part of the page.
If I enable page re-writing with SetOutputFilter proxy-html, then
mod_proxy_html stops re-writing when it encounters the first </html> tag.
If I do not enable re-writing, the first page is displayed on the Firefox
client, but subsequent links are in the form http://192.168.x.x/whatever
instead of URL/alias/whatever.
Is there a way to stop mod_proxy_html from trying to fix the html while
still re-writing the URLs?


Dr. Larry Burton
Associate Professor
Department of Electronics, Computers, and Information Technology
School of Technology
North Carolina Agricultural and Technical State University


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

Reply via email to