mailman

Discussion in 'Installation/Configuration' started by stefan, Apr 29, 2007.

  1. stefan

    stefan New Member

    Hello all;
    I have a debian etch ispconfig installation on want to use mailman and dont get it run:

    I did in webroot/cgi-bin ln -s /usr/lib/cgi-bin/mailman/ mailman
    in apache derectives I add
    CGI' are enabled for that web.

    but when I do the url
    I get an not found error, also when I do
    can someone help?

    tia
    stefan
     
  2. jnsc

    jnsc rotaredoM Moderator

    I had to add this in order to get it work

    Code:
    ### Mailman Section ###
    ScriptAlias /mailman/ /usr/lib/cgi-bin/mailman/
    ScriptAlias /cgi-bin/mailman/ /usr/lib/cgi-bin/mailman/
    Alias /images/mailman/ /usr/share/images/mailman/
    ### End of Mailman Section ###
     
  3. stefan

    stefan New Member

    thanks for your reply. But this is also not working:

    Can someone help?

    tia stefan
     
  4. jnsc

    jnsc rotaredoM Moderator

    In wich apache did you put this directive? the one from your distribution or the one from ISPConfig? If you used the second, did you specify the port (81)?

    What is in your apache error log?
     
  5. stefan

    stefan New Member

    I use the apache derectives in ispconfig
     
  6. jnsc

    jnsc rotaredoM Moderator

  7. stefan

    stefan New Member

    No, I dont use port 81. There is no need to use port81
     
  8. stefan

    stefan New Member

    In apache2 error.log I can find:
    Can someone help?

    tia
    stefan
     
  9. stefan

    stefan New Member

    solved

    Okay; I have it. SharedIP are not okay. I gave the web its own IP and all is running.

    thanks for help :)


    stefan
     

Share This Page