On 08/03/2017 07:16 PM, Stephen J. Turnbull wrote:
On the other hand, you need to tell WSGI where the Django project (mailman-suite_project?) lives. I use a different syntax:
WSGIDaemonProcess site python-path=/home/django/project user=django group=django display-name=django
And on the apache/MM3/mod_wsgi site I support, I have
WSGIDaemonProcess mailman-web display-name=mailman-web maximum-requests=1000 umask=0002 user=mailman group=mailman python-path=/opt/mailman/mailman-bundler/venv/lib/python2.7/site-packages home=/opt/mailman/mailman-bundler/var
I also have
WSGIScriptAlias /mm3
/opt/mailman/mailman-bundler/bin/mailman-web.wsgi <Directory "/opt/mailman/mailman-bundler/bin"> <Files mailman-web.wsgi> Order deny,allow Allow from all Require all granted </Files> WSGIProcessGroup mailman-web </Directory>
Which is essentially what the OP has with the addition of WSGIProcessGroup mailman-web
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan