From 10133d4cc0ed239b43ab080ee8e2953dc23e92e8 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 24 Aug 2009 10:14:06 -0700 Subject: Formula for mod_wsgi. mod_wsgi is an Apache module that allows wsgi-compliant Python apps to run under Apache or as separate daemons. --- Library/Formula/mod_wsgi.rb | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Library/Formula/mod_wsgi.rb (limited to 'Library') diff --git a/Library/Formula/mod_wsgi.rb b/Library/Formula/mod_wsgi.rb new file mode 100644 index 000000000..c557300a8 --- /dev/null +++ b/Library/Formula/mod_wsgi.rb @@ -0,0 +1,28 @@ +require 'brewkit' + +class ModWsgi