Mailman 404 error

Discussion in 'Installation/Configuration' started by Bruno Martins, Dec 30, 2015.

  1. Bruno Martins

    Bruno Martins New Member

    Hi everyone,
    I have an ISPConfig deployment running fine, except mailman.

    My setup was guided by this thread by your setup guide for CentOS 7.

    Also, I have created a DNS record lists.mydomain.ex to point to my server and created a website with this domain under ISPConfig. Mailing list is created successfully under ISPConfig's web interface (and I receive an e-mail message about it), however it does not work when I try to access hxxp://lists.mydomain.ex/cgi-bin/mailman/listinfo/teste (being 'teste' my list name) nor using hxxp://server.name.fqdn/cgi-bin/mailman/listinfo/teste.

    The error logged in the log files is the following:
    [Wed Dec 30 16:47:43.212485 2015] [cgi:error] [pid 19835] [client x.x.x.x:4577] script not found or unable to stat: /var/www/cgi-bin/mailman​

    Also, on the browser itself I just see this error:
    ERROR 404 - Not Found!
    The following error occurred:
    The requested URL was not found on this server.
    Please check the URL or contact the webmaster.​

    Can you please tell me what I am missing or where can I look at?

    Mailman configuration is as follows:

    #
    # httpd configuration settings for use with mailman.
    #

    ScriptAlias /mailman/ /usr/lib/mailman/cgi-bin/
    ScriptAlias /cgi-bin/mailman/ /usr/lib/mailman/cgi-bin/
    <Directory /usr/lib/mailman/cgi-bin/>
    AllowOverride None
    Options ExecCGI
    #Require all granted
    Order allow,deny
    Allow from all
    </Directory>


    #Alias /pipermail/ /var/lib/mailman/archives/public/
    Alias /pipermail /var/lib/mailman/archives/public/
    <Directory /var/lib/mailman/archives/public>
    # Options MultiViews FollowSymLinks
    Options Indexes MultiViews FollowSymLinks
    AllowOverride None
    # Require all granted
    Order allow,deny
    AddDefaultCharset Off
    Allow from all
    </Directory>
    Thank you!

    Best regards,
    Bruno
     
    saravanaperumal likes this.
  2. Bruno Martins

    Bruno Martins New Member

    Hi everyone,

    No ideas?

    Thank you!
     

Share This Page