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
[email protected]
------------------------------------------------------------------------------
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
[email protected]
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/