Woops, that's www.umich.edu/~malth/gaptuning/apache.
-Original Message-
From: Covington, Chris [mailto:[EMAIL PROTECTED]
Sent: Mon Jan 23 08:54:36 2006
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] mod_proxy_html doesn't rewrite as
commanded
As for the original problem you're trying to solve, if you turn
ProxyPreserveHost Off and you add hostname.example.com (the DNS name of the
reverse proxy host itself) with IP 10.11.12.13 (the IP of the Exchange server)
to your /etc/hosts on the reverse proxy, you won't need to bother with
mod_p
On Sunday 22 January 2006 16:58, Dirk Taggesell wrote:
> For instance, one of the culprits looks this way:
>
> rowsperpage="25" url="http://10.11.12.13/exchange/dirk/Inbox/";
Hmmm, didn't notice that just now. mod_proxy_html has builtin knowledge
of HTML4/XHTML1 and
On Sunday 22 January 2006 16:58, Dirk Taggesell wrote:
> SetOutputFilter proxy-html
> ProxyHTMLExtended On
> ProxyHTMLURLMap 'http://10.11.12.13' 'https://hostname.example.com'
You seem to be missing the flags to that rule.
(and BTW, why the quoted values?)
--
Nick Kew
---