User's Manual

Configuring the Web Server for Polycom GMS support (Optional)
Issue 1 June 2010 31
Configuring the Web Server for Polycom GMS support
(Optional)
Polycom GMS runs under the Microsoft IIS Web Server on the same server as the Network
Management server.
To support Polycom GMS:
1. Open the Apache configuration file. This file is usually called httpd.conf and it resides
under the Apache bin directory.
2. Add the following lines:
#Polycom Support
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so
ProxyRequests Off
ProxyPass /pwx http://127.0.0.1:<IIS Port>//pwx
ProxyPassReverse /pwx http://127.0.0.1:<IIS Port>//pwx
#End Polycom Support
Note:
Note: Replace <IIS Port> with the port number used by Microsoft IIS Web Server.
3. Save your changes.
Configuring FTP (Optional)
FTP is supported by the Avaya Software Update Manager and the Avaya Configuration Backup
Restore for certain network switches and gateways.
To configure FTP service on your Windows server, follow these steps:
1. Create a user on the Windows server.
2. Select Start > Control Panel > Administrative Tools > Internet Services Manager.
3. Select Default FTP Site.
4. Select the Home Directory tab.
5. Under FTP Site Directory, select Read and Write.