Andreas Németh wrote:
>
>Here the apache configuration:
>
>ScriptAlias /mailman /usr/local/mailman/cgi-bin
><Location /mailman>
>SetHandler cgi-script
>Options ExecCGI FollowSymLinks
>Order allow,deny
>Allow from all
><IfModule rewrite_module>
>     RewriteEngine On
>     RewriteCond   %{SERVER_PORT}  !^443$
>     RewriteRule admin.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
>     RewriteRule private.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
></IfModule>
>
>This works fine too, the URIs being properly rewritten.
>
>Now here's my problem: I can't change any settings anymore if these  
>settings are active, the web interface responds normally, anyhow.


This is covered in the FAQ. See
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.045.htp>
and
<http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.027.htp>.

-- 
Mark Sapiro <[EMAIL PROTECTED]>       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://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&amp;file=faq01.027.htp

Reply via email to