mod_access

mod_access is an Apache module to access control based on client hostname or IP address.
Download

mod_access Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License
  • Price:
  • FREE
  • Publisher Name:
  • The Apache project
  • Publisher web site:
  • http://httpd.apache.org/docs/1.3/mod/mod_asis.html

mod_access Tags


mod_access Description

mod_access is an Apache module to access control based on client hostname or IP address. mod_access is an Apache module to access control based on client hostname or IP address.The directives provided by mod_access are used in < Directory >, < Files >, and < Location > sections as well as .htaccess files to control access to particular parts of the server. Access can be controlled based on the client hostname, IP address, or other characteristics of the client request, as captured in environment variables.The Allow and Deny directives are used to specify which clients are or are not allowed access to the server, while the Order directive sets the default access state, and configures how the Allow and Deny directives interact with each other.Both host-based access restrictions and password-based authentication may be implemented simultaneously. In that case, the Satisfy directive is used to determine how the two sets of restrictions interact.In general, access restriction directives apply to all access methods (GET, PUT, POST, etc). This is the desired behavior in most cases. However, it is possible to restrict some methods, while leaving other methods unrestricted, by enclosing the directives in a < Limit > section. Requirements: · Apache 1.3.x or later


mod_access Related Software