Specifications

Enabling Internet Access to ShoreTel Web Access
Planning and Installation Guide D – 3
Example 2:
#######################################################################
#Load the general proxy module and the http specific one
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
#######################################################################
#make sure you disable forward proxy
ProxyRequests off
#Reverse proxy to ShoreTel Web Client
ProxyPass /ShoreWareWebClient/ http://ServerName:5440/
ShoreWareWebClient/
ProxyPassReverse /ShoreWareWebClient/ http://ServerName:5440/
ShoreWareWebClient/
About the httpd.conf file
In the above examples, setting “ProxyRequests” to “off” prevents the Apache Server
from functioning as a forward proxy server. This setting does not disable use of the
ProxyPass directive.
In a typical reverse proxy configuration, this option should be set to “off.”
If you want the additional functionality of HTTP or FTP proxy sites, add the following
lines to the configuration file:
mod_proxy_http <../mod/mod_proxy_http.html>
or
mod_proxy_ftp <../mod/mod_proxy_ftp.html>