Hi,

You have to accesss http://10.0.253.82/mailman/listinfo.

Without the script name in the end of URI, Apache returns error because 
you set "Options None."  "Options ExecCGI" should not be used here for 
ScriptAliases is already specified.  "Options Indexes" is the 
configuration for directory view but it is not recommended for security 
reason.

http://httpd.apache.org/docs/2.0/mod/core.html#options


Bryan Irvine wrote:

> I've jsut installed mailman, and think I've done everything right so far.
> 
> When I try to browse to the mailman site though it doesn't seem to
> work properly.  I've found other similar questions in the archive, but
> none of those had any resolution.
> 
> When I browse to http://10.0.253.82/mailman/
> 
> I just get
> 
> Forbidden
> You don't have permission to access /mailman/ on this server.
> 
> 
> Here's my httpd.conf
> 
> ScriptAlias /mailman/ "/usr/local/lib/mailman/cgi-bin/"
> 
> <Directory "/usr/local/lib/mailman/cgi-bin">
>    AllowOverride None
>    Options None
>    Order allow,deny
>    Allow from all
> </Directory>
> 
> 
> Ideas?
> 
> --Bryan

-- 
Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to