This subsection explains the setting procedure using, as an example, the following Web server configuration:
Apache HTTP Server 1.3.14
Sun WebServer
InfoProvider Pro (bundled in Interstage Application Server V3.0)
[Solaris/Linux]
Apache HTTP Server
Open httpd.conf using an editor. httpd.conf is located at the following:
Apache supplied as standard with Solaris: Under /etc/Apache
Apache supplied as standard with Linux: Under /etc/httpd/conf
Apache other than the above: Under /usr/local/apache/conf
Set the virtual directory. Add the following record to the end of the file:
# Systemwalker Service Quality Coordinator # Alias /SQC/cgi-bin/ "/opt/FJSVssqc/www/cgi-bin/" <Directory "/opt/FJSVssqc/www/cgi-bin"> Options ExecCGI AllowOverride None Order allow,deny Allow from all </Directory> # Alias /SQC/ "/opt/FJSVssqc/www/" <Directory "/opt/FJSVssqc/www"> Options None AllowOverride None Order allow,deny Allow from all </Directory> |
Make settings so a file with extension cgi is started as a CGI program. If the following line in the file is marked as a comment, remove the comment mark.
AddHandler cgi-script .cgi
There is a possibility of causing the garble in the state of the
first stage of Apache2.0.
Please set it in the following if necessary.
Save the file and then close the editor.
If apache HTTP Server is active, stop the server and then restart it.
After the above settings are made, the Web Site Management Window can be displayed by specifying the following URL on the Web browser:
When the management server is Solaris, Linux:
http://<management_server_hostname>/SQC/index.html |
[Solaris]
Sun WebServer
Open httpd.conf using the editor. You can find httpd.conf at the following location:
Under /etc/http/
Set a virtual directory:
Add a virtual directory to the following section in the file:
[Correction section]
server {
}
or
url virtual server URL{
}
server{} : Set for all servers by default. You can make this setting if you do not perform virtual server operation.
url{} : Set for specific virtual servers only. If you operate Systemwalker Service Quality Coordinator on a virtual server, set for the applicable section of the virtual server to be operated.
[Setting Record]
cgi_enable "yes" map /SQC/ /opt/FJSVssqc/www/ map /SQC/cgi-bin/ /opt/FJSVssqc/www/cgi-bin/ cgi |
cgi_enable: If the record already exists, rewrites the value only without adding the record.
map: Add "cgi" to the end so that the extension cgi can be recognized as a CGI program.
Save the file and then close the editor.
If Sun Web Server is active, stop the server and then restart it.
After the above settings are made, the Web Site Management Window can be displayed by specifying the following URL on the Web browser:
If management server is Solaris:
http://<management_server_hostname> /index.html |
[Solaris]
InfoProvider Pro
Open HTTPD.conf using the editor. You can find HTTPD.conf at the following location:
Under /etc/opt/FSUNprovd/
Set a virtual directory. Add the following record to the end of the file.
# Systemwalker Service Quality Coordinator cgi-path-idnt: /opt/FJSVssqc/www/cgi-bin SQC-A/cgi-bin link: /opt/FJSVssqc/www |
Save the file and then close the editor.
If InfoProvider Pro is running, stop the server and then restart it.
Note
If your InfoProvider Pro is older than the one bundled in INTERSTAGE Standard Edition V2.0L20, then functional restrictions prevent the above settings. Instead, use the symbolic link function of the UNIX file system as shown below:
Open HTTP.conf from the editor: You can find httpd.conf at the following location:
Under /etc/opt/FSUNprovd/
Set the directory in which the CGI application is stored. Add the following record to the end of the file.
# Systemwalker Service Quality Coordinator cgi-path-idnt: /opt/FJSVssqc/www/cgi-bin SQC/cgi-bin |
Check the public directory defined by "acstop".
Save the file and then close the editor.
Execute the following command:
cd public directory defined by "acstop" ln -s /opt/FJSVssqc/www SQC |
If InfoProvider Pro is active, stop the server and then restart it.
After the above settings are made, the Web Site Management Window can be displayed by specifying the following URL on the Web browser:
If management server is Solaris:
http://management server's host name/index.html |