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

Subject: [Mailman-Users] ScriptAlias and Alias entries in httpd.conf
   From: Ki Song <[EMAIL PROTECTED]>
   Date: Thu, 13 Jul 2006 15:35:20 -0400
     To: <mailman-users@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 <[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