> > On 05/29/2015 02:42 AM, Mustafa Akgul wrote: > > > > I have debian jessie running apache2 2.4.10-10 , > > mailman 1:2.1.18-2 and > > postfix 2.11.3-1 > > I have difficulty i mailman-apache interface. > > I was running on debian7 and apache2.2 nicely. > > I took mailman, apache.conf, modified allow,deny setting > > > > http://filiz.inet-tr.org.tr/cgi-bin/mailman/listinfo > > ask what to do with listinfo > > > > http://filiz.inet-tr.org.tr/cgi-bin/mailman/admindb/edu-net > > I got > > The requested URL /cgi-bin/mailman/admindb/edu-net was not found on this > > server > > > As of now, both URLs work for me. Do you still have an issue or did you > solve it? > > I have solved it. mod.cgi was missing. After enabling it, it works fine
Thanks Mustafa Akgul > > mailman.conf in apache sites-enabled is: > > > > ScriptAlias /cgi-bin/mailman/ /usr/lib/cgi-bin/mailman/ > > Alias /pipermail/ /var/lib/mailman/archives/public/ > > Alias /images/mailman/ /usr/share/images/mailman/ > > > > <Directory /usr/lib/cgi-bin/mailman/> > > AllowOverride None > > Options ExecCGI > > # AddHandler cgi-script .cgi > > Require all granted > > </Directory> > > <Directory /var/lib/mailman/archives/public/> > > Options FollowSymlinks > > AllowOverride None > > Require all granted > > </Directory> > > <Directory /usr/share/images/mailman/> > > AllowOverride None > > Require all granted > > </Directory> > > > > <VirtualHost *:80> > > ServerName liste.inet-tr.org.tr > > ServerAlias filiz.inet-tr.org.tr > > DocumentRoot /var/www/web > > ErrorLog /var/log/apache2/liste-error.log > > CustomLog /var/log/apache2/liste-access.log combined > > > > <Directory /var/lib/mailman/archives/> > > Options FollowSymLinks > > AllowOverride None > > </Directory> > > > > ---- > > Any suggestion ? > > > Looks OK and seems to work. If you still have an issue, I don't know > what it would be. > > -- > 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/akgul%40bilkent.edu.tr > ------------------------------------------------------ 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
