summaryrefslogtreecommitdiffstats
path: root/dyndns-update/apache-dyndns-update.conf
blob: 12c04506a25fb569a0e1edd266fc35fb1ba29801 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ScriptAlias /ip/dyndns-update "/var/cgi-bin/dyndns-update"
ScriptAlias /ip/my "/var/cgi-bin/myip"

<Directory "/var/cgi-bin">
	AllowOverride None
	Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
	Require all granted
</Directory>

<Directory /var/www/ip>
	Options -Indexes -MultiViews
</Directory>
bues.ch cgit interface