[LON-CAPA-cvs] cvs: modules /msu loncapa_apache_localmsu.conf

raeburn lon-capa-cvs@mail.lon-capa.org
Mon, 08 Jan 2007 15:37:15 -0000


raeburn		Mon Jan  8 10:37:15 2007 EDT

  Added files:                 
    /modules/msu	loncapa_apache_localmsu.conf 
  Log:
  Apache config file intended for s10 to restrict access to showcloneable.pl and LC_classlist_check.pl (in cgi-bin) from zaphod and msulogin.loncapa.org respectively.  
  
  

Index: modules/msu/loncapa_apache_localmsu.conf
+++ modules/msu/loncapa_apache_localmsu.conf
<Location /cgi-bin/LC_classlist_check.pl>
order deny,allow
deny from all
allow from 35.9.119.109
AuthName "LON-CAPA Network Administration"
AuthType Basic
AuthUserFile /home/httpd/lonTabs/htpasswd
require user lonadm
</Location>

<Location /cgi-bin/showcloneable.pl>
order deny,allow
deny from all
allow from 35.9.119.115
AuthName "LON-CAPA Network Administration"
AuthType Basic
AuthUserFile /home/httpd/lonTabs/htpasswd
require user lonadm
</Location>