repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to testing-x86_64
[arch-packages.git]
/
php7
/
trunk
/
apache.conf
blob
b516b5e66ffa10e2f8fc9ad5bbcddc588cea031a
1
# Required modules: dir_module, php7_module
2
3
<IfModule dir_module>
4
<IfModule php7_module>
5
DirectoryIndex index.php index.html
6
<FilesMatch "\.php$">
7
SetHandler application/x-httpd-php
8
</FilesMatch>
9
<FilesMatch "\.phps$">
10
SetHandler application/x-httpd-php-source
11
</FilesMatch>
12
</IfModule>
13
</IfModule>