AO Logo
 
  
  
  
Httpd Site Authenticated Locations
AO
AO Industries, Inc.
Application Infrastructure ProviderApplication Infrastructure Provider
Sign UpWhat's NewClient AreaContact UsSite Map
 
your location:   home page ··· aoserv platform ··· software components ··· aoserv client ··· tables ··· table definitions ··· httpd site authenticated locations

TABLE NAME

httpd_site_authenticated_locations

DESCRIPTION

The httpd_site_authenticated_locations configured Apache basic authentication using Location directives.

COLUMNS

columntypenulluniquereferencesreferenced_bysince_versiondescription
pkeypkeyfalsetrue1.18a generated primary key
httpd_sitefkeyfalsefalsehttpd_sites.id1.18the site that is being referenced
pathstringfalsefalse1.18the path to protect, unique per httpd_site
is_regular_expressionbooleanfalsefalse1.18regular expressions may be used, resulting in LocationMatch directives instead of Location
auth_namestringfalsefalse1.18the prompt given to the user during authentication
auth_group_filepathfalsefalse1.18the full path to the file containing the group list
auth_user_filepathfalsefalse1.18the full path to the file containing the user list
requirestringfalsefalse1.18the require directive parameter(s) for Apache
handlerstringtruefalse1.81.13the optional handler for this location