Parse Python through use of .htaccess
Hey there,
I'm SSH'ing onto a box that runs Apache.
I don't have root access, so can't change httpd.conf to execute python scripts as a CGI. Also I know that there is no mod_python.
Is there any way to execute .py scripts on a per-directory basis using .htaccess?
The actual python interpreter is at /usr/bin/python
Thanks for reading.
|