One way to use TiddlyWeb with Apache is to mount it using the mod_python module. mod_wsgi is a better choice, but if you have to use mod_python you can set it up as follows:
  1. Install mod_python for your apache server if it is not already there. Instructions on how to do this are out of scope for TiddlyWeb. See http://www.modpython.org/ for more information
  2. If you don't have it, get and install the ModPythonGateway according to the instructions on that page.
  3. Get apache.py and put it in your instance directory. That file includes information in the comments on how to modify your apache configuration and your tiddlywebconfig.py.

Common Problems