From 9cd070302fafb770cfe3923a0b64147abd8461d7 Mon Sep 17 00:00:00 2001 From: Niels Abspoel Date: Sun, 8 Mar 2015 22:12:36 +0100 Subject: [PATCH] Added basic opensuse support --- apache/map.jinja | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/apache/map.jinja b/apache/map.jinja index 60bbbba..2f04647 100644 --- a/apache/map.jinja +++ b/apache/map.jinja @@ -29,6 +29,21 @@ 'wwwdir': '/var/www', 'use_require': False, }, + 'Suse': { + 'server': 'apache2', + 'service': 'apache2', + + 'mod_wsgi': 'apache2-mod_wsgi', + + 'vhostdir': '/etc/apache2/vhosts.d', + 'confdir': '/etc/httpd/conf.d', + 'confext': '.conf', + 'default_site': 'vhost.template', + 'default_site_ssl': 'vhost-ssl.template', + 'logdir': '/var/log/apache2', + 'wwwdir': '/srv/www', + 'use_require': True, + }, 'FreeBSD': { 'server': 'apache22', 'service': 'apache22',