Hi Chris,
Restating the problem: You are firewalling the Internet by having one
Web server answer to port 80. You want some traffic to be passed from
your Web server to an application server (for webmail, but the
application is irrelevant.) This is a standard Web proxy.
First choose whether the
Chris Arnold wrote:
>OK, if I understand you correctly...
>I see you having two options.
>You can configure your router/fire wall to route the traffic to the
>individual servers behind the fire wall, (if this is possible, it is
>the BEST way to do it IMO). This means that port 80 traffic for
>w
>Why not do a redirect? We have a webmail application as well, which lives on
>a different server. I didn't want users to have to remember a new URL to
>access it, so by using the Redirect directive in httpd.conf on our Web
>server, users enter the URL http://www.ourwebsrvr.com/webmailprog, th
>OK, if I understand you correctly...
>I see you having two options.
>You can configure your router/fire wall to route the traffic to the
>individual servers behind the fire wall, (if this is possible, it is
>the BEST way to do it IMO). This means that port 80 traffic for
>webmail.example.com
Chris Arnold wrote:
>Does the webmail application reside on a physically different machine
>with a different IP address?
Yes.
>?If so, the easiest (and best) way to do that is via proper DNS and
>routing to the right machine for each application. Why would you want
>to have Apache do what your r
>Does the webmail application reside on a physically different machine
>with a different IP address?
Yes.
>?If so, the easiest (and best) way to do that is via proper DNS and
>routing to the right machine for each application. Why would you want
>to have Apache do what your router should be doi
On Friday 18 July 2008 11:40 am, Dragon wrote:
> Chris Arnold wrote:
> >I have searched around and there are many helps on the internet but
> >none seem to address my issue. They have a some-domain.tld site on
> >the apache server (where i am making the changes to vhost.conf) and
> >i want the requ
Chris Arnold wrote:
I have searched around and there are many helps on the internet but
none seem to address my issue. They have a some-domain.tld site on
the apache server (where i am making the changes to vhost.conf) and
i want the requests that come to that apache server to (based on a
dns
I have searched around and there are many helps on the internet but none seem
to address my issue. They have a some-domain.tld site on the apache server
(where i am making the changes to vhost.conf) and i want the requests that come
to that apache server to (based on a dns address, webmail.some-
Chris Arnold wrote:
Using apache2 2.2.3 on SLES10 SP2. What we have:
1 webserver on 123 subnet. Answers for port 80
1 email server with it's own small apache server on 124 subnet answers for port
8080
1 firewall/router with 1 IP (forwards to internal server addresses)
What we want to do:
When
>Hi,
Hi
>
>ServerName domain.com
>RedirectPermanent / https://destination.domain.com
>
So, this is what i have in my vhost.conf file:
ServerName some-domain.com
RedirectPermanent / http://otherdomain.com:8080
Then i restart apache. Goto webmail.some-domain.com and i am ta
Hi,
im from brasil, i will try to explain (with my good english) how you
can fix this problem:
you can use Redirect, something like this:
ServerName domain.com
RedirectPermanent / https://destination.domain.com
good luck.
On Wed, Jul 16, 2008 at 12:41 PM, Chris Arnold
<[
Using apache2 2.2.3 on SLES10 SP2. What we have:
1 webserver on 123 subnet. Answers for port 80
1 email server with it's own small apache server on 124 subnet answers for port
8080
1 firewall/router with 1 IP (forwards to internal server addresses)
What we want to do:
When users enter some addre
13 matches
Mail list logo