On 3/22/23 3:42 AM, thomas--- via Mailman-users wrote:
Hello, very new to mailman3, I used to manage mailman2 on a Debian 10 server. The server has been upgraded to Debian 11 and mailman2 disappear…
I try fresh install of mailman3, prerequisite to data migration, but without success. If some can help, I would be really greatful.
Here is my path:
mailman3-full
install with apt. MySQL config since I have this DBMS
The packaged version included with Debian 11 is out of date. You would be much better off installing Mailman3 and mailmanweb in a virtual environment using pip:
https://docs.mailman3.org/en/latest/install/virtualenv.html
https://docs.mailman3.org/en/latest/config-web.html
dn
python3-pymysql
install with apt after seeing errors in logs- Apache2 configuration (other virtual hosts are present)
<VirtualHost *:80> ServerName newsletter.mydomain.tld Alias /static /var/lib/mailman3/web/static Alias /favicon.ico /var/lib/mailman3/web/static/postorius/img/favicon.ico DocumentRoot /var/lib/mailman3/web/static <Directory "/var/lib/mailman3/web/static"> Require all granted </Directory> ProxyPassMatch ^/static ! ProxyPass / http://localhost:8001/ ProxyPassReverse / http://localhost:8001/ ErrorLog ${APACHE_LOG_DIR}/newsletter_error.log CustomLog ${APACHE_LOG_DIR}/newsletter_access.log combined </VirtualHost>
And now I have a 404 answer when consulting my http page.
When trying to access
/static
sub-path, I getCannot serve directory /var/lib/mailman3/web/static/admin/: No matching DirectoryIndex found
.I also tried
ProxyPass / unix:/run/mailman3-web/uwsgi.sock|uwsgi://localhost
but also fails withNo protocol handler was valid for the URL / (scheme 'uwsgi')
I am a bit lost with that.
Thanks for your help
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/...
This message sent to dnewman@networktest.com