On Nov 17, 2007 5:31 AM,  <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to