I double checked the information you suggested below. I did your suggestion and it works ok.
Now new question. I am following the mailman doc to create my first list ex: http://my.dom.ain:8080/mailman/create **** Note the port number! The screen comes up and I put in the data requested but when I click on create I receive the 'mailman/create' page can't be found plus the URL in my browser does not keep the port# 8080 in its path. I am assuming this is my trouble. To correct this I added DEFAULT_URL_HOST = 'pipeline.langara.bc.ca:8080' to my mm_cfg.py file at the end. I then stopped and started mailmanctl. When I try again the url still keeps loosing the port# 8080 from the URL. Referencing the following list off the create page returns similar no port# url as follows. http://pipeline.langara.bc.ca/mailman/admin (overview) http://pipeline.langara.bc.ca/mailman/listinfo (list overview) Can you offer any suggestions on how to keep the port# in the URL's for mailman? Thanks Jim On 10 Mar 2004, Jon Carnes wrote: > On Wed, 2004-03-10 at 12:53, Jim Chivas wrote: > > On 10 Mar 2004, Jon Carnes wrote: > > > > > Did you stop and restart Apache? > > > > yes. > > > > > > Does Apache give you any errors with regards to your added lines in > > > httpd.conf? > > > > None. > > > > Is this the correct url ? > > > > http://my-server-name/mailman/admin/mailman > > should be fine as long as your servers domain name is "my-server-name" > :-) > > > Does my install directory look correct? > > > > In my installs I don't use the <Directory> directive to define Apache's > access for the local directories. I just have the ScriptAlias point > there. > > Leave the ScriptAlias but comment out this stuff and then restart Apache > <Directory "/usr/local/mailman/cgi-bin"> > AllowOverride None > Options None > Order allow,deny > Allow from all > </Directory> > > It may be that if you define the Directory that you must specify > "ExecCGI" in the Options statement (and not "None"). > > Good Luck - Jon Carnes > > > Thanks > > > > Jim > > > > -- --------------------------------------------------------------------- Jim Chivas email: [EMAIL PROTECTED] Information And Computing services fax: (604) 323-5349 Langara College Voice: (604) 323-5390 100 West 49th Avenue http://www.langara.bc.ca Vancouver, B.C., Canada V5Y 2Z6 ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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/