Installation guide

Example Script Reverse Proxy Servers for ShoreTel Communicator on iPhone
E
ShoreTel 14.2 Planning and Installation Guide 405
Example Script
This section describes how to configure the Windows server. The certificate files used in this example
include following:
Server.crt — This is the actual certificate.
NetworkSolutions_CA.crt — This is the intermediate certificate provided by NetworkSolutions.
This certificate is optional and not all certificate providers provide this certificate.
Server.key — This is the private key.
These file names apply to the example and may be different than those used in your environment.
Also, your setup may not have an intermediate certificate.
1. Modify httpd.conf to specify proxy port to be used for HTTP+SSL:
#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#
Listen 5500
2. Verify in httpd.conf that the following modules are enabled (uncommented):
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule ssl_module modules/mod_ssl.so
3. Verify that the following line is also enabled (uncommented)
Include conf/httpd-vhosts.conf
4. Edit conf/httpd_vhosts.conf:
Listen 5500
# Use name-based virtual hosting.
#