Differences
This shows you the differences between two versions of the page.
— | apache_server_info [2015/06/01 21:36] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Apache Server Info ====== | ||
+ | |||
+ | * [[Apache]] | ||
+ | * [[Apache Security]] | ||
+ | |||
+ | You can use '' | ||
+ | |||
+ | == Configuration == | ||
+ | |||
+ | < | ||
+ | < | ||
+ | SetHandler server-info | ||
+ | Order deny,allow | ||
+ | Deny from all | ||
+ | Allow from 1.2.3.4 | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | == Gentoo == | ||
+ | |||
+ | Add '' | ||
+ | |||
+ | |||
+ | ==== Apache MPM Configurations ==== | ||
+ | |||
+ | * [[Apache MPM Prefork]] | ||
+ | * [[Apache MPM Worker]] | ||
+ | |||