19.5 mod_auth_anon

Team-Fly    

 
Webmaster in a Nutshell, 3rd Edition
By Robert Eckstein, Stephen Spainhour
Table of Contents
Chapter 19.  Apache Modules

19.5 mod_auth_anon

The mod_auth_anon module determines which clients can access parts of the server anonymously. A standard anonymous connection uses the user anonymous with the client user 's email address as password. Use of this module allows the server to track visitors and what pages they have requested .

Anonymous

  Anonymous   user1  user2 ... 

[Within <Directory>, or .htaccess ]

Specifies a list of users who do not require password authentication to access documents in this realm. The user IDs are case-insensitive. For example:

 Anonymous anonymous guest "Some User" 
Anonymous_Authoritative

  Anonymous_Authoritative  onoff 

[Within <Directory>, or .htaccess ]

Decides at which level authentication and authorization can be performed. If off is specified, and there is no user ID matching the requester, authentication and authorization are passed to lower-level modules, which allow anonymous access to their respective content based on individual settings.

Anonymous_LogEmail

  Anonymous_LogEmail  onoff 

[Within <Directory>, or .htaccess ]

If set to on, logs the anonymous password entry (the requested email address) to the error log. The default is on.

Anonymous_MustGiveEmail

  Anonymous_MustGiveEmail  onoff 

[Within <Directory>, or .htaccess ]

If set to on, prohibits blank passwords from being used. The default is on.

Anonymous_NoUserID

  Anonymous_NoUserID  onoff 

[Within <Directory>, or .htaccess ]

If set to on, allows the user ID entry to be empty. The default is off, which specifies that the client must enter a user ID.

Anonymous_VerifyEmail

  Anonymous_VerifyEmail  onoff 

[Within <Directory>, or .htaccess ]

If set to on, verifies that the password entered contains a @ and a . character. The default is off.


Team-Fly    
Top


Webmaster in a Nutshell
Webmaster in a Nutshell, Third Edition
ISBN: 0596003579
EAN: 2147483647
Year: 2002
Pages: 412

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net