🔒 Repository is read-only – file editing is disabled.

recipes/gui/php/apache.conf main

11 linii Raw ← Powrót
1234567891011
<IfModule dir_module>
    <IfModule php_module>
      DirectoryIndex index.php index.html
      <FilesMatch "\.php$">
         SetHandler application/x-httpd-php
      </FilesMatch>
       <FilesMatch "\.phps$">
         SetHandler application/x-httpd-source
      </FilesMatch>
    </IfModule>
</IfModule>