Installation and Upgrade > Installing and Configuring PTC FlexPLM > Creating a New Installation of PTC FlexPLM > Additional Configuration for Nonstandard Installations > Configuring the Web Server
  
Configuring the Web Server
The web server configuration creates the Windchill, RFA Servlet, and JSP environments. You set up your web server only once, when the RFA environment is first built.
To configure your web server, do the following:
1. Copy the configuration files.
a. Copy the <Windchill>\codebase\rfa\install_templates\30-app-RFA-Auth.conf file to the <webserver>\conf\conf.d folder.
b. Copy the <Windchill>\codebase\rfa\install_templates\30-app-RFA-ErrorDocument.conf file to the <webserver>\conf\conf.d folder.
c. Edit the 30-app-RFA-ErrorDocument.conf file and change <Windchill> to the location of your Windchill install directory.
d. Copy the <Windchill> \codebase\rfa\install_templates\help\40-app-RFA-FHC.conf file to the <webserver>\conf\conf.d folder.
After it is copied, edit the 40-app-RFA-FHC.conf file to contain the correct <Windchill> locations. Edit for either JKMount or ProxyPass, whichever is appropriate. For further details, see the notes within the file.
e. Edit the <webserver>\conf\conf.d\*-app-Windchill-Auth.conf file and add new LocationMatch blocks using the existing entries as templates.
<LocationMatch ^/+Windchill/+gwrfa(;.*)?>
<LocationMatch ^/+Windchill/+images(;.*)?>
<LocationMatch ^/+Windchill/+rfa(;.*)?>
2. Restart the web server.