apache.py
is the old name for wsgiapp.py. It is provided by version of TiddlyWeb prior to 2.0.0
.
It is a small python module that provides an interface between Apache running mod_wsgi and TiddlyWeb. It has one simple job: presenting a function called application
with a WSGI signature to the Python interpreter in the Apache server.