Imrove provided .htaccess

This commit is contained in:
2017-07-23 20:22:40 +02:00
parent 3bfad54add
commit 10cbebb80c
2 changed files with 7 additions and 8 deletions

7
www/cgi/.htaccess Normal file
View File

@@ -0,0 +1,7 @@
deny from all
<Files main.py>
allow from all
AddHandler cgi-script .py
Options +ExecCGI
</Files>