On Nov 17, 2007 5:31 AM, <lists.httpd-users@xxxxxxxxxxxxxxxxxx> wrote: > Hallo, > > I'm trying to install mailman 2.1.9 on my system running httpd 2.2.6. > For that I added the following to httpd.conf: > > === import === > > <IfModule !mpm_netware_module> > User www > Group www > </IfModule> > > <IfModule alias_module> > Alias /pipermail/ /opt/mailman/archives/public/ > ScriptAlias /cgi-bin/ "/opt/apache/cgi-bin/" > ScriptAlias /mailman/ "/opt/mailman/cgi-bin/" > </IfModule> > > === tropmi === > > When I try to access http://duinheks.xs4all.nl/mailman/create > I get the message: > client denied by server configuration: /opt/mailman/cgi-bin/create This indicates a mod_access configuration problem and not a unix permissions problem. You need something like <Directory /opt/mailman/cgi-bin> Order allow,deny Allow from all </Directory> Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx