[Mailman-Users] HA: HA: Bug in Mailman

lkolchin at univ.haifa.ac.il lkolchin at univ.haifa.ac.il
Tue Aug 23 17:14:23 CEST 2005


Hello,
You didn't have to cp /usr/local/mailman/cgi-bin  /var/www/cgi-bin.
For Fedora, you have to make these changes in apache config:
 
ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/
<Directory /usr/lib/mailman/cgi-bin/>
    AllowOverride None
    Options ExecCGI
    Order allow,deny
    Allow from all
</Directory>
Alias /pipermail/ /var/lib/mailman/archives/public/
<Directory /var/lib/mailman/archives/public>
    Options Indexes MultiViews FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
# Uncomment the following line, replacing www.example.com with your server's
# name, to redirect queries to /mailman to the listinfo page (recommended).
# RedirectMatch ^/mailman[/]*$ http://www.example.com/mailman/listinfo
 
May be you should first try to follow step-by-step, this tutorial:
http://www.yolinux.com/TUTORIALS/LinuxTutorialMailman.html
 
It's concerning your distribution particulary.
 
Regards,
Leon Kolchinsky

________________________________

От: plaza c [mailto:plaza.plaza at gmail.com]
Отправлено: Вт, 8/23/2005 4:38
Кому: ???? ????'?????
Тема: Re: HA: [Mailman-Users] Bug in Mailman



Hi, Im new and hope the following information would help to understand
 the problem.
This is :
1. tail -f /path/to/your/apache/error_log

[Tue Aug 23 19:42:42 2005] [error] [client 192.168.99.52] \tREMOTE_PORT: 32874
[Tue Aug 23 19:42:42 2005] [error] [client 192.168.99.52]
[Tue Aug 23 19:42:42 2005] [error] [client 192.168.99.52]
\tHTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5
[Tue Aug 23 19:42:42 2005] [error] [client 192.168.99.52]
[Tue Aug 23 19:42:42 2005] [error] [client 192.168.99.52]
\tHTTP_ACCEPT_ENCODING: gzip,deflate
[Tue Aug 23 19:42:42 2005] [error] [client 192.168.99.52]
[Tue Aug 23 19:42:42 2005] [error] [client 192.168.99.52] \tPATH_INFO: /list1
[Tue Aug 23 19:42:42 2005] [error] [client 192.168.99.52]
[Tue Aug 23 19:42:43 2005] [error] [client 192.168.99.52] File does
not exist: /var/www/html/favicon.ico
[Tue Aug 23 19:42:43 2005] [error] [client 192.168.99.52] File does
not exist: /var/www/html/cgi-bin/missing_handler.pl

2. I configured the mailman as per the documentation given at
www.list.org and http://www.linuxhelp.net/guides/mailman/
I did not configure the virtual hosts.Im working on a machine in lan
,Doing an experimentation to be later implemented on the server. My
FQDN is http://somedomain.com. Im using postfix 2.1.5-5 and apache.

3.
This  is the required lines from apache.conf

 ScriptAlias /mailman/ /var/www/cgi-bin/
#
# "/var/www/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/var/www/cgi-bin/">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>

I had Done  :  cp /usr/local/mailman/cgi-bin  /var/www/cgi-bin
Im using fedora core 3
I have also reffered http://wiki.linuxhelp.net/index.php/Mailman_Setup
as a help.





More information about the Mailman-Users mailing list