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 ''mod_info'' in Apache to display specific details regarding the installation of Apache.
 +
 +== Configuration ==
 +
 +<code>
 +<Location /server-info>
 +    SetHandler server-info
 +    Order deny,allow
 +    Deny from all
 +    Allow from 1.2.3.4
 +</Location>
 +</code>
 +
 +== Gentoo ==
 +
 +Add ''-D INFO'' to ''APACHE2_OPTS'' in ''/etc/conf.d/apache2''
 +
 +
 +==== Apache MPM Configurations ====
 +
 +  * [[Apache MPM Prefork]]
 +  * [[Apache MPM Worker]]
 +
  

Navigation
QR Code
QR Code apache_server_info (generated for current page)