NAME

Apache::lonindexer - mod_perl module for cross server filesystem browsing


SYNOPSIS

Invoked by /etc/httpd/conf/srm.conf:

 <LocationMatch "^/res.*/$">
 SetHandler perl-script
 PerlHandler Apache::lonindexer
 </LocationMatch>


INTRODUCTION

This module enables a scheme of browsing across a cross server.

This is part of the LearningOnline Network with CAPA project described at http://www.lon-capa.org.


BEGIN SUBROUTINE

This routine is only run once after compilation.


HANDLER SUBROUTINE

This routine is called by Apache and mod_perl.


OTHER SUBROUTINES