diff options
Diffstat (limited to 'app-backup/backuppc/files')
-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 |