AO Logo
 
  
  
  
Httpd Sites
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 sites

TABLE NAME

httpd_sites

DESCRIPTION

The httpd_sites table stores all of the site names used in the /www directory on servers. Each site name must be unique per server. Also, for site portability, it is preferred that sites remain unique between one set of servers. Such as AO Industries will use unique names across all of its virtual servers, while resellers may also choose to use unique names across their sets of dedicated machines.

COLUMNS

columntypenulluniquereferencesreferenced_bysince_versiondescription
idpkeyfalsetruehttpd_site_authenticated_locations.httpd_site
httpd_static_sites.httpd_site
httpd_site_binds.httpd_site
httpd_tomcat_sites.httpd_site
1.81.18a generated primary key
ao_serverfkeyfalsefalseao_servers.server1.0a100the pkey of the server the site is hosted on
namestringfalsefalse1.81.18the name of the site, as used in the /var/www directory.
list_firstbooleanfalsefalse1.0a100if true, this site will be listed first in the Apache configs. This is normally used only for the "not found" site for each httpd_server.
packageaccountingfalsefalsepackages.name1.80.0the package that the site is part of
linux_accountlinux_usernamefalsefalselinux_accounts.username1.81.22the user the site "runs as"
linux_groupgroup_idfalsefalselinux_groups.name1.80.0the primary group that can edit the site content
server_adminemailfalsefalse1.0a100the email address of the server administrator. This address is provided when an error occurs. The value is most often webmaster@domain.com
disable_logfkeytruefalsedisable_log.pkey1.0a100indicates that the site is disabled
is_manualbooleanfalsefalse1.0a100configuration of this server is performed manually
awstats_skip_filesstringtruefalse1.0a129the SkipFiles setting for AWStats
php_versionfkeytruefalsetechnology_versions.pkey1.78the active version of PHP, if any
enable_cgibooleanfalsefalse1.80CGI is enabled on this website
enable_ssibooleanfalsefalse1.80.1Server-side includes are enabled on this website
enable_htaccessbooleanfalsefalse1.80.1.htaccess files are enabled on this website
enable_indexesbooleanfalsefalse1.80.1Directory indexes are enabled on this website
enable_follow_symlinksbooleanfalsefalse1.80.1Symbolic link following is enabled on this website (required for mod_rewrite)
enable_anonymous_ftpbooleanfalsefalse1.80.1Enables the anonymous FTP area for this site.
block_trace_trackbooleanfalsefalse1.81.6Enables the blocking of TRACE and TRACK HTTP methods on this site.
block_scmbooleanfalsefalse1.81.6Enables the blocking of URL patterns associated with source control management systems.
block_core_dumpsbooleanfalsefalse1.81.6Enables the blocking of core dumps.
block_editor_backupsbooleanfalsefalse1.81.6Enables the blocking filename patterns associated with editor automatic backups.