summaryrefslogtreecommitdiff
path: root/unmaintained/strata/apache-httpd-server/mod_wsgi.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-07 10:01:07 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-07 10:01:07 +0000
commitf6046f9b54c1f14d12a67fa66ca0c881b49e8ceb (patch)
tree7c4d5b1aa87b991fecb0b2c585514069947c3f0a /unmaintained/strata/apache-httpd-server/mod_wsgi.morph
parentdeba555368fd21316025c5ee0eaaf517b938775e (diff)
downloaddefinitions-f6046f9b54c1f14d12a67fa66ca0c881b49e8ceb.tar.gz
Move old Baserock format definitions into old/ directory
Diffstat (limited to 'unmaintained/strata/apache-httpd-server/mod_wsgi.morph')
-rw-r--r--unmaintained/strata/apache-httpd-server/mod_wsgi.morph18
1 files changed, 0 insertions, 18 deletions
diff --git a/unmaintained/strata/apache-httpd-server/mod_wsgi.morph b/unmaintained/strata/apache-httpd-server/mod_wsgi.morph
deleted file mode 100644
index 86004ad3..00000000
--- a/unmaintained/strata/apache-httpd-server/mod_wsgi.morph
+++ /dev/null
@@ -1,18 +0,0 @@
-name: mod_wsgi
-kind: chunk
-build-system: autotools
-configure-commands:
-- |
- ./configure --prefix="$PREFIX" \
- --with-apxs=/usr/bin/apxs
-post-install-commands:
-- |
- install -D -m 644 /proc/self/fd/0 <<'EOF' "$DESTDIR"/etc/httpd/conf.d/wsgi.conf
- # NOTE: mod_wsgi can not coexist in the same apache process as
- # mod_wsgi_python3. Only load if mod_wsgi_python3 is not
- # already loaded.
-
- <IfModule !wsgi_module>
- LoadModule wsgi_module /usr/lib/httpd/modules/mod_wsgi.so
- </IfModule>
- EOF