9 lines
164 B
ApacheConf
9 lines
164 B
ApacheConf
|
AuthName "Protected Area"
|
||
|
AuthType Basic
|
||
|
AuthUserFile /usr/local/web_conf/passwd
|
||
|
<Limit GET POST>
|
||
|
require user apitux admin_xsalto
|
||
|
</Limit>
|
||
|
|
||
|
Options Indexes
|