Thanks for the response, Mark!
I did not have anything like that. Does it matter where it goes within
the http conf file? I added it to the end of that file, but I got the
same error message.
Here are the last 10 lines of my http conf file:
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
BrowserMatch ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
Include "C:\Program Files\BitNami Trac Stack/apache2/
conf/ssi.conf"
LoadModule python_module modules/mod_python.so
Include "C:/Program Files/BitNami Trac Stack/trac/conf/trac.conf"
Thanks again