version 1.13, 2001/05/02 21:00:51
|
version 1.14, 2001/05/15 12:35:07
|
Line 316 PerlHandler Apache::lonratparms
|
Line 316 PerlHandler Apache::lonratparms
|
|
|
# --------------------------------------------- Resource Space Content Handlers |
# --------------------------------------------- Resource Space Content Handlers |
|
|
<LocationMatch "^/res/.*/$"> |
<LocationMatch "^/res.*/$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonindexer |
PerlHandler Apache::lonindexer |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/res/.*\.tex$"> |
<LocationMatch "^/(res|\~).*\.tex$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lontex |
PerlHandler Apache::lontex |
</LocationMatch> |
</LocationMatch> |