BackupPC-users

Re: [BackupPC-users] Moving to port 443

2009-01-12 13:46:08
Subject: Re: [BackupPC-users] Moving to port 443
From: Les Mikesell <lesmikesell AT gmail DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Mon, 12 Jan 2009 12:43:36 -0600
James Ward wrote:
> I need to move my BackupPC from port 80 to https.  I searched in google 
> and tried to search the mailing list archives, but I can't find a guide. 
>  I need to move a version 2.1.2pl1 server.  It's using stock debian 
> apache 1.3.

I'd expect it to already work by default if you use https instead of 
http in the browser URL.  You might want to add a redirect to https in 
the apache config if you want to prevent port 80 access.  Something like:

RewriteEngine  on
RewriteCond %{HTTPS}   =off
RewriteRule ^/cgi-bin/BackuPC_Admin.*  https://%{SERVER_NAME}$0 
[NE,R=permanent,L]
  (the ReWriteRule above should all be one line and I'm not sure it's 
exactly right for apache 1.x)

-- 
   Les Mikesell
    lesmikesell AT gmail DOT com

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/