[apache2] 12/13: add proxy_uwsgi.load
Stefan Fritsch
sf at moszumanska.debian.org
Fri Mar 30 21:04:42 UTC 2018
This is an automated email from the git hooks/post-receive script.
sf pushed a commit to branch master
in repository apache2.
commit 4e3168562d75ce398b91f1642b3211b857a9e540
Author: Stefan Fritsch <sf at sfritsch.de>
Date: Fri Mar 30 21:54:19 2018 +0200
add proxy_uwsgi.load
---
debian/changelog | 3 ++-
debian/config-dir/mods-available/proxy_uwsgi.load | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f53a78a..dc8755d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,7 +25,8 @@ apache2 (2.4.33-1) UNRELEASED; urgency=medium
- CVE-2018-1302
mod_http2: Potential crash w/ mod_http2.
- - mod_md: New experimental, module for managing domains across virtual
+ - mod_proxy_uwsgi: New UWSGI proxy submodule.
+ - mod_md: New experimental module for managing domains across virtual
hosts, implementing the Let's Encrypt ACMEv1 protocol to signup and
renew certificates.
- core: silently ignore a not existent file path when IncludeOptional
diff --git a/debian/config-dir/mods-available/proxy_uwsgi.load b/debian/config-dir/mods-available/proxy_uwsgi.load
new file mode 100644
index 0000000..79ebd42
--- /dev/null
+++ b/debian/config-dir/mods-available/proxy_uwsgi.load
@@ -0,0 +1,2 @@
+# Depends: proxy
+LoadModule proxy_uwsgi_module /usr/lib/apache2/modules/mod_proxy_uwsgi.so
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git
More information about the Pkg-apache-commits
mailing list