Making python run on my webserver

Posted by richzilla on Server Fault See other posts from Server Fault or by richzilla
Published on 2010-04-28T15:05:26Z Indexed on 2010/04/28 15:44 UTC
Read the original article Hit count: 284

Filed under:
|
|

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.

© Server Fault or respective owner

Related posts about python

Related posts about web-development