[Mailman-Users] Newbie apache config question

cb at linuxninja.org cb at linuxninja.org
Sun Feb 11 09:18:34 CET 2001


I'm sure this question has been beat to death, but I've got mailman
installed and I thought apache configured correctly, but when I try to
access it via its web interface, I get the following error messages in
my log files:

[Sat Feb 10 23:05:26 2001] [error] [client 192.168.0.2] attempt to
invoke directory as script: /usr/lib/mailman/cgi-bin
[Sat Feb 10 23:05:31 2001] [error] [client 192.168.0.2] Premature end of
script headers: /usr/lib/mailman/cgi-bin/listinfo

Here's what I have in my httpd.conf:

ScriptAlias /mailman/ "/usr/lib/mailman/cgi-bin/"
Alias /pipermail/ "/usr/lib/mailman/archives/public/"
<Directory /usr/lib/mailman/cgi-bin/*>
  Options ExecCGI
</Directory>
<Directory /usr/lib/mailman/archives>
  Options +FollowSymlinks
</Directory>

Also, is there a way to specify time zone?  It very well could be an MTA
issue (qmail here), but the list creation mail that's come in is set to
-0000 GMT.

Thanks in advance,

-Charlie
-- 
cb at linuxninja.org
Freedom is nothing else but the chance to do better.
		-- Camus




More information about the Mailman-Users mailing list