Saltstack Official Apache Formula
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

11 rindas
258B

  1. LoadModule php5_module /usr/local/libexec/apache24/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>