On 06/26/2014 04:48 PM, Lauren Baird wrote: > > I have an existing python app running on my webserver at: > subdomain.mydomain.com > I have additionally installed mailman and the ui which is available on port > 8000 via lynx on the command line at: > lynx 127.0.0.1:8000 > I had to install this in a virtual environment as the python version was > different to the original app/what was available in yum.
What process is listening at 127.0.0.1:8000 and serving the Mailman web UI? > What I can't do is now get mailman's ui to show up on anything but the > localhost. > How do I direct either > > subdomain.mydomain.com:8000 > or > subdomain2.mydomain.com > > to the mailman interface? Configure your web server that serves those domains to invoke Mailman's CGI wrappers for Mailman's URLs. See <http://www.list.org/mailman-install/node10.html>. -- 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] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
