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.

11 lines
263B

  1. LoadModule php5_module /usr/local/libexec/{{ svcname }}/libphp5.so
  2. DirectoryIndex index.html index.php
  3. <FilesMatch "\.php$">
  4. SetHandler application/x-httpd-php
  5. </FilesMatch>
  6. <FilesMatch "\.phps$">
  7. SetHandler application/x-httpd-php-source
  8. </FilesMatch>