[Mailman-Users] Restricting access to the create list web page

Tokio Kikuchi tkikuchi at is.kochi-u.ac.jp
Sat Jan 25 13:58:21 CET 2003


> Is there anyway I can restrict access to this page, by say IP.
> 
> I don't want joe public top be able to bring this page up at all, only
> the internal network list admins.
> 
> I was thinking of a directive in the mailman httpd.conf file, but not
> sure where to put it.

Put
<Location /mailman/create>
  Order deny,allow
  Deny from all
  Allow from 123.45.67.89
</Location>
just beneath the <Directory ...> section for mailman cgi in the
Apache httpd.conf, and restart httpd.

-- 
Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/




More information about the Mailman-Users mailing list