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 /www-apps | |
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 'www-apps')
-rw-r--r-- | www-apps/bugzilla/files/postinstall-en.txt | 2 | ||||
-rw-r--r-- | www-apps/webdavcgi/files/apache-webdavcgi-0.8-example.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/bugzilla/files/postinstall-en.txt b/www-apps/bugzilla/files/postinstall-en.txt index 2d18de0b810f..9b6a8798a640 100644 --- a/www-apps/bugzilla/files/postinstall-en.txt +++ b/www-apps/bugzilla/files/postinstall-en.txt @@ -9,5 +9,5 @@ 3. Please note that Apache2 sets AllowOverride None by default. You may have to edit it to process the .htaccess file provided by Bugzilla. Please see - http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride and + https://httpd.apache.org/docs/2.2/mod/core.html#allowoverride and http://www.bugzilla.org/docs/${MY_PB}/en/html/configuration.html#http for more info. diff --git a/www-apps/webdavcgi/files/apache-webdavcgi-0.8-example.conf b/www-apps/webdavcgi/files/apache-webdavcgi-0.8-example.conf index 58bef75eadb1..cf1d4d4dafe0 100644 --- a/www-apps/webdavcgi/files/apache-webdavcgi-0.8-example.conf +++ b/www-apps/webdavcgi/files/apache-webdavcgi-0.8-example.conf @@ -32,7 +32,7 @@ # # For further informations and other configuration possibilities consult the # WebDAV CGI documentation which is located at http://webdavcgi.sourceforge.net -# and the Apache HTTP server documentation at http://httpd.apache.org/docs/ +# and the Apache HTTP server documentation at https://httpd.apache.org/docs/ # ScriptAlias /webdavcgi "/usr/libexec/webdavcgi-0.8/cgi-bin/webdavwrapper" ScriptAlias /webdav/logout "/usr/libexec/webdavcgi-0.8/cgi-bin/logout" |