Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Phylliss660

1 Comments

Sorted by latest first Latest Oldest Best

 

@Rambettina238

Nevermind, I got it working.

test.py

#!/usr/bin/env python
import cgitb
import cgi
cgitb.enable()
cgi.test()


.htaccess

Options +ExecCGI
AddHandler cgi-script .py


Set execute on test.py by chmod 755

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme