[LON-CAPA-cvs] cvs: loncom(version_2_11_X) / loncapa_apache.conf
raeburn
raeburn at source.lon-capa.org
Wed Feb 13 12:22:45 EST 2013
raeburn Wed Feb 13 17:22:45 2013 EDT
Modified files: (Branch: version_2_11_X)
/loncom loncapa_apache.conf
Log:
- For 2.11
- Backport 1.224.
Index: loncom/loncapa_apache.conf
diff -u loncom/loncapa_apache.conf:1.215.2.7 loncom/loncapa_apache.conf:1.215.2.8
--- loncom/loncapa_apache.conf:1.215.2.7 Fri Feb 8 16:54:51 2013
+++ loncom/loncapa_apache.conf Wed Feb 13 17:22:43 2013
@@ -2,7 +2,7 @@
## loncapa_apache.conf -- Apache HTTP LON-CAPA configuration file
##
-# $Id: loncapa_apache.conf,v 1.215.2.7 2013/02/08 16:54:51 raeburn Exp $
+# $Id: loncapa_apache.conf,v 1.215.2.8 2013/02/13 17:22:43 raeburn Exp $
#
# LON-CAPA Section (extensions to httpd.conf daemon configuration)
@@ -1179,6 +1179,16 @@
ErrorDocument 500 /adm/errorhandler
</Location>
+<Location /adm/extresedit>
+AuthType LONCAPA
+Require valid-user
+PerlAuthzHandler Apache::lonacc
+SetHandler perl-script
+PerlHandler Apache::lonextresedit
+ErrorDocument 403 /adm/login
+ErrorDocument 500 /adm/errorhandler
+</Location>
+
<LocationMatch "^/adm/announcements">
AuthType LONCAPA
Require valid-user
More information about the LON-CAPA-cvs
mailing list