Re: [Mailman-Users] private and public archive directory permissions [solved]

2015-07-13 Thread Noah
Yes I did Mark - thanks. $ ls -l /var/lib/mailman/archives total 8 drwxrws--- 110 www-data list 4096 Jul 4 22:44 private drwxrwsr-x 2 root list 4096 Jun 2 2012 public On 7/13/15 7:09 AM, Mark Sapiro wrote: On 7/13/15 12:28 AM, Noah wrote: Okay I needed to have www-data own the priv

Re: [Mailman-Users] private and public archive directory permissions [solved]

2015-07-13 Thread Mark Sapiro
On 7/13/15 12:28 AM, Noah wrote: > > Okay I needed to have www-data own the private directory. THanks for > all your assistance. In a prior post at you posted > /var/lib/mailman/archives $ ls -l > total 8.0K > drwxrws--x 1

Re: [Mailman-Users] private and public archive directory permissions

2015-07-13 Thread Stephen J. Turnbull
Stephen J. Turnbull writes: > I suspect you need > > > Options FollowSymLinks > AllowOverride None > Oops, that "//" in the Directory start tag should be a single "/". Sorry! -- Mailman-Users

Re: [Mailman-Users] private and public archive directory permissions

2015-07-13 Thread Stephen J. Turnbull
Noah writes: > [Mon Jul 13 06:46:52.951120 2015] [core:error] [pid 7324] [client > :50359] AH00037: Symbolic link not allowed or link target not > accessible: /var/lib/mailman/archives/public/, referer: > http:///mailman/admin/ This is an Apache message, not a filesystem message. I suspec

Re: [Mailman-Users] private and public archive directory permissions [solved]

2015-07-13 Thread Noah
Hi there, Okay I needed to have www-data own the private directory. THanks for all your assistance. --- snip --- /var/lib/mailman/archives/private $ chown www-data . /var/lib/mailman/archives/private $ ls -ld drwxrws--- 110 www-data list 4096 Jul 4 22:44 . Cheers, Noah On 7/12/15 11:

Re: [Mailman-Users] private and public archive directory permissions

2015-07-12 Thread Noah
Hi there Mark, getting the following error now. Still looks like a filesystem permissions thing. --- snip --- [Mon Jul 13 06:46:52.951120 2015] [core:error] [pid 7324] [client :50359] AH00037: Symbolic link not allowed or link target not accessible: /var/lib/mailman/archives/public/, refer

Re: [Mailman-Users] private and public archive directory permissions

2015-07-12 Thread Mark Sapiro
On 7/12/15 8:43 PM, Noah wrote: > > Here is the error > > --- snip > > [Mon Jul 13 03:29:36.036929 2015] [authz_core:error] [pid 739] [client > :64962] AH01630: client denied by server configuration: > /var/lib/mailman/archives/public/, referer: > http:///mailman/admin/ > > --- snip --- ..

Re: [Mailman-Users] private and public archive directory permissions

2015-07-12 Thread Noah
Hi Mark, Thank you for supporting mailman all these years. Here is the error --- snip [Mon Jul 13 03:29:36.036929 2015] [authz_core:error] [pid 739] [client :64962] AH01630: client denied by server configuration: /var/lib/mailman/archives/public/, referer: http:///mailman/admin/ ---

Re: [Mailman-Users] private and public archive directory permissions

2015-07-12 Thread Mark Sapiro
On 7/12/15 5:58 PM, Noah wrote: > > I migrated to a new server and I am back again with permission issues. > I am running apache2 on an ubuntu 14.04 server. > > is there a good tutorial out there that explains the best practices for > ownership for the different directories and sub-directories

[Mailman-Users] private and public archive directory permissions

2015-07-12 Thread Noah
Hi there, I migrated to a new server and I am back again with permission issues. I am running apache2 on an ubuntu 14.04 server. is there a good tutorial out there that explains the best practices for ownership for the different directories and sub-directories I run check_perms -f as root and