> Emmanuel: You my friend are a genius ... , I probably bumped into the same issue at some point in the past - no more ;-)
> Starting httpd: [Thu Oct 05 23:12:27 2006] [warn] module python_module > is already loaded, skipping > Should I just not worry about it? You probably have two 'LoadModule python_module" in your Apache config. I don't know/like RedHat, but on Debian modules are loaded with the files included from /etc/apache2/mods-enabled/ dir that contain links to /etc/apache2/mods-available dir. This means that mod_python is loaded from one of these files and that there's no need to add a LoadModule directive where Trac section is defined. It is likely that you have this kind of issue. Not a big deal. Cheers, Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users -~----------~----~----~----~------~----~------~--~---
