[Mailman-Users] mailman and httpd vhost

2014-11-09 Thread Stephen J. Turnbull
Igor Gnatenko writes: > ScriptAlias mm.clanwars.org:8080 /usr/lib/mailman/cgi-bin/ Your syntax is broken. ScriptAlias Directive Description:Maps a URL to a filesystem location and designates the target as a CGI script Syntax: ScriptAlias URL-path file-path|directory-path

Re: [Mailman-Users] mailman and httpd vhost

2014-11-08 Thread Mark Sapiro
On 11/08/2014 06:29 AM, Igor Gnatenko wrote: > > ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/ > Alias /pipermail/ /var/lib/mailman/archives/public/ > ScriptAlias mm.clanwars.org:8080 /usr/lib/mailman/cgi-bin/ > > # Uncomment the following line, replacing www.example.com with your server's > #

[Mailman-Users] mailman and httpd vhost

2014-11-08 Thread Igor Gnatenko
Hey, I've installed mailman and I'm trying to get webUI. Fedora release 20 (Heisenbug) mailman-2.1.18.1-1.fc20.x86_64 I have nginx as reverse proxy and vhost in apache for mailman. /etc/nginx/conf.d/apache-proxy.conf server { listen 80 default_server; server_name web.clanwars.org