aboutsummaryrefslogtreecommitdiff
path: root/site/sound/.htaccess
blob: bb648ea06d114b4f676150b3ffb4020da732d6cd (plain)
1
2
3
4
5
6
7
8
Options +ExecCGI
AddHandler cgi-script .py

<Files collection_udo.py>
	Options +ExecCGI
	AddHandler cgi-script .py
	Require all granted
</Files>