Welcome to mirror list, hosted at ThFree Co, Russian Federation.

00_mod_info.conf « modules.d « apache2 « apache « gentoo_apache « testdata « tests « certbot_apache « certbot-apache - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2cd32c477e898498be52d095cdba743fecb16156 (plain)
1
2
3
4
5
6
7
8
9
10
<IfDefine INFO>
# Allow remote server configuration reports, with the URL of
# http://servername/server-info
<Location /server-info>
	SetHandler server-info
	Require local
</Location>
</IfDefine>

# vim: ts=4 filetype=apache