mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-08 09:01:55 +00:00
11 lines
371 B
Markdown
11 lines
371 B
Markdown
# 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)
|