You should not use mod_wsgi-standalone package. You should use the standard mod_wsgi package and ensure that system Apache development package is installed so that mod_wsgi is compiled against and uses it instead.
Next is that Trac provides only instructions for integrating with system Apache and does not provide instructions for integrating with mod_wsgi-express command line (which is another reason why can't use mod_wsgi-standalone package). So it is unclear how you might even have set things up if trying to use mod_wsgi-express. Either way, the tracd process should not be running, as that isn't how things work if embedding Trac with Apache/mod_wsgi. Instructions for using Trac with Apache/mod_wsgi can be found at: * https://trac.edgewall.org/wiki/TracModWSGI Also be aware that Trac only supports Python 2.7 and you cannot use Python 3.0. To be of any more help I would need to know more about how you are running things and configuring system Apache. Graham > On 1 Dec 2023, at 5:36 am, Doug Epling <[email protected]> wrote: > > I am determined to get this working. The thing is developers write copious > documentation, without revision dates, and technology does not stand still. > > I am down to one virtual environment with mod_wsgi-standalone in lib64/ with > Python site-packages and with Trac in lib/ with site-packages. The project > is in /opt/<dir>/<poject>. tracd will start serving, but without its own > server it will not cooperate. mod_python-express will execute to show the > snake whisky. > > I have just learned of the new[ish] pipx command to work with virtualenv's, > which seems promising. But I am hoping someone could suggest a more direct > route to China, so to speak. > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/modwsgi/4009c806-cb95-4dc2-baa9-f7b48251c309n%40googlegroups.com > > <https://groups.google.com/d/msgid/modwsgi/4009c806-cb95-4dc2-baa9-f7b48251c309n%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/modwsgi/280DBABC-6516-40AF-BDDF-74C3A4057E1F%40gmail.com.
