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
You are logged on as the root user.
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
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
Change the start page of the Web Server, if desired.
Change the path for the root directory of the web pages, if necessary.
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.
You can determine whether each HTTP access should be logged or not.
· 1: HTTP accesses are logged.
· 0: HTTP accesses are not logged.
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.
Specify the MIME type file, if necessary.
Change the port address for the Web Server, if desired.