summaryrefslogtreecommitdiff
path: root/strata/apache-httpd-server.morph
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-13 09:28:15 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-22 12:46:29 +0000
commitc763824af2c4c0e0fd81f2d0c6aba34991a3784d (patch)
treec67f895851fa27ef334fa38c84251d66f9e88a7a /strata/apache-httpd-server.morph
parentcff0d075a5ae70bc61fb96c5636527bcadbc0b6b (diff)
downloaddefinitions-c763824af2c4c0e0fd81f2d0c6aba34991a3784d.tar.gz
Add mod_wsgi to httpd-apache-server stratum
Diffstat (limited to 'strata/apache-httpd-server.morph')
-rw-r--r--strata/apache-httpd-server.morph22
1 files changed, 21 insertions, 1 deletions
diff --git a/strata/apache-httpd-server.morph b/strata/apache-httpd-server.morph
index 4231b285..3a02aa0c 100644
--- a/strata/apache-httpd-server.morph
+++ b/strata/apache-httpd-server.morph
@@ -1,6 +1,6 @@
name: apache-httpd-server
kind: stratum
-description: apache http web server
+description: apache http web server and some utilities related to it
build-depends:
- morph: strata/tools.morph
- morph: strata/pcre-utils.morph
@@ -26,3 +26,23 @@ chunks:
build-depends:
- apr
- apr-util
+- name: psutil
+ repo: github:giampaolo/psutil
+ ref: 2bc8555f0428af81c2d067aa76168ed7bc5e0179
+ unpetrify-ref: release-2.2.0
+ build-depends: []
+- name: mod_wsgi-metrics
+ repo: github:GrahamDumpleton/mod_wsgi-metrics
+ ref: ec715eb593255229f9f45f3f323edbb845c691d8
+ unpetrify-ref: 1.1.1
+ build-depends:
+ - psutil
+- name: mod_wsgi
+ morph: strata/apache-httpd-server/mod_wsgi.morph
+ repo: github:GrahamDumpleton/mod_wsgi
+ ref: 1be8b37aaf07d8cb3083da99d6fda12375221b07
+ unpetrify-ref: 4.4.5
+ build-depends:
+ - apr
+ - httpd
+ - mod_wsgi-metrics