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
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 ? Best regards
-- Mustafa Akgul <akgul@bilkent.edu.tr>
On 05/29/2015 02:42 AM, Mustafa Akgul wrote:
As of now, both URLs work for me. Do you still have an issue or did you solve it?
Looks OK and seems to work. If you still have an issue, I don't know what it would be.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (3)
-
Mark Sapiro
-
Mustafa Akgul
-
Mustafa Akgul