What steps will reproduce the problem? Use any wsgi-file (the wsgi-sample will do) and put "import pyodbc" on top of it. What is the expected output? What do you see ...
mod_python is more than just a CGI/WSGI alternative — you can use it not only to serve Python-based applications that run faster than traditional CGI, but you can actually use exposed Apache APIs to ...
Amish country Pythonista here.<BR><BR>I want to use mod_wsgi under Apache and I'm past the 'hello_world.wsgi' stage. But I'm fuzzy on where to keep shared code -- stuff that would have been modules in ...
''mk.recipe.modwsgi'' is a zc.buildout recipe which creates entry point for mod_wsgi. It's based on ''collective.recipe.modwsgi'' but I decided to create it after failed to find recipe that generate ...
Topic ===== flaw in mod_python allows Denial-of-Service (DoS) attack against apache web server Problem Description ===== mod_python embeds the Python language interpreter within the Apache httpd ...