RE: [Mailman-Users] Mailman not creating HTML pages

Hi Marc,
Did you add the following line to your srm.conf file (for apache):
ScriptAlias /mailman/ /var/home/mailman/cgi-bin/
/var/home/mailman/cgi-bin/ is wherever you installed Mailman.
Also did you put the following in your access.conf file (again for apache):
<Directory /var/home/mailman/cgi-bin> AllowOverride None Options ExecCGI </Directory>
If you missed either, you won't be able to view the web frontend.
Chris
-----Original Message-----
From: Marc W. Mauss [SMTP:marc@shadowriders.org]
Sent: Wednesday, January 26, 2000 9:11 PM
To: Mark Starr; mailman-users@python.org
Subject: RE: [Mailman-Users] Mailman not creating HTML pages
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@python.org
> [mailto:mailman-users-admin@python.org]On Behalf Of Mark Starr
> Sent: Wednesday, January 26, 2000 5:04 PM
> To: mailman-users@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@spgo Mailman]# cd /home/httpd/html/mailman
> [root@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@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@spgo.yi.org" > > > > > Can anyone helpful be more explicit as to what I need to do here? > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users@python.org > http://www.python.org/mailman/listinfo/mailman-users >
------------------------------------------------------
Mailman-Users maillist - Mailman-Users@python.org
http://www.python.org/mailman/listinfo/mailman-users
participants (1)
-
Chris Yeo