changes in Web Interfaces doesn't take effect

Bug #266336 reported by Mlameignere
2
Affects Status Importance Assigned to Milestone
GNU Mailman
Fix Released
Medium
Unassigned

Bug Description

Good morning,

I'm trying to run mailman to manage mailing lists of
mygforge. I'm running it under Red Hat ES4 with package
(rpm ) built for that distribution,
mailman-2.1.5-33.rhel4 with apache Web Server. my vhost
works well, and mailman too. My MTA , postfix , works
fine too, I can receive e-mails that I have sent to my
mailing lists.

My problems is that the web interface generated by
python scripts. All changes, like subscribing an e-mail
adress or approve pending e-mails are not executed or
written in configurations files.

Cookies in my web browser are enabled, and
authentication (admin user) works. I think that
permissions on configuration files and binaries are
good because I didn't change it. But all changes in the
Web interface are not applied. Logs files (htttpd and
mailman) are empty of notifications to help me to solve
this problem. I dumped network traffic to see if
requests coming out of the changed form, mention the
new values of variables. And every thing works fine in
that part.
Can you help me to solve my problems, because if people
can't submity their e-mail , or moderator approve
pending e-mail, my project can't be used.

M.Lameignere

[http://sourceforge.net/tracker/index.php?func=detail&aid=1480232&group_id=103&atid=100103]

Tags: web-cgi
Revision history for this message
Mlameignere (mlameignere) wrote :

I finally found how to solve the problem. My primary vhost
in httpd enable HTTPs. But mailman configuration was made
with HTTP urls. My RewriteRule in httpd.conf translate HTTP
url in HTTPS . So I could'nt see that pointed URL in Mailman
was in http, and mailman did'nt understood https rewriting url.

The solution is to add this line in mm_cfg.py :

DEFAULT_URL_PATTERN = 'https://%s/mailman/'

and to change lists url in lists configuration files:

./withlist -l -r fix_url test-list -u new.host.here

Revision history for this message
Mark Sapiro (msapiro) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.