Mathew Davies wrote:
>>-----Original Message-----
>>From: Ivan Ristic
>>Sent: 06 April 2004 11:07
>>To: Mathew Davies
>>Cc: mod...@li...
>>Subject: Re: [mod-security-users] Outlook Web Access 2000
>>Mathew Davies wrote:
>>
>>>Has anyone managed to successful use mod_security and mod_proxy
>>>with Exchange 2000 OWA ? If so whats the secret
>>
>> Do you have a specific problem with it?
>
> Yes as all the links seems to be generated as absolute
> I can list my inbox contents by visting url
> http://external.com/username/inbox/?cmd=contents
> but all the linnks in this are coded to internal server ie if
> i had an messages called test1 the link in my inbox is
> http://internal/username/inbox/test1.eml
> which when I try click on it, it redirects to that it doesn't work as
> it is an internal address.
That's not a mod_security problem.
One solution is to have internal servers generate external
addresses. One way to do this is to actually install servers
to respond to "external.com" and to have a proper, public IP
address, and then install a gateway in front to re-route
all TCP packets to port 80 to the proxy instead of going
to Exchange directly.
Or, if you can't/don't want to do that, you must put a
mechanism in place to rewrite links in real-time. mod_proxy_html
can do that for you.
--
ModSecurity (http://www.modsecurity.org)
[ Open source IDS for Web applications ]
|