Apache::lonracc - Access Handler for File Transfers
Invoked by /etc/httpd/conf/loncapa.conf:
<LocationMatch "^/raw.*"> PerlAccessHandler Apache::lonracc </LocationMatch>
This module enables authentication for file transfers and works against the /res tree.
Only lond invokes the /raw namespace through its subscribe function.
This is part of the LearningOnline Network with CAPA project described at http://www.lon-capa.org.
This routine is called by Apache and mod_perl.
Determine requesting host
See whether or not the requesting host is subscribed.
Respond with status of request and make log entry in case of unallowed access.