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: "John W. Sopko Jr." <sopko AT cs.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:33:34 -0500

The reason I am going to 2.x is that we are migrating to RedHat Enterprise3 (rhel-3). It only comes with apache 2.x. I am trying
to get away from compiling my own software all the time. I know,
I am a wimp, just to many things to keep track of. If a security fix
comes out RedHat has the rpm all set to go. Also I hated compiling
openssl/mod_ssl into apache, non-ssl apache was simple to compile. The RedHat rpms are ssl ready.

Joe Morris wrote:

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
_______________________________________________
unclug mailing list
unclug AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/unclug

--
John W. Sopko Jr. University of North Carolina
email: sopko AT cs.unc.edu Computer Science Dept., CB 3175
Phone: 919-962-1844 Sitterson Hall; Room 044
Fax: 919-962-1799 Chapel Hill, NC 27599-3175





Archive powered by MHonArc 2.6.24.

Top of Page