1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-29 09:01:18 +03:00

update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@355753 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
André Malo
2005-12-10 15:52:24 +00:00
parent f431dcba13
commit 618802d904
17 changed files with 122 additions and 46 deletions

View File

@ -99,6 +99,7 @@ lower level modules</td></tr>
&lt;Location /secure&gt;<br />
<span class="indent">
AuthType basic<br />
AuthName "private area"<br />
AuthBasicProvider dbm<br />
AuthDBMType SDBM<br />
AuthDBMUserFile /www/etc/dbmpasswd<br />