mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
map.jinja: corrected FreeBSD defaults
(We were only supporting 2.4 anyway.)
This commit is contained in:
parent
06e2cee88a
commit
cbc9ad29dc
1 changed files with 11 additions and 11 deletions
|
@ -89,27 +89,27 @@
|
|||
'wwwdir': '/srv/www',
|
||||
},
|
||||
'FreeBSD': {
|
||||
'server': 'apache22',
|
||||
'service': 'apache22',
|
||||
'server': 'apache24',
|
||||
'service': 'apache24',
|
||||
'user': 'www',
|
||||
'group': 'www',
|
||||
'configfile': '/usr/local/etc/apache22/httpd.conf',
|
||||
'portsfile': '/usr/local/etc/apache22/ports.conf',
|
||||
'configfile': '/usr/local/etc/apache24/httpd.conf',
|
||||
'portsfile': '/usr/local/etc/apache24/ports.conf',
|
||||
|
||||
'mod_php5': 'mod_php56',
|
||||
'mod_perl2': 'ap22-mod_perl2',
|
||||
'mod_wsgi': 'ap22-mod_wsgi3',
|
||||
'mod_perl2': 'ap24-mod_perl2',
|
||||
'mod_wsgi': 'ap24-mod_wsgi3',
|
||||
|
||||
'vhostdir': '/usr/local/etc/apache22/Includes',
|
||||
'confdir': '/usr/local/etc/apache22/extra',
|
||||
'modulesdir': '/usr/local/etc/apache22/modules.d',
|
||||
'global_document_root': '/usr/local/www/apache22/data',
|
||||
'vhostdir': '/usr/local/etc/apache24/Includes',
|
||||
'confdir': '/usr/local/etc/apache24/extra',
|
||||
'modulesdir': '/usr/local/etc/apache24/modules.d',
|
||||
'global_document_root': '/usr/local/www/apache24/data',
|
||||
|
||||
'confext': '',
|
||||
'default_site': 'default',
|
||||
'default_site_ssl': 'default-ssl',
|
||||
'logdir': '/var/log/',
|
||||
'wwwdir': '/usr/local/www/apache22/',
|
||||
'wwwdir': '/usr/local/www/apache24/',
|
||||
},
|
||||
'Arch': {
|
||||
'server': 'apache',
|
||||
|
|
Loading…
Add table
Reference in a new issue