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?

When you access the pages via https://... Are the links on the pages
also to https://...?

Are there any errors logged by apache at startup time?

Is rewrite_module (mod_rewrite) loaded in httpd.conf, e.g.

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>.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
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

Reply via email to