aboutsummaryrefslogtreecommitdiff
path: root/site/service/.htaccess
blob: 35d526f0578c0a01b3bee4d2edb818285aa07530 (plain)
1
2
3
4
5
6
7
8
Options +ExecCGI
AddHandler cgi-script .py
DirectoryIndex request.py
<Files request.py>
	Options +ExecCGI
	AddHandler cgi-script .py
	Require all granted
</Files>