[Mailman-Users] Re: /usr/local/mailman/cgi-bin/create

Paul H Byerly paul at thcwd.com
Thu Jan 8 18:14:30 CET 2004


Robin Lynn Frank wrote:
>Sorry to ask another question, but I am seeing this happen:
>
>[Wed Jan 07 15:11:09 2004] [error] [client 192.168.1.1] client denied by
>server configuration: /usr/local/mailman/cgi-bin/create
>
>The following lines are in my apache config:
>
>ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/
>
>Alias /pipermail/ /usr/local/mailman/archives/public/
>
><Directory "/usr/local/mailman/archives/public/">
>     AddDefaultCharset Off
></Directory>

      I'm no expert, but I will offer you what my config says (and mine is 
working).  Along with additional entries, I've got some quotes you lack.  I 
had to tweak mine some because I'm in a chrooted environment, so some of 
the following may not be necessary.

ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/"
Alias /pipermail/ "/usr/local/mailman/archives/public/"
<Directory "/usr/local/mailman/archives/public">
      Options Indexes MultiViews FollowSymLinks
      AllowOverride None
      Order allow,deny
      Allow from all
</Directory>

<Directory "/usr/local/mailman/cgi-bin">
      AllowOverride None
      Options ExecCGI
      Order allow,deny
      Allow from all
</Directory>


<>< Paul 


More information about the Mailman-Users mailing list