Hi Everyone, I'm new to Python, Mailman and Virtual Environments so please excuse any silly questions...
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 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? I can't quite seem to work out why its only listening on localhost: > netstat -anp | grep 80 tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 3780/python tcp 0 0 127.0.0.1:8001 0.0.0.0:* LISTEN 2608/python tcp 0 0 :::80 :::* LISTEN 3849/httpd Any advice would be greatly appreciated. Thanks! Lauren ------------------------------------------------------ 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
