Saltstack Official Apache Formula
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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>