|
Home > Archive > Web Servers on Windows > September 2004 > Apache and acces to OWA
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Apache and acces to OWA
|
|
| Big Al 2004-09-03, 5:49 pm |
| Am successfully running Apache, internally and externally. Have an
idea to be able to access Exchange Server mailbox from a secure page.
Tried to link an url to "http://servermx.exchange". Internally this
work fine, but externally it is obviously trying to access the
internal LAN IP, and can't find it. What modules(?) are required to
perform this action, and config pointers would be appreicated.
Big Al
| |
| phoenix 2004-09-03, 5:49 pm |
| On 3 Sep 2004 13:39:47 -0700, Big Al wrote:
> Am successfully running Apache, internally and externally. Have an
> idea to be able to access Exchange Server mailbox from a secure page.
> Tried to link an url to "http://servermx.exchange". Internally this
> work fine, but externally it is obviously trying to access the
> internal LAN IP, and can't find it. What modules(?) are required to
> perform this action, and config pointers would be appreicated.
>
> Big Al
It will use port 80 as it's going through IIS. Why don't you use https
(port 443) then you can use a secure connection from outside your LAN,
that's assuming you're not using 443 on Apache. Alternatively you could get
IIS to listen on a different port such as 8080.
Regards
Bill
| |
| Thor Kottelin 2004-09-03, 5:49 pm |
|
Big Al wrote:
>
> Am successfully running Apache, internally and externally. Have an
> idea to be able to access Exchange Server mailbox from a secure page.
> Tried to link an url to "http://servermx.exchange". Internally this
> work fine, but externally it is obviously trying to access the
> internal LAN IP, and can't find it. What modules(?) are required to
> perform this action, and config pointers would be appreicated.
Perhaps a reverse proxy is what you want. More information can be found on
the Apache web site.
Thor
--
http://www.anta.net/
| |
| David Brown 2004-09-04, 7:46 am |
| "Big Al" <alex.tame@gmail.com> wrote in message
news:6258e46.0409031239.7394f148@posting.google.com...
> Am successfully running Apache, internally and externally. Have an
> idea to be able to access Exchange Server mailbox from a secure page.
> Tried to link an url to "http://servermx.exchange". Internally this
> work fine, but externally it is obviously trying to access the
> internal LAN IP, and can't find it. What modules(?) are required to
> perform this action, and config pointers would be appreicated.
Sounds like a name resolution issue to me. From the outside
servermx.exchange doesn't resolve to an IP address. You either need to hard
code an entry into the hosts file or you need to use an address that
resolves to the correct IP address.
Regards,
Dave.
| |
| Big Al 2004-09-04, 5:47 pm |
| "David Brown" <dcb7@dcb7.dyndns.org> wrote in message news:<chc5mc$cbp$1@sparta.btinternet.com>...
> "Big Al" <alex.tame@gmail.com> wrote in message
> news:6258e46.0409031239.7394f148@posting.google.com...
>
> Sounds like a name resolution issue to me. From the outside
> servermx.exchange doesn't resolve to an IP address. You either need to hard
> code an entry into the hosts file or you need to use an address that
> resolves to the correct IP address.
>
> Regards,
> Dave.
Thanks for the replies peeps
Am making small change and am trying subdomain of webmail, and am
trying mod_proxy, as well as ProxyPass and ProxyPassReverse in the VH
section. Would I safe to use http://servermx/exchange or should I use
internal IP which is different to the Apache?
BTW, you may have gathered I an a newbie to all this, and at the
moment there's a lot of trial and error.
But your help is appreciated anyway
Big Al
|
|
|
|
|