public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* mailman questions
@  Littlefield, Tyler
   ` John Heim
  0 siblings, 1 reply; 2+ messages in thread
From: Littlefield, Tyler @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hello list,
I've read docs, and am lost. I have the following at the bottom of my apache file:
Alias /pipermail/ /var/lib/mailman/archives/public/
Alias /images/mailman/ /usr/share/images/mailman/
ScriptAlias /cgi-bin/mailman/ /usr/lib/cgi-bin/mailman/
<Directory /usr/lib/cgi-bin/mailman/>
    AllowOverride None
    Options ExecCGI
    AddHandler cgi-script .cgi
    Order allow,deny
    Allow from all
</Directory>
<Directory /var/lib/mailman/archives/public/>
    Options Indexes FollowSymlinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
<Directory /usr/share/images/mailman/>
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
When I go to:
myhost.com/mailman, I get a wonderful 404.
Lastly, How do you set up a full mailman password? I wanted to do that, so I can create lists and maybe admin the page a bit from the website, and it wants a passwd, which I didn't set up earlier.
I didn't see that option in config.
THX,
~~TheCreator~~

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: mailman questions
   mailman questions Littlefield, Tyler
@  ` John Heim
  0 siblings, 0 replies; 2+ messages in thread
From: John Heim @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

your 404 problem is probably caused by not having a default document in your 
mailman directory. Mailman doesn't create one by default.  ie. There is no 
index.html for it to display so it gives the 404 error.


----- Original Message ----- 
From: "Littlefield, Tyler" <compgeek13@gmail.com>
To: "Speakup is a screen review system for Linux." <speakup@braille.uwo.ca>
Sent: Sunday, April 01, 2007 1:24 PM
Subject: mailman questions


> Hello list,
> I've read docs, and am lost. I have the following at the bottom of my 
> apache file:
> Alias /pipermail/ /var/lib/mailman/archives/public/
> Alias /images/mailman/ /usr/share/images/mailman/
> ScriptAlias /cgi-bin/mailman/ /usr/lib/cgi-bin/mailman/
> <Directory /usr/lib/cgi-bin/mailman/>
>    AllowOverride None
>    Options ExecCGI
>    AddHandler cgi-script .cgi
>    Order allow,deny
>    Allow from all
> </Directory>
> <Directory /var/lib/mailman/archives/public/>
>    Options Indexes FollowSymlinks
>    AllowOverride None
>    Order allow,deny
>    Allow from all
> </Directory>
> <Directory /usr/share/images/mailman/>
>    AllowOverride None
>    Order allow,deny
>    Allow from all
> </Directory>
> When I go to:
> myhost.com/mailman, I get a wonderful 404.
> Lastly, How do you set up a full mailman password? I wanted to do that, so 
> I can create lists and maybe admin the page a bit from the website, and it 
> wants a passwd, which I didn't set up earlier.
> I didn't see that option in config.
> THX,
> ~~TheCreator~~
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>
> 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 mailman questions Littlefield, Tyler
 ` John Heim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).