[Mailman-Users] newbie question

Jon Carnes jonc at nc.rr.com
Wed Mar 10 19:54:10 CET 2004


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
> 
> 
> >
> > On Wed, 2004-03-10 at 00:50, Jim Chivas wrote:
> > > Greetings:
> > >
> > > I have search the archives and checked the faq but I still would like to
> > > get someones assistance for my instal on Sun SOlaris version 7.
> > >
> > > It should be a pretty simple solution but I can't see it.
> > >
> > > Near the end of the install I am asked to create the 'mailman' system
> > > list. I did this successfully. The email that was returned to me says I
> > > can now configure this new list by accessing:
> > >
> > >
> > > http://my-server-name/mailman/admin/mailman
> > >
> > >
> > > In the following install layout I don't see any file or directory below
> > > the admin file in the cgi-bin area.
> > >
> > > When I do this or any other access I receive the famous:
> > >
> > > 'file not' found page in my browser.
> > >
> > > Did I miss something during the install?
> > >
> > >
> > > Thanks
> > >
> > > Jim
> > >
> > >
> > >
> > >
> > >
> > > My apache server configs are:
> > >
> > >
> > > ScriptAlias	/mailman/	"/usr/local/mailmain/cgi-bin/"
> > >
> > >
> > > #
> > > <Directory	"/usr/local/mailman/cgi-bin">
> > > AllowOverride	None
> > > Options	None
> > > Order	allow,deny
> > > Allow	from	all
> > > </Directory>
> > >
> > >
> > >
> > > While my install layout is:
> > >
> > >
> > > # pwd
> > > /usr/local/mailman
> > > # ls -al cgi-bin
> > >
> > >
> > > total 796
> > > drwxrwsr-x   2 mailman  mailman      512 Mar  2 21:42 .
> > > drwxrwsr-x  20 mailman  mailman      512 Mar  3 22:13 ..
> > > -rwxr-sr-x   1 mailman  mailman    36456 Mar  2 21:42 admin
> > > -rwxr-sr-x   1 mailman  mailman    36460 Mar  2 21:42 admindb
> > > -rwxr-sr-x   1 mailman  mailman    36460 Mar  2 21:42 confirm
> > > -rwxr-sr-x   1 mailman  mailman    36460 Mar  2 21:42 create
> > > -rwxr-sr-x   1 mailman  mailman    36468 Mar  2 21:42 edithtml
> > > -rwxr-sr-x   1 mailman  mailman    36468 Mar  2 21:42 listinfo
> > > -rwxr-sr-x   1 mailman  mailman    36460 Mar  2 21:42 options
> > > -rwxr-sr-x   1 mailman  mailman    36460 Mar  2 21:42 private
> > > -rwxr-sr-x   1 mailman  mailman    36460 Mar  2 21:42 rmlist
> > > -rwxr-sr-x   1 mailman  mailman    36460 Mar  2 21:42 roster
> > > -rwxr-sr-x   1 mailman  mailman    36468 Mar  2 21:42 subscribe
> > > #
> > >
> > >
> > >
> > >
> > > ------------------------------------------------------
> > > Mailman-Users mailing list
> > > Mailman-Users at 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/
> >
> >
> 
> -- ---------------------------------------------------------------------
> 
> Jim Chivas                              email:  jchivas at langara.bc.ca
> 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
> 
> 
> 





More information about the Mailman-Users mailing list