From ddabcffa42aeee042fbe2af37931158ec539cb80 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 4 Aug 2017 13:19:55 +0100 Subject: Switch to https:// URLs. --- httpd.spec | 4 ++-- index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/httpd.spec b/httpd.spec index 412e411..0e25a2c 100644 --- a/httpd.spec +++ b/httpd.spec @@ -14,8 +14,8 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.27 Release: 6%{?dist} -URL: http://httpd.apache.org/ -Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 +URL: https://httpd.apache.org/ +Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: index.html Source2: httpd.logrotate Source4: httpd-ssl-pass-dialog diff --git a/index.html b/index.html index 7eff881..943f060 100644 --- a/index.html +++ b/index.html @@ -123,7 +123,7 @@

You are free to use the images below on Apache and Fedora powered HTTP servers. Thanks for using Apache and Fedora!

-

[ Powered by Apache ] [ Powered by Fedora ]

+

[ Powered by Apache ] [ Powered by Fedora ]

-- cgit