Browse Source

Added basic opensuse support

tags/v0.37.4
Niels Abspoel 9 years ago
parent
commit
9cd070302f
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      apache/map.jinja

+ 15
- 0
apache/map.jinja View File

@@ -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',

Loading…
Cancel
Save