On 9/9/24 07:18, Anatoly Oreshkin wrote:
I have installed Mailman3 Core 3.3.8 + Mailman Web from AlmaLinux 9 distro. I have problems with static files in Mailman Web.
First, this list is for Mailman 2.1. The appropriate list for Mailman 3 is [email protected] <https://lists.mailman3.org/mailman3/lists/[email protected]/>
After starting development server at http://127.0.0.1:8000/ DJANGO_SETTINGS_MODULE= settings MAILMAN_WEB_CONFIG= /etc/mailman3/settings.py PYTHONPATH= /etc/mailman3 I'm pointiong browser on http://127.0.0.1:8000/ address and getting intitial Mailman Web page like this: http://127.0.0.1:8000/mailman3/lists/
You need to access Mailman via a web server that proxies mailman requests to 127.0.0.1:8000 and which has an alias for static/ that points to /opt/mailman/web/static.
See https://docs.mailman3.org/en/latest/install/virtualenv.html#nginx-configuration or https://docs.mailman3.org/en/latest/install/virtualenv.html#apache-configuration for examples.
-- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: https://www.mail-archive.com/[email protected]/ https://mail.python.org/archives/list/[email protected]/ Member address: [email protected]
