mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-04 06:47:13 +08:00
89f5fdf6ea
- added some makedeps - fixed some pkgs - broken pkgs: 7
9 lines
245 B
ApacheConf
9 lines
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> |