what do I need to run python on my webserver ?
Should I enable some Apache module ?
Thanks
|
|
|
Make sure you also look at mod_wsgi. It's a nice alternative to running mod_python. Also, depending on your application, FastCGI is also an option (see packages like flup, which kind of acts as a bridge between FastCGI & WSGI). |
|||
|
|
|
Yea, you need mod_python. Or you can enable cgi support by putting in a |
|||
|
|