Parent Directory
|
Revision Log
No longer use custom htpasswd
| 1 | AddHandler cgi-script .cgi |
| 2 | Options +ExecCGI |
| 3 | |
| 4 | <Limit POST PUT DELETE> |
| 5 | Require group spec-ja |
| 6 | AuthType Basic |
| 7 | AuthUserFile /home/wakaba/public_html/pbin/accounts/data/htpasswd |
| 8 | AuthGroupFile /home/wakaba/public_html/pbin/accounts/data/htgroup |
| 9 | AuthName "spec-ja" |
| 10 | </Limit> |
| 11 | |
| 12 | ## License: Public Domain. |
| 13 | ## $Date: 2008/10/27 05:00:33 $ |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |