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
4.10.3-2: add gtktreeviewmodel fixes
[arch-packages.git]
/
php
/
repos
/
extra-x86_64
/
apache.conf
blob
bc57ba73dbcdf33dfc76296e788d15c01ab68a26
1
# Required modules: dir_module, php_module
2
3
<IfModule dir_module>
4
<IfModule php_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>