[Mailman-Users] Mailman not creating HTML pages

Grace, Terry tgrace at thestar.ca
Thu Jan 27 07:36:44 CET 2000


In your httpd.conf file insert the following directive:

Alias /pipermail/ "$prefix/archives/public/"

where $prefix is the directory where you install mailman

eg Alias /pipermail/ "/usr/local/mailman/archives/public/"


-----Original Message-----
From: mailman-users-admin at python.org
[mailto:mailman-users-admin at python.org]On Behalf Of Scott
Kinnane-Systems Support Engineer PGS SPS Perth
Sent: Thursday, January 27, 2000 12:04 AM
To: Marc W. Mauss
Cc: Mark Starr; mailman-users at python.org
Subject: Re: [Mailman-Users] Mailman not creating HTML pages


I have a hunch ...

Are you running an Apache web server?? Or more importantly, who owns the
processes for CGI programs that your web server starts? "nobody' is it? That
being the case "nobody" would need to be in your mailman group AND, group
write
permissions need to be set for the /home/httpd/html/mailman directory.

Hows that sound??

scott

"Marc W. Mauss" wrote:

> Mark, that's the problem I was having - I had some people offer
suggestions,
> but still haven't gotten it resolved.  I'm still using majordomo, because
I
> can't get mailman to work correctly.
>
> Now that there are two of us, maybe someone can get this resolved.  (I say
> this with full appreciation and no disrespect to those who tried to help
me,
> but it just didn't help.)
>
> Merlin
> (formerly Marc W. Mauss)
> RRR01
> Honorary CSA Consul to Cyberspace
> Coram (Long Island), NY
>
> '83 Sabre V45  "Just for Fun"
> '85 Shadow VT1100C - (hers)
> '86 Shadow VT1100C  -- ALMOST BACK
>
> Cordura IS a fashion statement.
>
> > -----Original Message-----
> > From: mailman-users-admin at python.org
> > [mailto:mailman-users-admin at python.org]On Behalf Of Mark Starr
> > Sent: Wednesday, January 26, 2000 5:04 PM
> > To: mailman-users at python.org
> > Subject: [Mailman-Users] Mailman not creating HTML pages
> >
> >
> >
> > After working all morning, I successfully created a
> > list, and can post to it, etc.
> >
> > However, there are no webpages for the list
> > (in home/httpd/html/mailman) (it didn't even create the directory)
> >
> > How do I create these things, or why isn't mailman creating them?
> > I created a mailman dir with proper permissions, but still
> > mailman won't put any html files in there... is there a script
> > I'm suppose to run, or
> >
> > [root at spgo Mailman]# cd /home/httpd/html/mailman
> > [root at spgo mailman]# ls -la
> > total 8
> > drwxr-xr-x   2 mailman  mailman      4096 Jan 26 10:04 .
> > drwxr-xr-x   6 root     root         4096 Jan 26 10:04 ..
> >
> > ##############################################################
> > # Put YOUR site-specific configuration below, in mm_cfg.py . #
> > # See Defaults.py for explanations of the values.            #
> >
> > DEFAULT_HOST_NAME = 'spgo.yi.org'
> > DEFAULT_URL       = 'http://spgo.yi.org/mailman'
> >
> > MAILMAN_OWNER     = 'mailman-owner at spgo.yi.org' % spgo.yi.org
> >
> > PUBLIC_ARCHIVE_URL = '/pipermail'
> > PRIVATE_ARCHIVE_URL = '/mailman/private'
> >
> > ##############################################################
> >
> > The one thing I didn't understand in the docs was this:
> >
> >
> > "    Configure your Web server to point to the Pipermail public
> >       mailing list archives:
> >
> >       For example, in Apache:
> >
> >          Alias /pipermail/ $prefix/archives/public/
> >
> >       Consult your Web server's documentation for details.  Also be
> >       sure to configure your Web server to follow symbolic links in
> >       this directory, otherwise public Pipermail archives won't be
> >       accessible.  For Apache users, consult the FollowSymLinks
> >       option.quest at spgo.yi.org"
> >
> >
> >
> >
> > Can anyone helpful be more explicit as to what I need to do here?
> >
> > ------------------------------------------------------
> > Mailman-Users maillist  -  Mailman-Users at python.org
> > http://www.python.org/mailman/listinfo/mailman-users
> >
>
> ------------------------------------------------------
> Mailman-Users maillist  -  Mailman-Users at python.org
> http://www.python.org/mailman/listinfo/mailman-users


------------------------------------------------------
Mailman-Users maillist  -  Mailman-Users at python.org
http://www.python.org/mailman/listinfo/mailman-users




More information about the Mailman-Users mailing list