On Sat, Sep 08, 2001 at 06:46:41PM +0200, Martin Seebach wrote:
> Hello,
>
> I have spend most of the day trying to get mailman to work on my Debian-Potato
>server. Everything seems go fine, and I can create a new list using newlist etc. but
>the cgi-bin directory is empty except for a file, "-data". What could I hvae done
>wrong to get this error?
>
> Best regards,
> Martin Seebach
hi Marting,
when you say files are missing, do you mean from the web interface or in the
actual directory list. it worked pretty much straight out of the box on
potato for me. Below are the only apache(ssl) edits we needed to make:
### in srm.conf, added
Alias /pipermail/ /var/lib/mailman/archives/public/
Alias /mailman/private/ /var/lib/mailman/archives/private/
### in access.conf, added (instead of having users type out full path)
# Redirect main (plaintext) page to plaintext mailman site
RedirectMatch permanent ^/$ https://mailman.epic.org/cgi-bin/mailman/listinfo/
/usr/lib/cgi-bin/mailman is a softlink to /usr/lib/mailman/cgi-bin (yeah
sounds confusing but it makes sense if you think about it :-D) and that
directory has the following files in it:
donfede@mailman:/etc/apache-ssl$ ls -l /usr/lib/mailman/cgi-bin/
total 80
-rwxr-sr-x 1 root list 5332 May 29 2000 admin
-rwxr-sr-x 1 root list 5336 May 29 2000 admindb
-rwxr-sr-x 1 root list 5336 May 29 2000 archives
-rwxr-sr-x 1 root list 5336 May 29 2000 edithtml
-rwxr-sr-x 1 root list 5344 May 29 2000 handle_opts
-rwxr-sr-x 1 root list 5336 May 29 2000 listinfo
-rwxr-sr-x 1 root list 5336 May 29 2000 options
-rwxr-sr-x 1 root list 5336 May 29 2000 private
-rwxr-sr-x 1 root list 5332 May 29 2000 roster
-rwxr-sr-x 1 root list 5340 May 29 2000 subscribe
any more details on your config/problem?
donfede
------------------------------------------------------
Mailman-Users maillist - [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users