morss/www/cgi/.htaccess

8 lines
101 B
ApacheConf

deny from all
<Files main.py>
allow from all
AddHandler cgi-script .py
Options +ExecCGI
</Files>