[Mailman-Users] Securing Apache
Wesley T. Perdue
wes at greenfieldnetworks.com
Thu May 22 02:44:09 CEST 2003
Clayton,
My bet is you've got an "AllowOverride None" directive in the cgi-bin Directory section of your httpd.conf, which tells Apache to ignore the .htaccess file you created. I recommend you copy the auth config statements from the pipermail Directory section to the cgi-bin Directory section.
Good luck.
Regards,
Wes
At 09:58 AM 5/22/2003 +1000, Clayton Rogers wrote:
>I would like to restrict access to mailman based on IP address/FQDN.
>
>This is what I have done so far:
><Directory /var/mailman/archives>
> Options +FollowSymlinks
> Order Deny,Allow
> Deny from all
> Allow from blah.blah.domain
></Directory>
>Seems to work.
>
>My problems seems to be the cgi-bin scripting area where I am unable to restrict access. Users are still able to go http://mailman/mailman/listinfo/list. Are restrictions possible either in apache or mailman?
>
>Cheers
>
>
>------------------------------------------------------
>Mailman-Users mailing list
>Mailman-Users at python.org
>http://mail.python.org/mailman/listinfo/mailman-users
>Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
>Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
>
>This message was sent to: wes at greenfieldnetworks.com
>Unsubscribe or change your options at
>http://mail.python.org/mailman/options/mailman-users/wes%40greenfieldnetworks.com
More information about the Mailman-Users
mailing list