version 1.1, 2002/06/07 06:39:18
|
version 1.3, 2004/05/25 16:02:22
|
Line 14
|
Line 14
|
"username" appears it should be replaced by your specific |
"username" appears it should be replaced by your specific |
username. |
username. |
</p> |
</p> |
<h3>Example 1</h3> |
<p> |
|
Please add this to your /etc/httpd/conf/loncapa_apache.conf file |
|
</p> |
|
|
|
<h3>Conf Changes</h3> |
|
|
|
|
|
<Location /adm/username><br /> |
|
PerlAccessHandler Apache::lonacc<br /> |
|
SetHandler perl-script<br /> |
|
PerlHandler Apache::username<br /> |
|
</Location><br /> |
|
|
|
<LocationMatch "\.username$"><br /> |
|
SetHandler perl-script<br /> |
|
PerlHandler Apache::username<br /> |
|
</LocationMatch><br /> |
|
|
|
<h3>Example 1</h3> |
<pre> |
<pre> |
package Apache::username; |
package Apache::username; |
use strict; |
use strict; |