Hi,
if I click on the archive of a list, I get this error:
Forbidden
You don't have permission to access /pipermail/about-ox/ on this server.
But bin/check_perms says, that everything is ok. It is an apache problem?
/usr/local/mailman# ls -al archives/private/ insgesamt 56 drwxrws--- 14 root mailman 4096 2009-03-03 10:30 . drwxrwsr-x 4 root mailman 4096 2009-02-27 17:54 .. drwxrwsr-x 5 www-data mailman 4096 2009-03-02 03:27 about-ox drwxrwsr-x 2 www-data mailman 4096 2009-03-01 15:21 about-ox.mbox
Apache2, mailman.conf: ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/ Alias /pipermail/ /usr/local/mailman/archives/public/ <Directory "/usr/local/mailman/archives/public/"> AddDefaultCharset Off </Directory>
Thanks, Oliver
/usr/local/mailman/archives/public# ls -al insgesamt 8 drwxrwsr-x 2 root mailman 4096 2009-03-03 10:30 . drwxrwsr-x 4 root mailman 4096 2009-02-27 17:54 .. lrwxrwxrwx 1 root mailman 44 2009-03-01 14:26 about-ox -> /usr/local/mailman/archives/private/about-ox
Oliver Glueck schrieb:
Hi,
if I click on the archive of a list, I get this error:
Forbidden
You don't have permission to access /pipermail/about-ox/ on this server.
But bin/check_perms says, that everything is ok. It is an apache problem?
/usr/local/mailman# ls -al archives/private/ insgesamt 56 drwxrws--- 14 root mailman 4096 2009-03-03 10:30 . drwxrwsr-x 4 root mailman 4096 2009-02-27 17:54 .. drwxrwsr-x 5 www-data mailman 4096 2009-03-02 03:27 about-ox drwxrwsr-x 2 www-data mailman 4096 2009-03-01 15:21 about-ox.mbox Apache2, mailman.conf: ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/ Alias /pipermail/ /usr/local/mailman/archives/public/ <Directory "/usr/local/mailman/archives/public/"> AddDefaultCharset Off </Directory>
Thanks, Oliver
Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/glueck%40igroup.de
Security Policy: http://wiki.list.org/x/QIA9
Hi
It looks like Apache issue. Look for Apache's access and error logs.
-- mr. M01510 & guide Loadstone-GPS
On Tue, 3 Mar 2009, Oliver Glueck wrote:
Hi,
if I click on the archive of a list, I get this error:
Forbidden
You don't have permission to access /pipermail/about-ox/ on this server.
But bin/check_perms says, that everything is ok. It is an apache problem?
/usr/local/mailman# ls -al archives/private/ insgesamt 56 drwxrws--- 14 root mailman 4096 2009-03-03 10:30 . drwxrwsr-x 4 root mailman 4096 2009-02-27 17:54 .. drwxrwsr-x 5 www-data mailman 4096 2009-03-02 03:27 about-ox drwxrwsr-x 2 www-data mailman 4096 2009-03-01 15:21 about-ox.mbox Apache2, mailman.conf: ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/ Alias /pipermail/ /usr/local/mailman/archives/public/ <Directory "/usr/local/mailman/archives/public/"> AddDefaultCharset Off </Directory>
Thanks, Oliver
Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/arimo%40iki.fi
Security Policy: http://wiki.list.org/x/QIA9
Hi,
"Symbolic link not allowed or link target not accessible: /usr/local/mailman/archives/public/about-ox.."
But I added: <Directory "/usr/local/mailman/archives/public/"> --> Options +FollowSymLinks <--- AddDefaultCharset Off </Directory>
What else?
Ari Moisio schrieb:
Hi
It looks like Apache issue. Look for Apache's access and error logs.
Oliver Glueck wrote:
But bin/check_perms says, that everything is ok. It is an apache problem?
/usr/local/mailman# ls -al archives/private/ insgesamt 56 drwxrws--- 14 root mailman 4096 2009-03-03 10:30 .
The archives/private/ directory must be either 'drwxrws--x' or owned by the web server user. See the warning box at <http://www.list.org/mailman-install/node9.html>.
You may have received this from check_perms
Warning: Private archive directory is other-executable (o+x). This could allow other users on your system to read private archives. If you're on a shared multiuser system, you should consult the installation manual on how to fix this.
And just set o-x without consulting the installation manual.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (3)
-
Ari Moisio -
Mark Sapiro -
Oliver Glueck