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 ------------------------------------------------------
Mailman-Users mailing list
[EMAIL PROTECTED]
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/


This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to