Making python run on my webserver
- by richzilla
Hi all, im getting a bit stuck regarding options for running python scripts on my server. From the research ive done so far, i can see i need to modify apache slightly to run python scripts, by using either mod_wsgi or mod_python. Two issues i have:
mod_python doesnt appear to be maintained anymore (last release, 2007)
mod_wsgi appears to require modification of my httpd.conf file on a per application basis.
What im wanting to know, is there a way of getting python scripts to run in the same way as php, i.e. just by going to index.py etc... or is it more involved than that?
At present im just trying to set it up on my xampp install.
Any help would be appreciated.