Saltstack Official Apache Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

137 lines
3.2KB

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. Debian:
  4. server: apache2
  5. service: apache2
  6. user: www-data
  7. group: www-data
  8. configfile: /etc/apache2/apache2.conf
  9. portsfile: /etc/apache2/ports.conf
  10. mod_wsgi: libapache2-mod-wsgi
  11. mod_php5: libapache2-mod-php5
  12. mod_perl2: libapache2-mod-perl2
  13. mod_fcgid: libapache2-mod-fcgid
  14. mod_pagespeed_source: https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_amd64.deb
  15. mod_xsendfile: libapache2-mod-xsendfile
  16. mod_fastcgi: libapache2-mod-fastcgi
  17. mod_geoip: libapache2-mod-geoip
  18. mod_geoip_database: geoip-database
  19. vhostdir: /etc/apache2/sites-available
  20. confdir: /etc/apache2/conf-available
  21. confext: .conf
  22. default_site: default
  23. default_site_ssl: default-ssl
  24. logdir: /var/log/apache2
  25. logrotatedir: /etc/logrotate.d/apache2
  26. wwwdir: /srv
  27. RedHat:
  28. server: httpd
  29. service: httpd
  30. user: apache
  31. group: apache
  32. configfile: /etc/httpd/conf/httpd.conf
  33. mod_ssl: mod_ssl
  34. mod_wsgi: mod_wsgi
  35. conf_mod_wsgi: /etc/httpd/conf.d/wsgi.conf
  36. mod_php5: php
  37. mod_fcgid: mod_fcgid
  38. mod_pagespeed_source: https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_x86_64.rpm
  39. mod_geoip: mod_geoip
  40. mod_geoip_database: GeoIP
  41. vhostdir: /etc/httpd/vhosts.d
  42. confdir: /etc/httpd/conf.d
  43. confext: .conf
  44. default_site: default
  45. default_site_ssl: default-ssl
  46. logdir: /var/log/httpd
  47. logrotatedir: /etc/logrotate.d/httpd
  48. wwwdir: /var/www
  49. default_charset: UTF-8
  50. use_require: False
  51. moddir: /etc/httpd/conf.modules.d
  52. Gentoo:
  53. server: www-servers/apache
  54. service: apache2
  55. user: apache
  56. group: apache
  57. configfile: /etc/apache2/httpd.conf
  58. mod_wsgi: www-apache/mod_wsgi
  59. mod_fcgid: www-apache/mod_fcgid
  60. vhostdir: /etc/apache2/vhosts.d
  61. confdir: /etc/conf.d/apache2
  62. confext: .conf
  63. default_site: default
  64. default_site_ssl: default-ssl
  65. logdir: /var/log/apache2
  66. logrotatedir: /etc/logrotate.d/apache2
  67. wwwdir: /var/www
  68. Suse:
  69. server: apache2
  70. service: apache2
  71. user: wwwrun
  72. group: www
  73. configfile: /etc/apache2/httpd.conf
  74. mod_wsgi: apache2-mod_wsgi
  75. mod_php5: apache2-mod_php5
  76. mod_fcgid: apache2-mod_fcgid
  77. vhostdir: /etc/apache2/vhosts.d
  78. confdir: /etc/apache2/conf.d
  79. confext: .conf
  80. default_site: vhost.template
  81. default_site_ssl: vhost-ssl.template
  82. logdir: /var/log/apache2
  83. wwwdir: /srv/www
  84. FreeBSD:
  85. server: apache24
  86. service: apache24
  87. user: www
  88. group: www
  89. configfile: /usr/local/etc/apache24/httpd.conf
  90. portsfile: /usr/local/etc/apache24/ports.conf
  91. mod_php5: mod_php56
  92. mod_perl2: ap24-mod_perl2
  93. mod_wsgi: ap24-mod_wsgi3
  94. vhostdir: /usr/local/etc/apache24/Includes
  95. confdir: /usr/local/etc/apache24/extra
  96. modulesdir: /usr/local/etc/apache24/modules.d
  97. global_document_root: /usr/local/www/apache24/data
  98. confext:
  99. default_site: default
  100. default_site_ssl: default-ssl
  101. logdir: /var/log/
  102. wwwdir: /usr/local/www/apache24/
  103. Arch:
  104. server: apache
  105. service: httpd
  106. user: http
  107. group: http
  108. configfile: /etc/httpd/conf/httpd.conf
  109. mod_wsgi: mod_wsgi
  110. vhostdir: /etc/httpd/conf/vhosts
  111. confdir: /etc/httpd/conf/extra
  112. modulesdir: /usr/lib/httpd/modules
  113. confext: .conf
  114. logdir: /var/log/httpd
  115. wwwdir: /srv/http
  116. default_site: default
  117. default_site_ssl: default-ssl