mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
apache: switch to https:// URI
This commit is contained in:
@@ -6,7 +6,7 @@ EAPI="4"
|
||||
inherit flag-o-matic eutils
|
||||
|
||||
DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
|
||||
HOMEPAGE="http://httpd.apache.org/"
|
||||
HOMEPAGE="https://httpd.apache.org/"
|
||||
SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=5
|
||||
inherit flag-o-matic eutils multilib toolchain-funcs
|
||||
|
||||
DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
|
||||
HOMEPAGE="http://httpd.apache.org/"
|
||||
HOMEPAGE="https://httpd.apache.org/"
|
||||
SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=6
|
||||
inherit flag-o-matic eutils multilib toolchain-funcs
|
||||
|
||||
DESCRIPTION="Useful Apache tools - htdigest, htpasswd, ab, htdbm"
|
||||
HOMEPAGE="http://httpd.apache.org/"
|
||||
HOMEPAGE="https://httpd.apache.org/"
|
||||
SRC_URI="mirror://apache/httpd/httpd-${PV}.tar.bz2"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ index 5561940..c85ff81 100644
|
||||
+#endif
|
||||
|
||||
-- | Format the time as describe in the Apache combined log format.
|
||||
-- http://httpd.apache.org/docs/2.2/logs.html#combined
|
||||
-- https://httpd.apache.org/docs/2.2/logs.html#combined
|
||||
diff --git a/src/Happstack/Server/Response.hs b/src/Happstack/Server/Response.hs
|
||||
index 7ae52b3..23f61b0 100644
|
||||
--- a/src/Happstack/Server/Response.hs
|
||||
|
||||
@@ -68,6 +68,6 @@ APACHE2_OPTS="-D DEFAULT_VHOST -D LANGUAGE -D INFO -D SUEXEC"
|
||||
|
||||
# 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"
|
||||
|
||||
@@ -8,7 +8,7 @@ inherit apache-module perl-module multilib
|
||||
|
||||
DESCRIPTION="A library for manipulating client request data via the Apache API"
|
||||
SRC_URI="mirror://apache/httpd/libapreq/${P}.tar.gz"
|
||||
HOMEPAGE="http://httpd.apache.org/apreq/"
|
||||
HOMEPAGE="https://httpd.apache.org/apreq/"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="2"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=5
|
||||
inherit apache-module eutils multilib
|
||||
|
||||
DESCRIPTION="A binary-compatible alternative to mod_fastcgi with better process management"
|
||||
HOMEPAGE="http://httpd.apache.org/mod_fcgid/"
|
||||
HOMEPAGE="https://httpd.apache.org/mod_fcgid/"
|
||||
SRC_URI="mirror://apache/httpd/mod_fcgid/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
inherit apache-module eutils multilib
|
||||
|
||||
DESCRIPTION="mod_fcgid is a binary-compatible alternative to mod_fastcgi with better process management"
|
||||
HOMEPAGE="http://httpd.apache.org/mod_fcgid/"
|
||||
HOMEPAGE="https://httpd.apache.org/mod_fcgid/"
|
||||
SRC_URI="mirror://apache/httpd/mod_fcgid/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<name>Gentoo Dotnet Project</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
The module allows Apache (http://httpd.apache.org) to serve ASP.NET
|
||||
The module allows Apache (https://httpd.apache.org/) to serve ASP.NET
|
||||
pages by proxying the requests to a slightly modified version of our XSP
|
||||
called mod-mono-server that is installed along with XSP.
|
||||
</longdescription>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
inherit apache-module
|
||||
|
||||
DESCRIPTION="mod_proxy_fcgi is a FastCGI protocol handler for mod_proxy"
|
||||
HOMEPAGE="http://httpd.apache.org"
|
||||
HOMEPAGE="https://httpd.apache.org/"
|
||||
SRC_URI="https://dev.gentoo.org/~hollow/distfiles/${P}.tar.bz2"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -84,7 +84,7 @@ MODULE_CRITICAL="
|
||||
inherit apache-2 systemd toolchain-funcs
|
||||
|
||||
DESCRIPTION="The Apache Web Server"
|
||||
HOMEPAGE="http://httpd.apache.org/"
|
||||
HOMEPAGE="https://httpd.apache.org/"
|
||||
|
||||
# some helper scripts are Apache-1.1, thus both are here
|
||||
LICENSE="Apache-2.0 Apache-1.1"
|
||||
|
||||
@@ -120,7 +120,7 @@ MODULE_CRITICAL="
|
||||
inherit eutils apache-2 systemd toolchain-funcs
|
||||
|
||||
DESCRIPTION="The Apache Web Server"
|
||||
HOMEPAGE="http://httpd.apache.org/"
|
||||
HOMEPAGE="https://httpd.apache.org/"
|
||||
|
||||
# some helper scripts are Apache-1.1, thus both are here
|
||||
LICENSE="Apache-2.0 Apache-1.1"
|
||||
|
||||
@@ -120,7 +120,7 @@ MODULE_CRITICAL="
|
||||
inherit eutils apache-2 systemd toolchain-funcs
|
||||
|
||||
DESCRIPTION="The Apache Web Server"
|
||||
HOMEPAGE="http://httpd.apache.org/"
|
||||
HOMEPAGE="https://httpd.apache.org/"
|
||||
|
||||
# some helper scripts are Apache-1.1, thus both are here
|
||||
LICENSE="Apache-2.0 Apache-1.1"
|
||||
|
||||
@@ -120,7 +120,7 @@ MODULE_CRITICAL="
|
||||
inherit eutils apache-2 systemd toolchain-funcs
|
||||
|
||||
DESCRIPTION="The Apache Web Server"
|
||||
HOMEPAGE="http://httpd.apache.org/"
|
||||
HOMEPAGE="https://httpd.apache.org/"
|
||||
|
||||
# some helper scripts are Apache-1.1, thus both are here
|
||||
LICENSE="Apache-2.0 Apache-1.1"
|
||||
|
||||
Reference in New Issue
Block a user