access.conf - Detailed Explanation


Table of Contents


Introduction

Access control for an httpd server is configured by means of one or more Access Control Files (ACFs). There is a global ACF and one or more per-directory ACFs.

The global ACF is a required server configuration file located in the conf directory. The exact location is specified by the AccessConfig directive of httpd.conf. It can contain access controls for any directories on the server.

Per-directory ACFs are files named by the AccessFileName directive of srm.conf. They can contain access controls for that directory and any subdirectories.

Access control directives can be placed into groups. The following sections describe these groups of directives. Each section lists the directives it contains and provides links to the NCSA documentation for each directive.


Directory Sections

Directory sections specify the access information for a single directory or pattern of directories. They are specified using the Directory directive.


Access Overrides


Server Options


Authorization Directives

With browsers that support user authentication, it is possible to require users to enter a name and password before accessing a protected document. These directives control the authentication support in the server.


Access Limiting Sections

Access limiting sections allow or deny access to documents within a directory based on the name of the host trying to retrieve them. They are specified using the Limit directive.


Resource Directives

Many directives that you can use in directory sections of an ACF are exactly the same as directives from srm.conf, with the exception of the scope where they are in effect. These duplicated directives are:


Nathan C. Bush / httpd/access.conf.d.html / access.conf - Detailed Explanation
Last revision date: July 28, 1994