On 2025/01/22 15:36, Mike L wrote: > Thanks for the pointer to secure_cookies option. > > The trac installation instructions say: > > # Apache <https://httpd.apache.org/> with > > * mod_wsgi <https://github.com/GrahamDumpleton/mod_wsgi>, see TracModWSGI > <https://trac.edgewall.org/wiki/TracModWSGI> and ModWSGI IntegrationWithTrac > <https://code.google.com/p/modwsgi/wiki/IntegrationWithTrac>. > * mod_python 3.5.0 <https://modpython.org/>, see TracModPython > <https://trac.edgewall.org/wiki/TracModPython>
The mod_wsgi and mod_python cannot be used in the same time. If you want to use mod_wsgi, mod_python must be disabled (or uninstalled). If you want to use mod_python, mod_wsgi must be disabled (or uninstalled). > So as it stands now it isn't possible to run trac under apache because of > this conflict. This is what I'm hoping is going to be remedied in a future > release. Impossible. That is a technical issue of Python interpreter in mod_wsgi and mod_python. That is not a Trac issue. -- Jun Omae <[email protected]> (大前 潤) -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/trac-users/572bf1ca-1a2d-4bf2-896d-38e7b36a8300%40gmail.com.
