aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_wsgi4/files
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2015-07-12 18:09:36 +0800
committerOlli Hauer <ohauer@FreeBSD.org>2015-07-12 18:09:36 +0800
commitfd0b0c16e477d00867e1882eb661dfaa47f48391 (patch)
treefac6fb97070472d600f4828ad1a8ae3e401cd914 /www/mod_wsgi4/files
parentd238fbc0a0633f82380922dcf4c78100e5e30410 (diff)
downloadfreebsd-ports-gnome-fd0b0c16e477d00867e1882eb661dfaa47f48391.tar.gz
freebsd-ports-gnome-fd0b0c16e477d00867e1882eb661dfaa47f48391.tar.zst
freebsd-ports-gnome-fd0b0c16e477d00867e1882eb661dfaa47f48391.zip
- update to 4.4.13
- use dedicated module file Bugs Fixed (since 4.4.6): ------------------------- 1. Apache 2.2.29 and 2.4.11 introduce additional fields to the request structure ``request_rec`` due to CVE-2013-5704. The addition of these fields will cause versions of mod_wsgi from 4.4.0-4.4.5 to crash when used in mod_wsgi daemon mode and mod_wsgi isn't initialising the new structure members. If you are upgrading your Apache installation to those versions or later versions, you must also update to mod_wsgi version 4.4.6. The mod_wsgi 4.4.6 source code must have also been compiled against the newer Apache version. PR: 201023 Submitted by: ohauer Approved by: douglas_at_douglasthrift.net (maintainer)
Diffstat (limited to 'www/mod_wsgi4/files')
-rw-r--r--www/mod_wsgi4/files/270_mod_wsgi.conf.sample.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/mod_wsgi4/files/270_mod_wsgi.conf.sample.in b/www/mod_wsgi4/files/270_mod_wsgi.conf.sample.in
new file mode 100644
index 000000000000..bc39734e7c98
--- /dev/null
+++ b/www/mod_wsgi4/files/270_mod_wsgi.conf.sample.in
@@ -0,0 +1,9 @@
+## $FreeBSD$
+## vim: set filetype=apache:
+##
+## module file for mod_wsgi
+##
+## PROVIDE: mod_wsgi
+## REQUIRE:
+
+#LoadModule wsgi_module %%APACHEMODDIR%%/mod_wsgi.so