5.3

Table Of Contents
Security Information 47
VMware vFabric Suite 5.3 47
8. Security Information
VMware is committed to providing products and solutions that allow you to assess the security of your information, secure your
information infrastructure, protect your sensitive information, and manage security information and events to assure effectiveness
and regulatory compliance. As part of this commitment, the following vFabric Web Server-specific security information is
provided to help you secure your environment:
External Ports
Resources That Must Be Protected
Log File Locations
User Accounts Created at Installation
Obtaining and Installing Latest Version of Product
External Interfaces, Ports, and Services
A vFabric Web Server instance uses TCP/IP ports to receive incoming requests and send outgoing responses. Different protocols
(such as HTTP or HTTPS) listen on different ports. You can change these port numbers when you create the Web Server instance
using the newserver script, but these are the default values:
HTTP: 80
HTTPS: 443
If you have already created the Web Server instance, you can change its HTTP listen port by updating the Listen 90 http
directive in the INSTANCE-DIR/conf/httpd.conf file, where INSTANCE-DIR refers to the directory in which the Web
Server instance is located, such as /opt/vmware/vfabric-web-server/myserver. To update the HTTPS port, update
the Listen 443 https directive in the INSTANCE-DIR/conf/extra/httpd-ssl.conf file.
vFabric Web Server does not have any external interfaces or services that need to be enabled or opened.
Resources That Must Be Protected
The following vFabric Web Server configuration files should be readable and writable only by the root (Unix) or
Administrator (Windows) user:
conf/httpd.conf
conf/userfile
All files in the ssl directory (if you have enabled SSL for the instance)
extra/conf/httpd-ssl.conf (if you have enabled SSL for the instance)
Any other conf/httpd-XX.conf file that you have for which there is an uncommented Include in the main conf/
httpd.conf configuration file.
These configuration files are specific to a Web Server instance and are stored in the INSTANCE-DIR directory, where
INSTANCE-DIR refers to the directory in which the Web Server instance is located, such as /opt/vmware/vfabric-web-
server/myserver.
Log File Locations
The most important log files for a vFabric Web Server instance are as follows:
error_log: Contains errors and diagnostic information that occurred while the Web Server instance was serving requests.