Ki Song wrote:
>
>Basically, I added the following lines to my Apache server's httpd.conf
>file:
>ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/
>Alias /pipermail/ /usr/local/mailman/archives/public/
>
>When I try and restart the Apache server, however, these errors show up:
>
>The ScriptAlias d
I'm having trouble with the ScriptAlias and Alias settings in the httpd.conf
file.
Basically, I added the following lines to my Apache server's httpd.conf
file:
ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/
Alias /pipermail/ /usr/local/mailman/archives/public/
When I try and restart the Apach
- 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:
>I've been trying to update my Apache webserver per the instructions in the
&g
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.
The error messages are as