On 5/23/2012 1:25 PM, Mark Sapiro wrote: > Dennis Putnam wrote: >> When I use http://... it brings up the correct page. As I said >> originally, everything works if I use http or if I manually use https. >> It is forcing https that doesn't. Once again it seems to be pointing to >> the rewrite engine not working. > > When you use http://... and you get the page, does it still say > http://... in the browser's address bar? Yes > > When you access the pages via https://... Are the links on the pages > also to https://...? Yes > > Are there any errors logged by apache at startup time? No > > Is rewrite_module (mod_rewrite) loaded in httpd.conf, e.g. Yes > > LoadModule rewrite_module modules/mod_rewrite.so > > Is your mailman domain a virtual host, i.e. in a VirtualHost block > either by name or IP. If so, the rewrite directives need to be in the > VirtualHost block. See "Rewriting in Virtual Hosts" at > <http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html>. Yes and it is in the VH block.
I also figured out how to add debug info for the rewrite engine. I don't know what is supposed to be there but here is what I got (the implication being I must have the wrong condition or rule). 64.100.144.9 - - [23/May/2012:14:54:21 --0400] [myhost.mydomain.com/sid#b7544e28][rid#b6386c20/initial] (2) init rewrite engine with requested uri /mailman/listinfo 64.100.144.9 - - [23/May/2012:14:54:21 --0400] [myhost.mydomain.com/sid#b7544e28][rid#b6386c20/initial] (3) applying pattern '^/mailman(/.*)' to uri '/mailman/listinfo' 64.100.144.9 - - [23/May/2012:14:54:21 --0400] [myhost.mydomain.com/sid#b7544e28][rid#b6386c20/initial] (3) applying pattern '^/cufs(/.*)' to uri '/mailman/listinfo' 64.100.144.9 - - [23/May/2012:14:54:21 --0400] [myhost.mydomain.com/sid#b7544e28][rid#b6386c20/initial] (1) pass through /mailman/listinfo 64.100.144.9 - - [23/May/2012:14:54:26 --0400] [myhost.mydomain.com/sid#b7544e28][rid#b6386c20/initial] (2) init rewrite engine with requested uri /mailman/admin 64.100.144.9 - - [23/May/2012:14:54:26 --0400] [myhost.mydomain.com/sid#b7544e28][rid#b6386c20/initial] (3) applying pattern '^/mailman(/.*)' to uri '/mailman/admin' 64.100.144.9 - - [23/May/2012:14:54:26 --0400] [myhost.mydomain.com/sid#b7544e28][rid#b6386c20/initial] (3) applying pattern '^/cufs(/.*)' to uri '/mailman/admin' 64.100.144.9 - - [23/May/2012:14:54:26 --0400] [myhost.mydomain.com/sid#b7544e28][rid#b6386c20/initial] (1) pass through /mailman/admin 64.100.144.9 - - [23/May/2012:14:54:33 --0400] [myhost.mydomain.com/sid#b7544e28][rid#b6386c20/initial] (3) applying pattern '^/mailman(/.*)' to uri '/mailman/admin/cufsalumni' 64.100.144.9 - - [23/May/2012:14:54:33 --0400] [myhost.mydomain.com/sid#b7544e28][rid#b6386c20/initial] (3) applying pattern '^/cufs(/.*)' to uri '/mailman/admin/cufsalumni' 64.100.144.9 - - [23/May/2012:14:54:33 --0400] [myhost.mydomain.com/sid#b7544e28][rid#b6386c20/initial] (1) pass through /mailman/admin/cufsalumni 64.100.144.9 - - [23/May/2012:14:54:33 --0400] [myhost.mydomain.com/sid#b7544e28][rid#b638cc38/subreq] (2) init rewrite engine with requested uri /cufsalumni 64.100.144.9 - - [23/May/2012:14:54:33 --0400] [myhost.mydomain.com/sid#b7544e28][rid#b638cc38/subreq] (1) pass through /cufsalumni The incoming URL is http://myhost.mydomain.com/mailman/admin
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org