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>
I changed this to (mailman is installed in: /usr/local/mailman):
ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/
Alias /pipermail/ /usr/local/mailman/archives/public/
<Directory /usr/local/mailman/archives>
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!
Tamara
----- Original Message ----- From: "Mark Sapiro" <[EMAIL PROTECTED]>
To: "Tamara Yoggev" <[EMAIL PROTECTED]>; <[email protected]>
Sent: Monday, March 28, 2005 11:22 AM
Subject: Re: [Mailman-Users] Wierd Problem creating list
Tamara Yoggev wrote:
According to what I found in httpd.conf User apache
Group apache
I used:
--with-cgi-gid=apache (Is there any way I could double check this? I ran the
configure a while ago, but I'm sure thats what I did)
It's probably OK. I forgot you started by asking about web create not working. If you can get the web create page (or any of the web pages), then the wrappers should be OK.
But I'm confused. You were able to get the create page before you changed ScriptAlias, etc so you were getting to wrappers somewhere?
<snip>Are there any non-empty logs in that directory?
yes, smtp seems fine. and LOG_DIR is pointing to the right place: VAR_PREFIX = '/usr/local/mailman'
LOG_DIR = os.path.join(VAR_PREFIX, 'logs')
Is the error log group writable?
-- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
------------------------------------------------------ Mailman-Users mailing list [email protected] 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&file=faq01.027.htp
