update php for security conf

This commit is contained in:
newnius
2017-03-30 22:23:56 +08:00
parent 7d154bdaa6
commit 342312b75e
5 changed files with 2111 additions and 0 deletions

10
php/5.6/README.md Normal file
View File

@@ -0,0 +1,10 @@
# php-apache 5.6
## CHANGELOG
- remove `Options Indexes` (apache2.conf)
- remove `Options FollowSymLinks` (apache2.conf)
- add `Options SymLinksIfOwnerMatch` to support .htaccess (apache2.conf)
- enable `rewrite`
- update to `ServerTokens Prod` (security.conf)
- update to `ServerSignature Off` (security.conf)
- add `ServerName localhost` (apache2.conf)