mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
9 lines
No EOL
245 B
ApacheConf
9 lines
No EOL
245 B
ApacheConf
# Required modules: dir_module, php5_module
|
|
|
|
<IfModule dir_module>
|
|
<IfModule php5_module>
|
|
DirectoryIndex index.php index.html
|
|
AddHandler application/x-httpd-php .php
|
|
AddHandler application/x-httpd-php-source .phps
|
|
</IfModule>
|
|
</IfModule> |