<ul>
<li>It insists that the user enters a userID.
- (<code class="directive"><a href="#anonymous_nouserid">Anonymous_NoUserId</a></code>)</li>
+ (<code class="directive"><a href="#anonymous_nouserid">Anonymous_NoUserID</a></code>)</li>
<li>It insists that the user enters a password.
(<code class="directive"><a href="#anonymous_mustgiveemail">Anonymous_MustGiveEmail</a></code>)</li>
<li>The userID must be one of <code>anonymous guest www test
welcome</code> and comparison is <strong>not</strong> case
- sensitive. (<code class="directive"><a href="#anonymous">Anonymous</a></code></li>
+ sensitive. (<code class="directive"><a href="#anonymous">Anonymous</a></code>)</li>
<li>And the Email addresses entered in the passwd field are
logged to the error log file.
AuthBasicProvider file anon<br />
AuthUserFile /path/to/your/.htpasswd<br />
<br />
- Anonymous_NoUserId off<br />
+ Anonymous_NoUserID off<br />
Anonymous_MustGiveEmail on<br />
Anonymous_VerifyEmail on<br />
Anonymous_LogEmail on<br />
<ul>
<li>It insists that the user enters a userID.
(<directive module="mod_authn_anon"
- >Anonymous_NoUserId</directive>)</li>
+ >Anonymous_NoUserID</directive>)</li>
<li>It insists that the user enters a password.
(<directive module="mod_authn_anon"
<li>The userID must be one of <code>anonymous guest www test
welcome</code> and comparison is <strong>not</strong> case
sensitive. (<directive module="mod_authn_anon"
- >Anonymous</directive></li>
+ >Anonymous</directive>)</li>
<li>And the Email addresses entered in the passwd field are
logged to the error log file.
AuthBasicProvider file anon<br />
AuthUserFile /path/to/your/.htpasswd<br />
<br />
- Anonymous_NoUserId off<br />
+ Anonymous_NoUserID off<br />
Anonymous_MustGiveEmail on<br />
Anonymous_VerifyEmail on<br />
Anonymous_LogEmail on<br />