Skip to content

Instantly share code, notes, and snippets.

View gustawdaniel's full-sized avatar
✒️
typing...

Daniel Gustaw gustawdaniel

✒️
typing...
View GitHub Profile
@gustawdaniel
gustawdaniel / php7.conf
Created December 24, 2016 16:45
Compilation PHP 7.0.14 on BunsenLabs Hydrogen 2016-07-10
<FilesMatch ".+\.ph(p[3457]?|t|tml)$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch ".+\.phps$">
SetHandler application/x-httpd-php-source
# Deny access to raw php sources by default
# To re-enable it's recommended to enable access to the files
# only in specific virtual host or directory
Require all denied
</FilesMatch>