info.conf 311 B

12345678910
  1. # Allow remote server configuration reports, with the URL of
  2. # http://servername/server-info (requires that mod_info.c be loaded).
  3. # Uncomment and change the "192.0.2.0/24" to allow access from other hosts.
  4. #
  5. <Location /server-info>
  6. SetHandler server-info
  7. Require local
  8. #Require ip 192.0.2.0/24
  9. </Location>