diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-06-01 15:49:26 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-01 15:52:34 -0400 |
commit | e68f99339aa6fa5a7f57f83c2f519f2b69b81036 (patch) | |
tree | 6a983f10780397dd16be85ba36ab35fa35599669 /app-backup/backuppc | |
parent | media-sound/amarok: Fix build w/ gcc-6 (diff) | |
download | gentoo-e68f99339aa6fa5a7f57f83c2f519f2b69b81036.tar.gz gentoo-e68f99339aa6fa5a7f57f83c2f519f2b69b81036.tar.bz2 gentoo-e68f99339aa6fa5a7f57f83c2f519f2b69b81036.zip |
apache: switch to https:// URI
Diffstat (limited to 'app-backup/backuppc')
-rw-r--r-- | app-backup/backuppc/files/apache2-backuppc.conf | 2 | ||||
-rw-r--r-- | app-backup/backuppc/files/httpd.conf | 8 |
2 files changed, 5 insertions, 5 deletions
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 <URL:http://httpd.apache.org/docs/2.2> for detailed information. +# See <URL:https://httpd.apache.org/docs/2.2> for detailed information. # In particular, see -# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html> +# <URL:https://httpd.apache.org/docs/2.2/mod/directives.html> # 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 |