onsdag 22 januari 2025 kl. 08:34:25 UTC+1 skrev Jun Omae:
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). I understand the intended meaning but it could be interpreted the wrong way. How about adding some small words to make it explicit that mod_wsgi and mod_python are mutually exclusive? [[[ Index: INSTALL.rst =================================================================== --- INSTALL.rst (revision 17872) +++ INSTALL.rst (working copy) @@ -155,12 +155,12 @@ Alternatively you can configure Trac to run in any of the following environments: -- `Apache <https://httpd.apache.org/>`__ with +- `Apache <https://httpd.apache.org/>`__ with one of: - `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>`__. + IntegrationWithTrac <https://code.google.com/p/modwsgi/wiki/IntegrationWithTrac>`__, or: - `mod_python 3.5.0 <http://modpython.org/>`__, see `TracModPython <https://trac.edgewall.org/wiki/TracModPython>`__ ]]] Kind regards, Daniel -- 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/ba1da725-e213-42d2-a915-2b534a2572efn%40googlegroups.com.
