2015-02-20 0:16 GMT+00:00 Stephen J. Turnbull <[email protected]>: > John McIntyre writes: > > > I'm guessing that apache can proxy for the mailman server, but what > > about e-mail? > > For the webserver, I think a virtualhost configuration in Apache like > > <VirtualHost *:80> > ServerName mailman.example.com > ServerAdmin [email protected] > <Location /> > Require all granted > ProxyPass http://mailman.example.com:80/ > ProxyPassReverse http://mailman.example.com:80/ > </Location> > </VirtualHost> > > Thanks for that, I'm about to try it.
When you say 'webserver', you mean the main webserver, to which my router forwards all http(s) traffic? John. ------------------------------------------------------ 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
