NAME | DESCRIPTION | ATTRIBUTES | FILES | SEE ALSO | NOTES
The configuration and log files are available to configure and monitor Sun WebServer.
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Availability | SUNWhtman |
Interface Stability | Evolving |
The following files are used by the command-line utilities:
Configures a web site's access control lists (ACLs) . Located at site_path/conf/access.conf.
Configures the server administration ACLs. Located at /etc/http/access.conf.
Defines the content variants, encoding types, and directory preferences for a web site. Located at site_path/conf/content.conf.
Tracks all Sun WebServer instances. When htserver creates a new server instance, an entry is added to this file. Located at /etc/http/httpd-instances.httpd.conf.
Contains the web site servlet engine configuration if the servlet engine is not shared. Located at site_path/conf/site_name.site.conf.
Defines the server instance's configuration. When hthost adds a new site, it creates an entry in httpd.conf to define the site_path and web site configuration file. Located at /etc/http/instance_name.httpd.conf.
Creates an alias to a path on the file system or a redirection to a remote URL from a Uniform Resource Identifier (URI) on the host. Located at site_path/conf/map.conf.
Defines realms of user and group information used by access control lists on a Sun WebServer web site. Located at site_path/conf/realms.conf.
Defines each servlet that can be loaded by a web site. Located at site_path/conf/servlets.properties.
htaccess(1m), htcontent(1m), hthost(1m), htmap(1m), htpasswd(1m), htrealm(1m), htserver(1m), htservlet(1m), httpd(1m)
Defines ACLs for the content hosted by a web site. ACLs regulate access to resources on the site by defining which users, groups, and/or hosts have permissions to make HTTP GET, PUT, POST, and DELETE requests.
Represents meta-data for directories, site preferences for languages, media and encoding types, and specifying variants for content.
Associates each unique httpd process (or server instance) with its configuration file, and defines whether or not a server instance is enabled.
Logs errors generated by CGI scripts. Log files will be named prefix.sequence, where sequence is a cycling number.
The server instance configuration file contains directives that define the server's runtime behavior, the web sites it hosts, and the network connection end points it uses.
The server events log files. The httpd server puts out error messages and warnings via syslogd to /var/adm/messages by default.
Logs all incoming requests to a server activity log file. Sun WebServer generates log files using one of three log file formats configurable by the administrator.
Logs errors generated by servlets. Log files will be named prefix.sequence, where sequence is a cycling number.
The sites instance configuration file contains directives that define the site's runtime behavior, and defines the identity and server resources used by a web site hosted by the server instance. This file defines properties such as the web site's canonical host name and aliases, the location of the configuration files, and the network connections available to the web site, and defines the servlet engine settings for the web site.
The server instance's configuration file contains directives that define the server's runtime behavior, and defines the web sites hosted on the server. When hthost adds a new site, it creates an entry in httpd.conf to define the site_path and web site configuration file.
A map directive allows you to redirect requests for a URL on a host to any other URL or to a different directory.
Defines realms of user and group information used by access control lists on a Sun WebServer web site. A realm defines a protection space, a domain of users and groups and their permissions.
Defines the servlet properties file in a general Java properties file format. The file contains the name of each servlet and the initialization parameters of the servlet.
NAME | DESCRIPTION | ATTRIBUTES | FILES | SEE ALSO | NOTES