[LON-CAPA-cvs] cvs: loncom / loncapa_apache.conf
raeburn
lon-capa-cvs@mail.lon-capa.org
Thu, 06 Jul 2006 21:20:23 -0000
raeburn Thu Jul 6 17:20:23 2006 EDT
Modified files:
/loncom loncapa_apache.conf
Log:
AllowOverride directive if for <Directory></Directory>. In Apache 2, I get "[warn] Useless use of AllowOverride in line 252" with this AllowOverride in a <LocationMatch></LocationMatch> block.
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.144 loncom/loncapa_apache.conf:1.145
--- loncom/loncapa_apache.conf:1.144 Sun Jul 2 14:01:32 2006
+++ loncom/loncapa_apache.conf Thu Jul 6 17:20:22 2006
@@ -1,7 +1,7 @@
##
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-## $Id: loncapa_apache.conf,v 1.144 2006/07/02 18:01:32 raeburn Exp $
+## $Id: loncapa_apache.conf,v 1.145 2006/07/06 21:20:22 raeburn Exp $
##
#
@@ -249,7 +249,6 @@
ErrorDocument 404 /adm/notfound.html
ErrorDocument 406 /adm/unauthorized
ErrorDocument 500 /adm/errorhandler
-AllowOverride None
</LocationMatch>
<LocationMatch "^/adm/helper/.*\.helper$">