summaryrefslogtreecommitdiff
path: root/www/mod_wsgi4/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--www/mod_wsgi4/pkg-descr5
1 files changed, 0 insertions, 5 deletions
diff --git a/www/mod_wsgi4/pkg-descr b/www/mod_wsgi4/pkg-descr
deleted file mode 100644
index f0087038e1da..000000000000
--- a/www/mod_wsgi4/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-The mod_wsgi adapter is an Apache module that provides a WSGI compliant
-interface for hosting Python based web applications within Apache. The
-adapter is written completely in C code against the Apache C runtime and
-for hosting WSGI applications within Apache has a lower overhead than using
-existing WSGI adapters for mod_python or CGI.