Hi,

I have a multiuser SUN Solaris system.
A user had already installed the mailmain software in his own home-directory with ./configure --prefix=/symrt/inf/lore/mailman --with-username=lore --with-groupname=winf

I try to install a central mailman system, but would like not to touch
to the installation from the user.

I use the defaults /usr/local/mailman, username=groupname: mailman
Installation is OK up to /bin/checks_perms

But the next thing is to edit the Apache httpd.conf file.

Here I seem to be stuck.
I have to define the  Alias  pipermail  and the  ScriptAlias  mailman
But there are already pointing to the users' installation:

# UA Change
# This Alias provides access to the archives of the mailman mailing list
    Alias /pipermail/ "/symrt/inf/lore/mailman/archives/public/"

    <Directory "/symrt/inf/lore/mailman/archives/public">
        Options Indexes FollowSymlinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

ScriptAlias /mailman/ /home/wins/inf/lore/mailman/cgi-bin/

Is there a workarround ?

Pieter
------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to