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:

<VirtualHost webmail.domain.com:80>
        ServerName domain.com
        RedirectPermanent / https://destination.domain.com
</VirtualHost>

good luck.....


On Wed, Jul 16, 2008 at 12:41 PM, Chris Arnold
<[EMAIL PROTECTED]> 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 users enter some address in their browser, say webmail.domain.tld (which 
> goes to server 1 on port 80) to goto the second server on 124 subnet on port 
> 8080. Is there anyway to tell server 1 on port 80, when a specific url comes 
> to it, send to second server on port 8080? Can this be done with the 
> .htaccess file? Or can it be done at all? Thanks for any doc's/help
>
> ---------------------------------------------------------------------
> 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: [EMAIL PROTECTED]
>   "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to