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-02-11 18:30:33 +0000
commitcdf009775e65737a708c7fd7c6788c7fdd316d2c (patch)
treef188061fffbc561cbdc1b294d0e6aafe4370eb07 /strata/apache-httpd-server.morph
parentc31a407d14cff4176ea5baf40b64ee21c9988e3d (diff)
downloaddefinitions-cdf009775e65737a708c7fd7c6788c7fdd316d2c.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