I put http://localhost/webui/webui in the web browser and get this error:
MOD_PYTHON ERROR



ProcessId: 17560

Interpreter: '127.0.0.1'



ServerName: '127.0.0.1'

DocumentRoot: '/var/www'



URI: '/webui/webui/'

Location: '/webui/'

Directory: None

Filename: '/var/www/webui'

PathInfo: '/webui/'



Phase: 'PythonHandler'

Handler: 'startmod'



Traceback (most recent call last):



File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line 1537, in HandlerDispatch

default=default_handler, arg=req, silent=hlist.silent)



File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line 1202, in _process_target

module = import_module(module_name, path=path)



File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line 304, in import_module

return __import__(module_name, {}, {}, ['*'])



ImportError: No module named startmod


---------------
How can I get apache2 to work? Thanks for the help.

Max