Re: [Mailman-Users] Private archive file not found

2006-11-03 Thread Rob Smithers
Thanks for the help.  I found the problem.  We had a new mod_security
rule that was causing the problem.  I fixed the rule, and everything's
working again.

Thanks,
Rob

On 11/2/06, Mark Sapiro [EMAIL PROTECTED] wrote:
 Rob Smithers wrote:
 
 That's what I thought at first, but the rewrite modules is disabled in
 the Apache config, and there are not even commented rewrite rules in
 the httpd.conf.  I've checked through the directory structure, and
 there are no .htaccess files enabling mod_rewrite, or setting any
 rewrite rules.


 What's in Apache's logs for these GETs?

 Do you have any public archives? If so, do public archive URLs work?

 You could do some tests. Try manually entering URLs in your browser like

 http://example.com/bad/path/to/thread.html

 http://example.com/mailman/noscript/nolist/thread.html

 http://example.com/mailman/admin/thelist/thread.html

 and see what happens.

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


[Mailman-Users] Private archive file not found

2006-11-02 Thread Rob Smithers
Hello,
  I'm hoping that one of you can shed some light on a problem that
I'm having with several established mailing lists.  I recently moved
all of my lists over to an SSL based connection.  After the move I
foud that none of my list archives, public and private, are available.
 The archive files are being updated, and if I go ingot the html files
on the server I can see all of the messages.  The problem is that
Mailman is trying to send all archive traffic to .php extensions when
all of the archive files have .html extensions.  If I try for a thread
view, which should, according to the index.html file launch
thread.html, Mailman tries to launch thread.php which doesn't exist.
  When I made the change to SSL I used the ./withlist -l -a -r
fix_url command.  The only change I made was to make the
DEFAULT_URL_PATTERN setting https://... in the Defaults.py file.  I'm
not running Mod_Rewrite with Apache, and can't find any potential
culprits other than Mailman itself.  Does anyone know what might be
causing this?

I'm running Mailman version 2.1.9, with up to date Apache web server
software on an up to date Linux OS.  The standard permissions on my
archive files are:

drwxrwsr-x2 mailman  mailman  4096 Sep 29 19:17 .
drwxrwsr-x   10 webuser   mailman  4096 Oct 16 03:27 ..
-rw-rw-r--1 mailman  mailman  7289 Sep  8 04:15 60.html
-rw-rw-r--1 mailman  mailman  7154 Sep  8 23:30 61.html
-rw-rw-r--1 mailman  mailman  4040 Sep 15 18:32 62.html
-rw-rw-r--1 mailman  mailman  6229 Sep 22 20:38 63.html
-rw-rw-r--1 mailman  mailman  3144 Sep 24 17:46 64.html
-rw-rw-r--1 mailman  mailman  6778 Sep 29 19:17 65.html
-rw-rw-r--1 mailman  mailman  5586 Sep 29 19:17 66.html
-rw-rw-r--1 mailman  mailman  2476 Sep 29 19:17 author.html
-rw-rw-r--1 mailman  mailman  2480 Sep 29 19:17 date.html
lrwxrwxrwx1 mailman  mailman11 Sep  2 17:45 index.html -
thread.html
-rw-rw-r--1 mailman  mailman  2474 Sep 29 19:17 subject.html
-rw-rw-r--1 mailman  mailman  2637 Sep 29 19:17 thread.html

Thanks for your help,
Rob
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Private archive file not found

2006-11-02 Thread Rob Smithers
On 11/2/06, Mark Sapiro [EMAIL PROTECTED] wrote:
 Rob Smithers wrote:

 The problem is that
 Mailman is trying to send all archive traffic to .php extensions when
 all of the archive files have .html extensions.  If I try for a thread
 view, which should, according to the index.html file launch
 thread.html, Mailman tries to launch thread.php which doesn't exist.


 So, are you saying that you go to
 http://example.com/mailman/private/thelist/ and you get to the
 list's archive index file and there you find a 'thread' link to
 http://example.com/mailman/private/thelist/2006-November/thread.html
 and you try to go to that and get directed to the non-existent
 http://example.com/mailman/private/thelist/2006-November/thread.php
 instead?


Yes, that's what currently happens.

 If so, I think this must be due to some rewrite rule in your Apache
 configuration.


That's what I thought at first, but the rewrite modules is disabled in
the Apache config, and there are not even commented rewrite rules in
the httpd.conf.  I've checked through the directory structure, and
there are no .htaccess files enabling mod_rewrite, or setting any
rewrite rules.

Thanks,
Rob
--
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=showamp;file=faq01.027.htp