version 1.13, 2000/11/06 18:51:26
|
version 1.15, 2000/11/10 14:43:07
|
Line 9
|
Line 9
|
## |
## |
## Gerd Kortemeyer |
## Gerd Kortemeyer |
## |
## |
## 10/3,10/5,10/12,10/16,10/20,11/2,11/6 |
## 10/3,10/5,10/12,10/16,10/20,11/2,11/6,11/10 |
## |
## |
## access.conf -- Apache HTTP server configuration file |
## access.conf -- Apache HTTP server configuration file |
## |
## |
Line 233 SetHandler perl-script
|
Line 233 SetHandler perl-script
|
PerlHandler Apache::lonxml |
PerlHandler Apache::lonxml |
</LocationMatch> |
</LocationMatch> |
|
|
<LocationMatch "^/res/.*\.problem$"> |
<LocationMatch "^/(res|\~).*\.problem$"> |
SetHandler perl-script |
SetHandler perl-script |
PerlHandler Apache::lonhomework |
PerlHandler Apache::lonhomework |
</LocationMatch> |
</LocationMatch> |