Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 61280 invoked from network); 17 Apr 2008 17:58:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Apr 2008 17:58:22 -0000 Received: (qmail 26132 invoked by uid 500); 17 Apr 2008 17:58:11 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 26108 invoked by uid 500); 17 Apr 2008 17:58:11 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 26097 invoked by uid 99); 17 Apr 2008 17:58:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2008 10:58:11 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_OPENWHOIS,HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS,WHOIS_NETSOLPR X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [216.82.241.67] (HELO mail95.messagelabs.com) (216.82.241.67) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 17 Apr 2008 17:57:17 +0000 X-VirusChecked: Checked X-Env-Sender: Gareth.Segree@gleanerjm.com X-Msg-Ref: server-6.tower-95.messagelabs.com!1208455052!17433991!4 X-StarScan-Version: 5.5.12.14.2; banners=gleanerjm.com,-,- X-Originating-IP: [65.183.2.75] Received: (qmail 7157 invoked from network); 17 Apr 2008 17:57:34 -0000 Received: from unknown (HELO domsrv01.gleanerjm.com) (65.183.2.75) by server-6.tower-95.messagelabs.com with SMTP; 17 Apr 2008 17:57:34 -0000 To: users@httpd.apache.org MIME-Version: 1.0 From: Gareth.Segree@gleanerjm.com Message-ID: Date: Thu, 17 Apr 2008 11:59:16 -0500 Content-Type: multipart/alternative; boundary="=_alternative 005CF6270525742E_=" X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Redirecting http to https using mod_proxy --=_alternative 005CF6270525742E_= Content-Type: text/plain; charset="US-ASCII" I want to redirect users whenever they type http://webmail.example.com they are redirected to localmail.example.com The local server is local server is localserver.gleanerjm.com the apache2.conf is as follows: ServerName webmail.example.com ProxyPass / https://localwebmail.example.com ProxyPassReverse / https://localwebmail.example.com Order allow,deny Allow from all The user is seeing localserver.example.com:8080 in their browser. How can I fix this to redirect the user from http to https Disclaimer... This e-mail and any attachment is confidential and may be legally privileged. It is intended for the named recipient only. If you are not the named addressee you should not disseminate, distribute, copy or alter this email. If you have received this email in error please notify the sender by email Warning: Although The Gleaner Co. Limited has taken reasonable precautions to ensure no viruses are present in this email, the company cannot accept responsibility for any loss or damage arising from the use of this email or attachments. ______________________________________________________________________ This email has been scanned by the Email Security System. --=_alternative 005CF6270525742E_= Content-Type: text/html; charset="US-ASCII"
I want to redirect users whenever they type http://webmail.example.com they are redirected to localmail.example.com

The local server is local server is localserver.gleanerjm.com

the apache2.conf is as follows:

<VirtualHost *>
   ServerName webmail.example.com
   ProxyPass / https://localwebmail.example.com
   ProxyPassReverse / https://localwebmail.example.com
   <Location />
   Order allow,deny
   Allow from all
   </Location>
</VirtualHost>

The user is seeing localserver.example.com:8080 in their browser.
How can I fix this to redirect the user from http to https

Disclaimer...
This e-mail and any attachment is confidential and may be legally privileged.
It is intended for the named recipient only. If you are not the named addressee you should not disseminate, distribute, copy or alter this email. If you have received this email in error please notify the sender by email Warning: Although The Gleaner Co. Limited has taken reasonable precautions to ensure no viruses are present in this email, the company cannot accept responsibility for any loss or damage arising from the use of this email or attachments.

______________________________________________________________________
This email has been scanned by the Email Security System.
--=_alternative 005CF6270525742E_=--