> 
> There is something wrong with your web server configuration. 
> Instead of executing Mailman's cgi-bin/create wrapper and 
> serving it's output, the web server is serving the wrapper 
> file as text.
> 
> -- 

Do you have any idea how to fix this problem with my web server
configuration? It is Apache 1.3.36

Below are some setting from apache:
LoadModule cgi_module         libexec/apache/mod_cgi.so
AddModule mod_cgi.c
User nobody
Group nobody
    Alias /mailman/ "/usr/local/mailman/cgi-bin/"

 <Directory "/usr/local/mailman/cgi-bin/">
        Options Indexes FollowSymlinks MultiViews ExecCGI
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

ScriptAlias /mailman/ "usr/local/mailman/cgi-bin/"

    AddHandler cgi-script .cgi .py


Thanks for all help

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to