5.2
Table Of Contents
- vFabric Web Server Installation and Configuration
- Table of Contents
- 1. About vFabric Web Server Installation and Configuration
- 2. Overview of vFabric Web Server
- 3. Installing vFabric Web Server
- Installation Note for vFabric Suite Customers
- Available Distribution Packages
- RHEL: Install vFabric Web Server from an RPM
- Unix: Install vFabric Web Server from a Self-Extracting ZIP
- Windows: Install vFabric Web Server from a ZIP File
- Activate a vFabric Web Server Local License
- Description of the vFabric Web Server Installation
- 4. Upgrading vFabric Web Server
- 5. Creating and Using vFabric Web Server Instances
- 6. Configuring vFabric Web Server Instances
- Using Sample Configuration Files to Enable Features and Modify Configuration
- Configure Load Balancing Between Two or More tc Runtime Instances
- Configure SSL Between vFabric Web Server and vFabric tc Server
- Configure tc Runtime Instances to Use SSL
- Configure the vFabric Web Server Instance to Use SSL
- Restrict Communication With tc Runtime Instances to Known Clients
- Update the Web Server Configuration for HTTPS Connections to tc Runtime Instances
- Configure vFabric Web Server to Authenticate Itself Using a Specific Client Certificate
- Configure BMX for Monitoring vFabric Web Server Instances
- 7. Security Information
- 8. Managing Planned and Unplanned Outages
- 9. Additional Documentation
22 vFabric Web Server
22
Creating and Using vFabric Web
Server Instances
Option Description Required?
unique name and directory location for the
new instance.
--quiet Specifies that the newserver command
should use default values for all prompts.
No.
If you do not specify this option, newserver
interactively prompts for all answers.
--rootdir=rootdir Directory that contains the
httpd-2.2.version directory, which in turn
contains the Apache HTTP binaries.
The default value is the current directory.
No.
--serverdir=serverdir Directory in which you want the new instance
directory to be created.
The default value is rootdir.
No.
--set token=value Specifies one or more tokens for which you
would like to specify a custom value. The
tokens are variables in the templates used
to create new vFabric Web Server instances
and correspond to a directive, or part of a
directive, in the new instance's configuration.
Each available token has a default value
(listed below) that is automatically configured
if you do not override it using the --set
option.
You can specify the following tokens; note
that the token names are case-sensitive:
• User: User that the vFabric Web Server
processes run as. Corresponds to the User
directive in conf/httpd.conf. Default
value is vfhttpd.
• Group: Group to which the user who runs
the vFabric Web Server processes belongs.
Corresponds to the Group directive in
conf/httpd.conf. Default value is
vfhttpd.
• Port: HTTP port that the vFabric Web
Server instance listens to. Corresponds to
the port number in the Listen directive in
conf/httpd.conf. Default value is 80.
• SSLPort: HTTPS port that the vFabric
Web Server instance listens to for secure
communications. Corresponds to the port
number in the Listen https directive in
conf/extras/httpd-ssl.conf. Default
value is 443.
• HostName: Name of the host that the
instance uses to identify itself. Corresponds
to the hostname part of the ServerName
directive in the conf/httpd.conf file.
Default value is the value you specified for
the required --server option.
• ServerAdmin: Email address of the
administration user who should get emails
when there are problems with the instance.
Corresponds to the ServerAdmin directive
in the conf/httpd.conf file. Default
value is webmaster@HostName..
No.