Enable | Disable Admin | Domain Names |
Update Mode | Working Directory | AWStats URI | Site Domain | Site Aliases | Update Interval | Update Offset | Secured Connection | Authorization Realm |
Description: Specifies whether to enable Microsoft FrontPage Server Extensions. When enabled, Microsoft FrontPage can be used to publish web content. A web administration console is available at URL http://your.domain/_vti_bin/_vti_adm/fpadmcgi.exe. Additional FrontPage Server Extensions packages must be installed in order to make this work properly. |
Syntax: Select from radio box |
See Also: Disable Admin, Domain Names |
Description: Specifies whether to disable the web administration console for Microsoft FrontPage Server Extensions. The web administration console is available at URL http://your.domain/_vti_bin/_vti_adm/fpadmcgi.exe. Additional FrontPage Server Extensions packages must be installed in order to make it work properly. |
Syntax: Select from radio box |
Tips: [Security] Disable the administration console when you no longer need to manage users or change configurations. |
See Also: Enable, Domain Names |
Description: Specifies the virtual servers that provide Front Page Server Extensions service. When a web site is assigned to multiple domain names or service ports, FrontPage access is only available to the domain name and port combinations specified in this list. Additional FrontPage Server Extensions packages must be installed in order to make it work properly. |
Syntax: Domain_name:port[, ...] The virtual server name is comprised of domain name and port number. |
Example: For a web site with domain name "www.mydomain.com" accessible via both HTTP and HTTPS connections, the name list should be something like: www.mydomain.com:80, www.mydomain.com:443 |
See Also: Disable Admin, Enable |
Description: AWStats is a popular log analyzer that generates advanced web server statistics. LiteSpeed web server seamlessly integrates AWStats into its WebAdmin console. |
Description: Specifies how AWStats statistics are being updated:
|
Syntax: Select from drop down list |
Description: Specifies the "DataDir" parameter in the AWStats configuration file. All results files and AWStats databases will be stored there. This directory should be writable by the owner of the document root of this virtual host. Usually the working directory should be set to under the virtual host root like $VH_ROOT/awstats/. |
Syntax: A path which can be absolute, or relative to $SERVER_ROOT, or relative to $VH_ROOT. |
Description: Specifies the URI where the AWStats results can be accessed in this virtual host. |
Syntax: uri |
Example: If this URI is set to /awstats/ for the virtual host www.example.com, then the full URL to the AWStats page would be http://www.example.com/awstats/. |
Tips: The URI should be unique on this virtual host. Otherwise, overlapped content will be inaccessible. |
Description: Specifies the main domain name of this web site. It controls the "SiteDomain" parameter in AWStats's configuration file. It is used by Awstats to generate full URL paths. If not set, the name of this virtual host will be used. |
Syntax: domain name |
Description: Specifies all other possible domain names, IP addresses, and host aliases that this virtual host can be accessed with. This value is used to populate the "SiteAliases" parameter in AWStats configuration. It is used to analyze the referrer field in log files and to help AWStats to decide if a referrer URL is a local or external URL. For best performance, use the the minimum number of possible name/address combinations. |
Syntax: A list of domain names and IP addresses. |
Example: www.myserver.com localhost 127.0.0.1 REGEX[mydomain\.(net|org)$] |
Description: Specifies how often AWstats statistics are updated. Options are daily or hourly. |
Syntax: Select from drop down list |
Description: Specifies when the update should be performed during the Update Interval. |
Syntax: Number of seconds. |
Example: Set this to 3600 to start statistic processing at 1AM for "Daily" update. |
Tips: If many virtual hosts are hosted on one server, it is recommended to spread out the "Update Offset" to avoid multiple AWstats processes running at the same time and server overload. Log processing is a CPU and I/O intensive task. |