Skip to Content.
Sympa Menu

unclug - Re: [unclug] Redirect 80 ---> 443 with Apache?

unclug AT lists.ibiblio.org

Subject: UNC Linux Users Group

List archive

Chronological Thread  
  • From: Joe Morris <morris AT unc.edu>
  • To: UNC Linux Users Group <unclug AT lists.ibiblio.org>
  • Subject: Re: [unclug] Redirect 80 ---> 443 with Apache?
  • Date: Fri, 20 Feb 2004 10:25:26 -0500

On Fri, 20 Feb 2004, John W. Sopko Jr. wrote:

| Yes, you can see the config at:
|
| http://lark.cs.unc.edu/server-info#mod_rewrite.c
|
|
| RewriteEngine on
| RewriteCond %{SERVER_PORT} !^443$
| RewriteRule ^/(.*) https://%{SERVER_NAME}/$1 [NC,R,L]
| RewriteLog /tmp/rewrite.log
| RewriteLogLevel 9
|
| I am searching the web now, I found this, someone else is
| having the same problem in apache 2.x:

Sounds like a bug in 2.x then. :(

Our group is sticking with 1.3.x until something pushes us to move towards
2.x. Right now 2.x offers us no new features over 1.3.

_______________________________________________
Joe Morris, Web Systems Manager
Academic Technology and Networks
The University of North Carolina at Chapel Hill




Archive powered by MHonArc 2.6.24.

Top of Page