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:
A web site's Access Control Lists (ACLs) configuration file.
The server administration ACLs configuration file.
A web site's ACLs configuration file.
Defines the realms used to define users and groups for server administration.
Defines the content variants, encoding types, and directory preferences for a web site.
Tracks all Sun WebServer instances. When htserver creates a new server instance, an entry is added to this file.
Contains the web site servlet engine configuration if the servlet engine is not shared.
The server instance configuration file. When hthost adds a new site, it creates an entry in httpd.conf to define the site_path and web site configuration file.
The web site configuration file.
Contains the server instance servlet engine configuration if all web sites share the servlet engine.
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.
Defines realms of user and group information used by access control lists on a Sun WebServer web site.
Defines each servlet that can be loaded by a web site.
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.
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