Top
Systemwalker Service Quality Coordinator User's Guide (WebsiteManagement Functions Edition)
Systemwalker

5.1.2 UNIX

This subsection explains the setting procedure using, as an example, the following Web server configuration:

[Solaris/Linux]

Apache HTTP Server

  1. 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

  2. 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>


  3. 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


  4. 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.


  5. Save the file and then close the editor.


  6. 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

  1. Open httpd.conf using the editor. You can find httpd.conf at the following location:

    • Under /etc/http/

  2. 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.

  3. Save the file and then close the editor.

  4. 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

  1. Open HTTPD.conf using the editor. You can find HTTPD.conf at the following location:

    • Under /etc/opt/FSUNprovd/

  2. 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


  3. Save the file and then close the editor.

  4. 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:

  1. Open HTTP.conf from the editor: You can find httpd.conf at the following location:

    • Under /etc/opt/FSUNprovd/


  2. 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


  3. Check the public directory defined by "acstop".


  4. Save the file and then close the editor.


  5. Execute the following command:

    cd public directory defined by "acstop"

    ln -s /opt/FJSVssqc/www SQC


  6. 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