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.

18 lines
487B

  1. # -*- coding: utf-8 -*-
  2. # vim: ft=yaml
  3. ---
  4. apache:
  5. manage_service_states: false
  6. mod_security:
  7. crs_install: true
  8. manage_config: true
  9. sec_rule_engine: 'On'
  10. sec_request_body_access: 'On'
  11. sec_request_body_limit: '14000000'
  12. sec_request_body_no_files_limit: '114002'
  13. sec_request_body_in_memory_limit: '114002'
  14. sec_request_body_limit_action: 'Reject'
  15. sec_pcre_match_limit: '15000'
  16. sec_pcre_match_limit_recursion: '15000'
  17. sec_debug_log_level: '3'