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 extra-x86_64
[arch-packages.git]
/
php-legacy
/
trunk
/
apache.conf
blob
a7840cdd01dbc4b1f446cee3196fcfabc32d8eb3
1
# Required modules: dir_module, php-legacy_module
2
3
<IfModule dir_module>
4
<IfModule php-legacy_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>