http to https

http to https

am 29.10.2002 19:32:53 von RON MCKEEVER

Hello,

Im sure this has been asked but I cant find the answer.

I have Apache/1.3.27 (Unix)mod_ssl/2.8.12 OpenSSL/0.9.6e.

In the httpd.conf can I make an http link go to (redirect) an https link.

So if they click on this link:

http://system.company.com/
it will direct to
https://system/ or https://system.company.com/

Thanks upfront....
Ron
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org

Re: http to https

am 29.10.2002 19:55:54 von Mads Toftum

On Tue, Oct 29, 2002 at 10:32:53AM -0800, rmckee wrote:
> Hello,
>
> Im sure this has been asked but I cant find the answer.
>
> I have Apache/1.3.27 (Unix)mod_ssl/2.8.12 OpenSSL/0.9.6e.
>
> In the httpd.conf can I make an http link go to (redirect) an https link.
>
> So if they click on this link:
>
> http://system.company.com/
> it will direct to
> https://system/ or https://system.company.com/
>

In your http vhost put:

Redirect / https://system.company.com/

vh

Mads Toftum
--
`Darn it, who spiked my coffee with water?!' - lwall

____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org