Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    WWW_SERVER_PORT2: Undefined variable

    • Article Type: General
    • Product: Aleph
    • Product Version: 16.02

    Description:
    When restarting the www_server on the Test server, selecting "2. WWW Server-2", I get the following message:

    WWW_SERVER_PORT2: Undefined variable.

    and WWW Server-2 does not start.

    Resolution:
    The inclusion of "WWW Server-2" in the util w/3 menu is a customization. Most sites don't have a second www server.

    The $aleph_proc/util_w_03 has these lines:

    echo -n "Enter www-server port number or 0 to QUIT [$WWW_SERVER_PORT2]"
    set port1 = "`read_line -n -d$WWW_SERVER_PORT2`"

    The aleph_start on Prod has these lines which the aleph_start on the Test server lacks:

    setenv WWW_SERVER_PORT2 4994
    setenv HTTPD_PORT2 80

    And there is a www_server2.conf file on Prod, while there is none on the Test server.

    Additional Information

    faq


    • Article last edited: 10/8/2013
    • Was this article helpful?