[Mailman-Users] ScriptAlias and Alias entries in httpd.conf

Mark Sapiro msapiro at value.net
Fri Jul 14 04:02:37 CEST 2006



----- Original Message ---------------

Subject: [Mailman-Users] ScriptAlias and Alias entries in httpd.conf
   From: Ki Song <ki at knifecenter.com>
   Date: Thu, 13 Jul 2006 15:35:20 -0400
     To: <mailman-users at python.org>

>I've been trying to update my Apache webserver per the instructions in the
>mailman install manual. The lines:
>
>ScriptAlias /mailman/   $prefix/cgi-bin/
>and
>Alias /pipermail/   $varprefix/archives/public/
>
>are showing up as errors when I try and restart the Apache server.


That's because you are suposed to replace $prefix and $varprefix with
their actual values in your installation. Something like

ScriptAlias /mailman/   /usr/local/mailman/cgi-bin/
and
Alias /pipermail/   /usr/local/mailman/archives/public/

if you used the defaults to configure.

-- 
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list