Tamara Yoggev wrote:

>That's right, only after I fixed (in mailman.conf, which is included in 
>httpd.conf) the following :
>This is what I originally had with my previous problem "no such list etc."
>
>ScriptAlias /mailman/ /var/mailman/cgi-bin/
>
>Alias /pipermail/ /var/mailman/archives/public/
>
><Directory /var/mailman/archives>
>
>Options +FollowSymlinks
>
></Directory>


There must be a set of wrappers in /var/mailman/cgi-bin/ These are
probably correct.

Where is the archives/public directory. Is there one in /var/mailman?


>I changed this to (mailman is installed in: /usr/local/mailman):
>
>
>
>ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/


Does this directory even exist. Is there a set of wrappers it it?


>Alias /pipermail/ /usr/local/mailman/archives/public/
>
><Directory /usr/local/mailman/archives>


Also does this directory exist?


>Options +FollowSymlinks
>
></Directory>
>
>After I made this change, which seemed to be reasonable to me, maybe I'm 
>wrong did I see the-
>
>We're sorry, we hit a bug!

Actually, there must be wrappers in /usr/local/mailman/cgi-bin/ too or
you wouldn't see the "we hit a bug" message.

It seems you may have run ./configure and make install more than once
with different --with-var-prefix values and without running make clean
in between.

--
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to