W E B T U N E R
settings/
— the subdirectory containing the WebTuner configuration
files.
tmp/
— the subdirectory for temporary files generated by Web-
Tuner.
log/
— the directory containing the web server reports.
11.3.2. Setting up the web server
and WebTuner
Web server and WebTuner, the remote administration program, are in-
stalled on your computer by the Installer program (for details refer to chap-
ter 2). Right after the installation is completed you must follow the steps
described below in order to set up these programs:
1. To ensure the web server will load correctly, verify that the fol-
lowing strings of the file
_httpd.init
are located in the directory
/usr/local/share/AVP/httpd
and are correct:
•
INIFILE
– path to the web server configuration file. For
example, the string may look like the following:
INIFILE=/usr/local/share/AVP/httpd/conf/_httpd.conf
•
HTTPD
– path to the web server executable file. For ex-
ample
,
HTTPD=/usr/local/share/AVP/httpd/bin/_httpd
2. Verify and edit, if not correct, the following strings of the file
_httpd.
conf
located in the directory
conf/
:
•
PORT
—
the server port number to communicate with. For
example,
PORT=1100
•
CGI_PATH_SUBSTR
—template for the cgi scripts (only the
files corresponding to this template will be enabled to
start). The parameter line may look similar to the follow-
ing:
CGI_PATH_SUBSTR
=
cgi-bin/*
•
USER
—the user name, whose rights are assigned to the
web server. For example,
USER
=
root
143