github.com/ddev/ddev@v1.23.2-0.20240519125000-d824ffe36ff3/containers/ddev-webserver/ddev-webserver-base-files/etc/apache2/mods-available/info.conf (about) 1 <IfModule mod_info.c> 2 3 # Allow remote server configuration reports, with the URL of 4 # http://servername/server-info (requires that mod_info.c be loaded). 5 # Uncomment and change the "192.0.2.0/24" to allow access from other hosts. 6 # 7 <Location /server-info> 8 SetHandler server-info 9 Require local 10 #Require ip 192.0.2.0/24 11 </Location> 12 13 </IfModule> 14 15 # vim: syntax=apache ts=4 sw=4 sts=4 sr noet