From e68f99339aa6fa5a7f57f83c2f519f2b69b81036 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 1 Jun 2016 15:49:26 -0400 Subject: apache: switch to https:// URI --- app-backup/backuppc/files/apache2-backuppc.conf | 2 +- app-backup/backuppc/files/httpd.conf | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'app-backup/backuppc/files') diff --git a/app-backup/backuppc/files/apache2-backuppc.conf b/app-backup/backuppc/files/apache2-backuppc.conf index 1c27c69be46e..4df0b4e39004 100644 --- a/app-backup/backuppc/files/apache2-backuppc.conf +++ b/app-backup/backuppc/files/apache2-backuppc.conf @@ -68,6 +68,6 @@ CONFIGFILE=/etc/BackupPC/httpd.conf # Method to use when reloading the server # Valid options are 'restart' and 'graceful' -# See http://httpd.apache.org/docs/2.2/stopping.html for information on +# See https://httpd.apache.org/docs/2.2/stopping.html for information on # what they do and how they differ. #RELOAD_TYPE="graceful" diff --git a/app-backup/backuppc/files/httpd.conf b/app-backup/backuppc/files/httpd.conf index 00493d865acf..b47475c3e9f5 100644 --- a/app-backup/backuppc/files/httpd.conf +++ b/app-backup/backuppc/files/httpd.conf @@ -8,14 +8,14 @@ # # Bug Reports: # http://bugs.gentoo.org [gentoo related bugs] -# http://httpd.apache.org/bug_report.html [apache httpd related bugs] +# https://httpd.apache.org/bug_report.html [apache httpd related bugs] # # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server its instructions. -# See for detailed information. +# See for detailed information. # In particular, see -# +# # for a discussion of each configuration directive. # # Do NOT simply read the instructions in here without understanding @@ -285,7 +285,7 @@ NameVirtualHost *:80 # doesn't give it to you. # # The Options directive is both complicated and important. Please see - # http://httpd.apache.org/docs/2.2/mod/core.html#options + # https://httpd.apache.org/docs/2.2/mod/core.html#options # for more information. Options Indexes FollowSymLinks -- cgit v1.2.3-65-gdbad