[LON-CAPA-cvs] cvs: loncom(version_2_8_X) / loncapa_apache.conf

raeburn raeburn@source.lon-capa.org
Tue, 23 Dec 2008 00:06:12 -0000


raeburn		Tue Dec 23 00:06:12 2008 EDT

  Modified files:              (Branch: version_2_8_X)
    /loncom	loncapa_apache.conf 
  Log:
  - Backport 1.183.
  
  
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.181.2.2 loncom/loncapa_apache.conf:1.181.2.3
--- loncom/loncapa_apache.conf:1.181.2.2	Mon Dec 22 21:53:48 2008
+++ loncom/loncapa_apache.conf	Tue Dec 23 00:06:12 2008
@@ -1,7 +1,7 @@
 ##
 ## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
 ##
-## $Id: loncapa_apache.conf,v 1.181.2.2 2008/12/22 21:53:48 raeburn Exp $
+## $Id: loncapa_apache.conf,v 1.181.2.3 2008/12/23 00:06:12 raeburn Exp $
 ##
 
 #
@@ -51,6 +51,10 @@
 PerlSetVar lonOtherAuthen no
 
 #PerlWarn On
+<LocationMatch "^/+res/adm/pages/[^/]+\.(gif|png)$">
+PerlAuthenHandler       'sub { return OK }'
+</LocationMatch>
+
 <LocationMatch "^/+res.*">
 
 AuthType LONCAPA