I am including lines from mm_cfg.py along with other particulars about my installation in hopes that someone can help me figure out why I am not able to get this working correctly.
My mm_cfg.py (in part):
############################################################## # Put YOUR site-specific configuration below, in mm_cfg.py . # # See Defaults.py for explanations of the values. #
DEFAULT_URL = 'http://localhost/cgi-bin/mailman/' DEFAULT_EMAIL_HOST= 'fyrenice.com' DEFAULT_URL_HOST= 'www.fyrenice.com' add_virtualhost(DEFAULT_URL_HOST,DEFAULT_EMAIL_HOST) IMAGE_LOGOS = '/images/mailman/' USE_ENVELOPE_SENDER = 0 DEFAULT_SEND_REMINDERS = 0 DEFAULT_URL_PATTERN = 'http://%s/mailman/' MAILMAN_OWNER = '[EMAIL PROTECTED]' % DEFAULT_HOST_NAME
PRIVATE_ARCHIVE_URL = '/cgi-bin/mailman/private'
Also in Mailman for my primary list, I have the following entries:
Name of list: "2ls"
Host name this list prefers for email.
(Details for *host_name*) <http://fyrenice.com/cgi-bin/mailman/admin/2ls/?VARHELP=general/host_name>
mail.fyrenice.com
If I make any changes to the configuration through the Web interface, I get an error:
Not Found
The requested URL /cgi-bin/mailman/admin/2ls/general was not found on this server.
------------------------------------------------------------------------ Apache/1.3.33 Server at localhost Port 80
but if I change the URL to remove the /cgi-bin portion then it loads up just fine, i.e., it takes me to the correct page saving the updates.
These are some of my problems....I appreciate any help.
--
Dr. Scott S. Jones
Hands-On Chiropractic IRC: irc.freenode.net #utah
Yahoo: sanchiro12
------------------------------------------------------ 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/