[Mailman-Users] Changing the mailman access url

Phil Stracchino phils at caerllewys.net
Thu Jan 3 13:49:43 EST 2019


On 1/3/19 12:36 PM, Odhiambo Washington wrote:
> I have manually installed mailman and moved the files. This is on the same
> server.
> Now my problem is the urls:
> I have http://FQDN/cgi-bin/mailman/admin/LISTNAME which I would like to
> change to http://FQDN/mailman/admin/skunkworks - ideally, just eliminating
> the /cgi-bin/ bit.
> 

This does not look like a Mailman configuration issue.  This is
something easily done in your Apache configuration.

Try this:

    ScriptAlias /mailman /usr/lib64/mailman/cgi-bin/

(or whatever your actual path is)

    <Location /mailman>
        SetHandler cgi-script
        Options +MultiViews
        Require all granted
    </Location>


-- 
  Phil Stracchino
  Babylon Communications
  phils at caerllewys.net
  phil at co.ordinate.org
  Landline: +1.603.293.8485
  Mobile:   +1.603.998.6958


More information about the Mailman-Users mailing list