This directive must be accompanied by AuthName, AuthUserFile, and AuthGroupFile directives in order for user authentication to work properly.
AuthType type
type
is the authentication type to use for this
directory. Only Basic
is currently implemented.
AuthType Basic
Sets the authorization type of this directory to Basic
.
Return to access configuration overview
httpd@ncsa.uiuc.edu