CSWS_PERL
for Compaq Secure Web Server for OpenVMS Alpha

Installation Guide and Release Notes

CSWS_PERL Version 1.1
CPQ-AXPVMS-CSWS_PERL-V0101--1.PCSI

Contents:

Software prerequisites
Documentation
Before you begin the installation
Installing CSWS_PERL for OpenVMS
Post-installation task
Removing CSWS_PERL for OpenVMS
Release notes

CSWS_PERL V1.1 runs with Version 1.2 of the Compaq Secure Web Server for OpenVMS Alpha.

CSWS_PERL V1.1 is based on Mod_Perl V1.25, which is an upgraded version from previous CSWS_PERL versions.

Software Prerequisites

The CSWS_PERL for OpenVMS kit requires that the following software is installed before you install CSWS_PERL:

Documentation

For more information about MOD_PERL, see The Apache/Perl Integration Project.

See the Perl for OpenVMS Alpha Installation Guide and Release Notes for information about running Perl.

Before You Begin the Installation

Before you begin the installation of CSWS_PERL, do the following:

Installing CSWS_PERL for OpenVMS

To install the CSWS_PERL for Compaq Secure Web Server for OpenVMS Alpha kit, enter the following command.

Note: You must install the CSWS_PERL kit into the same device and directory where you installed Compaq Secure Web Server for OpenVMS.

For example:

$ SHOW LOGICAL APACHE$ROOT
  "APACHE$ROOT" = "DISK1:[WEB_SERVER.APACHE.SPECIFIC.hostname.]
        = "APACHE$COMMON:"
1   "APACHE$COMMON" = "DISK1:[WEB_SERVER.APACHE.]

$ PRODUCT INSTALL CSWS_PERL/DESTINATION=DISK1:[WEB_SERVER]

For a description of the features you can request with the PRODUCT INSTALL command when starting an installation such as running the IVP, purging files, and configuring the installation, see the POLYCENTER Software Installation Utility User's Guide.

As the installation procedure progresses, the system displays the following information.

        The following product has been selected:
            CPQ AXPVMS CSWS_PERL V1.1             Layered Product

        Do you want to continue? [YES]

        Configuration phase starting ...

        You will be asked to choose options, if any, for each selected product
        and for any products that may be installed to satisfy software
        dependency requirements.

        CPQ AXPVMS CSWS_PERL V1.1

            Compaq Computer Corporation.

        * This product does not have any configuration options.

        Execution phase starting ...

        The following product will be installed to destination:
            CPQ AXPVMS CSWS_PERL V1.1          DISK1:[WEB_SERVER.]

        Portion done: 0%..20%..30%..40%..80%..100%

        The following product has been installed:
            CPQ AXPVMS CSWS_PERL V1.1             Layered Product

        CPQ AXPVMS CSWS_PERL V1.1

            Post-installation tasks are required for MOD_PERL for OpenVMS.

            The release notes give detailed directions. This information
            is a brief checklist.

            This installation modifies APACHE$ROOT:[CONF]HTTPD.CONF to
            enable MOD_PERL.  Check HTTPD.CONF for accuracy.  The line
            "Include /apache$root/conf/mod_perl.conf" should be the only
            difference.  Also study the MOD_PERL configuration file
            (APACHE$ROOT:[CONF]MOD_PERL.CONF) for options required for your
            site.  The APACHE::Registry module is enabled by default and
            the location "/perl" is defined to access it.

            The Apache server must be shutdown and restarted to make these
            changes to the HTTPD.CONF file take place.  Test that MOD_PERL
            is working by accessing the sample script from a browser:

                http://your_web_server_host/perl/perl_rules.pl

            Thank you for using Compaq Secure Web Server for OpenVMS.

Post-Installation Task

Removing CSWS_PERL for Compaq Secure Web Server for OpenVMS

You can remove the CSWS_PERL kit by using the POLYCENTER Software Installation utility. The Compaq Secure Web Server must be shut down before you remove CSWS_PERL.

To remove CSWS_PERL, enter the following commands:

    $ SET DEF APACHE$ROOT:[000000]
    $ @SYS$STARTUP:APACHE$SHUTDOWN
    $ PRODUCT REMOVE CSWS_PERL

The PRODUCT REMOVE command removes all files created by this installation. It also attempts to remove the directories defined by this installation. The removal also deletes the reference to the MOD_PERL.CONF configuration file from the the HTTPD.CONF file.

Release Notes

This section contains notes on the current release of CSWS_PERL.