mod_WSGI is a Python WSGI adapter module for Apache.
From the mod_WSGI Homepage:
The aim of mod_wsgi is to implement a simple to use Apache module which can host any Python application which supports the Python WSGI interface. The module would be suitable for use in hosting high performance production web sites, as well as your average self managed personal sites running on web hosting services.
PyLucid can run with mod_WSGI. We provide ready-to-use mod_WSGI dispacher files (index.wsgi) and .htaccess. They are stored in: ./scripts/apache_files
You can easy switch between mod_WSGI, fastCGI and CGI.
Links:
django-processinfo: 5.2 ms of 200.3 ms (2.6%)