Entering content frame

 UNIX: Configuring the MaxDB Web Server  

Use

You can configure the MaxDB Web Server in the configuration file /usr/spool/sql/ini/WebAgent75.ini.

See also: Variables Used, Supported Operating Systems and Browsers

Prerequisites

You are logged on as the root user.

Procedure

Section [HTTP] of the WebAgent75.ini configuration file contains the following entries:

Browsable=0
DefaultDocument=index.html
DocumentRoot=<independent_program_path>/web/Documents
LogDirectory=<independent_program_path>/web/Log
LogRequests=1
MaxThreads=10
MimeTypeFile=<independent_program_path>/web/config/mime.types
Port=9999

Browsable

Set whether the contents of the directories under DocumentRoot should be visible using a browser.

·        0: The contents are not visible

·        1: The contents are visible

DefaultDocument

Change the start page of the Web Server, if desired.

DocumentRoot

Change the path for the root directory of the web pages, if necessary.

LogDirectory

If you set LogRequest so that HTTP accesses are logged, accesses to the MaxDB Web Server are logged in the files httperr.log and httpreq.log.
These log files are written in the directory specified in
LogDirectory.

LogRequests

You can determine whether each HTTP access should be logged or not.

·        1: HTTP accesses are logged.

·        0: HTTP accesses are not logged.

MaxThreads

You can determine the maximum number of threads that can be used to process access to the Web Server. When the Web Server is started, the threads are also started as a thread pool.

MimeTypeFile

Specify the MIME type file, if necessary.

Port

Change the port address for the Web Server, if desired.

Next Installation Step

Starting the MaxDB Web Server

 

Leaving content frame