Iis Server Configuration; Apache Server Configuration - Avaya 1600 Series Installation Manual

Ip office platform 11.0 h323 telephone installation
Hide thumbs Also See for 1600 Series:
Table of Contents

Advertisement

2.9.2 IIS Server Configuration

Create a backup folder under the root directory of your web server. All backup files will be stored in that directory. For
example, if your backup folder is C:/Inetpub/wwwroot/backup, the 46xxsettings.txt file should have a line similar
to SET BRURI http://www.website.com/backup/.
To configure an IIS server:
1. Go to Start | Settings | Control Panel | Administrative Tools and select, depending on the Windows version,
Internet Information Services Manager or Internet Information Services.
2. Right-click on the folder created for backup. Right-click on Default Web Site if there is no specific backup
directory.
3. Select Properties.
4. In the Directory tab, make sure the Write box is checked.
5. Additional step for IIS 6.0:
1. Go to Start | Settings | Control Panel | Administrative Tools.
2. Below Default Web Site, select Web Services Extension.
3. Ensure that the WebDAV option is set to Allowed.

2.9.3 Apache Server Configuration

Create a backup folder under the root directory of your Web server. Make the folder writable by everyone. All backup files
will be stored in that directory. For example, if the backup folder is C:/Program Files/Apache
Group/Apache2/htdocs/backup, the 46xxsettings.txt file should have a line similar to SET BRURI
http://www.website.com/backup/.
To configure an Apache server:
1. Edit your Web server configuration file httpd.conf.
2. Uncomment the two LoadModule lines associated with DAV:
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
·
Note: If these modules are not available on your system (typically the case on some Unix/Linux Apache
servers), you have to recompile these two modules (mod_dav & mod_dav_fs) into the server. Other ways to
load these modules might be available. Check your Apache documentation at
more details.
3. Add the following lines in the httpd.conf file:
#
# WebDAV configuration
#
DavLockDB "C:/Program Files/Apache Group/Apache2/var/DAVLock"
<Location />
Dav On
</Location>
4. For Unix/Linux Web servers the fourth line might look more like: DavLockDB/usr/local/apache2/var/DAVLock
5. Create the var directory and make it writable by everyone. Right-click Properties and select Security | Add |
Everyone | Full Control.
H323 Telephone Installation
IP Office™ Platform 11.0
Comments on this document? infodev@avaya.com
Installation: Backup/Restore Settings
http://httpd.apache.org/docs/
Issue 23e (Friday, February 15, 2019)
for
Page 53

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents