[Mailman-Users] why can't othe people see the listinfo/ page?

Jon Carnes jonc at haht.com
Thu Oct 11 23:40:31 CEST 2001


Sounds like a rights issue for the website.  "mailman" is a cgi-bin for your
Apache...

# Added for use by Mailman scripts
ScriptAlias /mailman/ "/home/mailman/cgi-bin/"

<Directory "/home/mailman/cgi-bin">
    AllowOverride None
    Options ExecCGI
    Order allow,deny
    Allow from all
</Directory>

The rights to that directory should be:
drwxrwsr-x    2 mailman  mailman      4096 Jan  9  2001 cgi-bin

and the rights to listinfo (in that directory) should be:
-rwxr-sr-x    1 mailman  mailman     30782 Jan  9  2001 listinfo

Hope this helps,

Jon Carnes
===
> OK.
>
> I'm at my company, working all day on our remote server at rackspace.
>
> With help from a couple people here, I get Mailman up and running...
>
> I'm able to send emails to the list and the emails get distributed.
>
> but something REALLY WIERD is occuring.
>
> I can go to http://www.mysql.org/mailman/listinfo/ from here BUT NO ONE
> ELSE can get to anything after http://www.mysql.org/mailman/  !!!
>
> Why would that be?  where would the control for this soft of thing live?
> in mailman?  in apache?.. sendmail?  where????
>
> Please, please help.
>
> Thanks!
>
> J.
>
>          -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
>            Joshua S. Freeman | preferred email: jfreeman at connix.com
>                    pgp public key: finger jfreeman at connix.com
>                           http://www.threeofus.com
>                  -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
>
>
>
> ------------------------------------------------------
> Mailman-Users maillist  -  Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users





More information about the Mailman-Users mailing list