Re: [Mailman-Users] (Beer) problem accessing the archive (403)

2006-01-16 Thread Mark Sapiro
Scriber, Brian wrote:
>
>This is the error message I'm receiving:
>
>Forbidden
>You don't have permission to access /pipermail/is_pmc_interest/ on this
>server.
>Additionally, a 403 Forbidden error was encountered while trying to use
>an ErrorDocument to handle the request.
>  _  
>Apache/2.0.47 (Linux/SuSE) Server at jedi.icat.com Port 80
>
>
>
>I have run the check_perms script and I have no errors.
>I have the following configuration in my default-server.conf apache
>file:
>
>#
>   MAILMAN
>#
>
>ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/"
>
>
>   AllowOverride None
>   Options ExecCGI
>   Order allow,deny
>   Allow from all
>
>
>Alias /pipermail/ "/usr/local/mailman/archives/public/"
>
>
>   AddDefaultCharset Off
>   Options Indexes MultiViews FollowSymLinks
>   AllowOverride None
>   Order allow,deny
>   Allow from all
>
>
>RedirectMatch /mailman[/]*$ http://jedi.icat.com/mailman/listinfo


This is not the cause of your problem, but the above should be

RedirectMatch ^/mailman[/]*$ http://jedi.icat.com/mailman/listinfo

or you'll have difficulty reaching the admin pages for the 'mailman'
list.


>#
>#   End Mailman
>#
>
>
>
>Has anyone else run across this problem and solved it?


Lots of people have solved it, but the solution depends on the cause
which we don't yet know in your case.

Are you perhaps running SELinux or some other 'enhanced' access
controls that might be blocking your access?


>Getting to the archives is my primary objective, but I'm curious about
>the third line in the error page as well.  Ideas?


You can probably access the archives via
 except that
way requires authorization as a list owner or member, and when I try
it, I find no DNS entry for jedi.icat.com.

As far as the 403 on attempting to access an error document is
concerned, check your Apache error_log and see what it says. You might
get additional info about the initial error too.


>If you're anwhere near the Denver area I'd be happy to thank you for
>your help (beer).


Sorry, it's a bit far for me to go :-)

-- 
Mark Sapiro <[EMAIL PROTECTED]>   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
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&file=faq01.027.htp


[Mailman-Users] (Beer) problem accessing the archive (403)

2006-01-16 Thread Scriber, Brian
I have completed the installation and everything seems to be working
perfectly... except being able to access the archives for my lists.

I have searched the archives and it seems like many people have had this
problem in the past, but the solutions which seem to have worked for
them do not appear to be solving my configuration issues.

This is the error message I'm receiving:

Forbidden
You don't have permission to access /pipermail/is_pmc_interest/ on this
server.
Additionally, a 403 Forbidden error was encountered while trying to use
an ErrorDocument to handle the request.
  _  
Apache/2.0.47 (Linux/SuSE) Server at jedi.icat.com Port 80



I have run the check_perms script and I have no errors.
I have the following configuration in my default-server.conf apache
file:

#
   MAILMAN
#

ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/"


AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all


Alias /pipermail/ "/usr/local/mailman/archives/public/"


AddDefaultCharset Off
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all


RedirectMatch /mailman[/]*$ http://jedi.icat.com/mailman/listinfo

#
#   End Mailman
#



Has anyone else run across this problem and solved it?
Getting to the archives is my primary objective, but I'm curious about
the third line in the error page as well.  Ideas?
If you're anwhere near the Denver area I'd be happy to thank you for
your help (beer).

Thanks in advance for even reading this far!
Brian A. Scriber

 
Confidentiality Note: This message contains information that may be 
confidential and/or privileged. If you are not the intended recipient, you 
should not use, copy, disclose, distribute or take any action based on this 
message. If you have received this message in error, please advise the sender 
immediately by reply email and delete this message. Although ICAT Managers, LLC 
scans e-mail and attachments for viruses, it does not guarantee that either are 
virus-free and accepts no liability for any damage sustained as a result of 
viruses.  Thank you.

--
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&file=faq01.027.htp


Re: [Mailman-Users] Messages shunted and kept out of archives

2006-01-16 Thread John Swartzentruber
On 1/15/2006 9:44 PM Tokio Kikuchi wrote:
> John Swartzentruber wrote:
>> I recently upgraded to Mailman 2.1.7. A user (and co-moderator) on one 
>> of the lists that I run reported that some of his messages were missing 
>> from the archives and that one of them had been delivered to him without 
>>   the normal Mailman footers and subject modification.
>>
> 
>>File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 579, in 
>> as_text
>>  '\g<1>' + _(' at ') + '\g<2>', body)
>>File "/usr/lib/python2.3/sre.py", line 143, in sub
>>  return _compile(pattern, 0).sub(repl, string, count)
>> UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 
>> 5749: ordinal not in range(128)
>>
>> Jan 15 19:39:13 2006 (7863) SHUNTING: 
>> 1137283434.787801+8fcbe00f31f4008afd66221d0d9397ade1228077
>>
> 
> Please fetch this patch from SF tracker and apply it in mailman-2.1.7 
> source.
> http://sourceforge.net/tracker/index.php?func=detail&aid=1405790&group_id=103&atid=300103

Thanks for your quick reply. I've applied the patch and reinstalled 
2.1.7. Now I just need to have some list activity to verify that it all 
works. Thanks again for your help.



--
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&file=faq01.027.htp