[Mailman-Users] trying to change default_url_pattern

2006-10-26 Thread Anne Ramey
I put this setting in my mm_cfg.py:
DEFAULT_URL_PATTERN = 'http://%s/mailman_ldap/'

and my httpd.conf contains this:
# This alias is for mailman mailing lists
ScriptAlias /mailman_ldap/ /usr/local/mailman_ldap/cgi-bin/

I can log into the list fine, but all of the links on that page are 
/mailman/ not /mailman_ldap/ and if I try and type in the correct link 
it works.  How do I change this so that it changes what links it creates 
in my web interface?*
*

-- 

Anne 

--
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] trying to change default_url_pattern

2006-10-26 Thread Dragon
Anne Ramey sent the message below at 12:31 10/26/2006:
I put this setting in my mm_cfg.py:
DEFAULT_URL_PATTERN = 'http://%s/mailman_ldap/'

and my httpd.conf contains this:
# This alias is for mailman mailing lists
ScriptAlias /mailman_ldap/ /usr/local/mailman_ldap/cgi-bin/

I can log into the list fine, but all of the links on that page are
/mailman/ not /mailman_ldap/ and if I try and type in the correct link
it works.  How do I change this so that it changes what links it creates
in my web interface?*
*
 End original message. -

Did you make these changes before or after setting up the list(s)?

If after, did you run fix_url on the list(s) to update their configuration?

Dragon

~~~
  Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
~~~

--
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] trying to change default_url_pattern

2006-10-26 Thread Anne Ramey
I thought that was just for the hostname.  Worked like a charm!  Thanks

Anne 


Dragon wrote:
 Anne Ramey sent the message below at 12:31 10/26/2006:
 I put this setting in my mm_cfg.py:
 DEFAULT_URL_PATTERN = 'http://%s/mailman_ldap/'

 and my httpd.conf contains this:
 # This alias is for mailman mailing lists
 ScriptAlias /mailman_ldap/ /usr/local/mailman_ldap/cgi-bin/

 I can log into the list fine, but all of the links on that page are
 /mailman/ not /mailman_ldap/ and if I try and type in the correct link
 it works.  How do I change this so that it changes what links it creates
 in my web interface?*
 *
  End original message. -

 Did you make these changes before or after setting up the list(s)?

 If after, did you run fix_url on the list(s) to update their 
 configuration?

 Dragon

 ~~~
  Venimus, Saltavimus, Bibimus (et naribus canium capti sumus)
 ~~~


--
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] trying to change default_url_pattern

2006-10-26 Thread Mark Sapiro
Anne Ramey wrote re: fix_url:

I thought that was just for the hostname.  Worked like a charm!  Thanks


Actually, you can change host_name (email host) from the web interface
so fix_url isn't really needed for that. What fix_url updates in
addition to host_name is the hidden attribute web_page_url which is
made from DEFAULT_URL_PATTERN with the substitution of the web host,

See
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.069.htp.

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