Hi Users-
I've installed Mailman without any problems, but I can't seem to figure out how I should setup Apache.
My document root for mailman is /www/htdocs/mailman.
I've tried the following:
<Directory /www/htdocs/mailman> ScriptAlias /mailman/ /www/htdocs/mailman/cgi-bin/ </Directory>
and
<Directory /www/htdocs/mailman> Options ExecCGI </Directory>
They don't seem to work. Can anyone give me some pointers?
Thanks in advance.
Matt
-- | || ||| || r a z o r f i s h , los angeles
matt paladino [ senior developer ]
>> 310.581.3616 x 160
[Matt Paladino]
Hi Users-
I've installed Mailman without any problems, but I can't seem to figure out how I should setup Apache.
My document root for mailman is /www/htdocs/mailman.
I'm not quite sure what you mean by the "document root". If you mean that you configured Mailman like this:
./configure --prefix=/www/htdocs/mailman
you should add these lines to Apache's srm.conf:
ScriptAlias /mailman/ /www/htdocs/mailman/cgi-bin/ Alias /pipermail/ /www/htdocs/mailman/archives/public/
They should not be placed inside <Directory> tags. However, you might have to specify other server options for some Mailman directories, e.g.:
<Directory /www/htdocs/mailman/archives/public> Options FollowSymLinks </Directory>
If you meant something else when referring to your "document root", substitute "/www/htdocs/mailman/" in the instructions above with the directory you gave to the --prefix option of configure (or just use the default install directory, "/usr/local/", if you didn't use the --prefix option at all).
HTH,
Harald
On Tue, 10 Nov 1998, Matt Paladino wrote:
Hi Users-
I've installed Mailman without any problems, but I can't seem to figure out how I should setup Apache.
My document root for mailman is /www/htdocs/mailman.
I've tried the following:
<Directory /www/htdocs/mailman> ScriptAlias /mailman/ /www/htdocs/mailman/cgi-bin/ </Directory>
Try putting that in srm.com
-Nathan
Matt
-- | || ||| || r a z o r f i s h , los angeles
matt paladino [ senior developer ]
>> 310.581.3616 x 160
I would like to setup mailman to only allow users subscribed to post to the list. I see mailman has a option to allow users not to post, but I would like to take it one step further. I don't want people to be able to send mail to the list unless they are subscribed and allowed to post. This will keep mail and users who are banned from sending mail to the list.
I am also looking for a way to modify the background color, text and other options on the CGI pages, is this possible?
<> Nathan Stratton Telecom & ISP Consulting www.robotics.net nathan@robotics.net
"No king is saved by the size of his army; no warrior escapes by his great strength." - Psalm 33:16
On Wed, Nov 11, 1998 at 01:47:35AM -0500, Nathan Stratton wrote: | | I would like to setup mailman to only allow users subscribed to post to | the list. I see mailman has a option to allow users not to post, but I | would like to take it one step further. I don't want people to be able to | send mail to the list unless they are subscribed and allowed to post. This | will keep mail and users who are banned from sending mail to the list.
You should mark the list as allowing only members to post, then add troublemakers to the the list of addresseses described as "addresses whose postings are always held for approval". both these settings are under admin/privacy.
| | I am also looking for a way to modify the background color, text and other | options on the CGI pages, is this possible?
It's possible, but unfortunately not easily configurable. If you search for "#ffffff" in the code and replace it with whatever color you want, it'll probably do what you want.
scott
"NS" == Nathan Stratton <nathan@robotics.net> writes:
NS> I am also looking for a way to modify the background color,
NS> text and other options on the CGI pages, is this possible?
I am hoping that after the 1.0 release we can seriously look at basing the Web building part of Mailman on something like DocumentTemplate (from the Digicool guys). I also hope that doing so will make it much easier for folks to customize their sites the way you describe.
-Barry
participants (5)
-
Barry A. Warsaw
-
Harald Meland
-
Matt Paladino
-
Nathan Stratton
-
Scott