5.3

Table Of Contents
Migrating Enterprise Ready Server to
vFabric Web Server
23
VMware vFabric Suite 5.3 23
Item Enterprise Ready Server vFabric Web Server 5.3
graceful
configtest
configtestssl
graceful
status
install
uninstall
configtest
See httpdctl Reference.
Startup script command with SSL enabled To use SSL in an ERS instance you
configure and load an SSL module in
the httpsd.conf file, and you use
the startssl option when you run the
apache_startup script.
To use SSL in a vFabric Web Server
instance, you configure a SSL module in the
httpd.conf file and use the regular start
option when you run the httpdctl script.
Multi-process module (MPM) configuration You configure MPM in the
startup.properties file.
You configure MPM when you create a
vFabric Web Server instance. Use the
following option of the newserver command:
--mpm=worker|prefork|event (The
default value is worker.)
See newserver Prompts and Command
Reference.
If you need to modify MPM after creating
a server, change the value of the
default_mpm variable to worker, prefork,
or event by changing the following line in the
httpdctl script:
default_mpm="worker"
Migration Procedure
To migrate an Enterprise Ready Server installation to a vFabric Web Server installation:
1. Install vFabric Web Server on each host where you will run a vFabric Web Server instance. See Installing vFabric Web
Server.
2. Create a new vFabric Web server instance. See Creating and Using vFabric Web Server Instances.
If you specified mpm options in the Enterprise Ready Server startup.properties file, you must
specify the --mpm=worker|prefork|event option when creating the new Web server instance. See
Startup Scripts and newserver Prompts and Command Reference.
3. Make a backup copy of the default configuration file from the new vFabric Web Server instance. The file is in the following
location:
<Web Server instance>/conf/httpd.conf .
4. Copy the following file from the Enterprise Ready Server instance directory:
servers/<Web server instance>/conf/httpsd.conf
into the conf directory of your new vFabric Web Server instance and rename the file to httpd.conf.
5. Open the newly-copied httpd.conf configuration file in a text editor and modify all of the paths to point to the new Web
server instance. Make sure to change the following paths:
ServerRoot property.