version 1.1, 2002/06/07 06:39:18
|
version 1.2, 2004/05/07 21:34:26
|
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> |
|
SetHandler perl-script |
|
PerlHandler Apache::username |
|
</Location> |
|
|
|
<LocationMatch "\.username$"> |
|
SetHandler perl-script |
|
PerlHandler Apache::username |
|
</LocationMatch> |
|
|
|
<h3>Example 1</h3> |
<pre> |
<pre> |
package Apache::username; |
package Apache::username; |
use strict; |
use strict; |