[Mailman-Users] problems view archives (again you say)

Jeremy Portzer jeremyp at pobox.com
Wed Oct 30 19:07:56 CET 2002


On Wed, 2002-10-30 at 07:23, James Quiring wrote:
> 
> my httpd.conf includes:
> 
> Alias	/pipermail/	"/usr/local/mailman/archives/public/"
> 
> </Directory 	"usr/local/mailman/archives/public">
> 	Allow overide none
> 	Options FollowSymLinks
> </Directory>

That syntax is all wrong .  Look at the httpd.conf file and follow the
syntax of the other directives, or read the Apache documentation.  The
syntax should be something like:

<Directory 	/usr/local/mailman/archives/public >
	AllowOverride none
	Options FollowSymLinks
</Directory>


Also, check your Apache error log (might be in /var/log/httpd/error_log,
or elsewhere, can't remember where FreeBSD puts it).  The Apache error
log should list the exact reason for the permission error.

Hope this helps,
Jeremy




More information about the Mailman-Users mailing list