HP-UX 11i March 2003 Release Notes

HP-UX 11i Version 1.0 Operating Environment Applications
HP-UX 11i Operating Environment
Chapter 6
107
1. Verify that you are using ld and libdld version B.11.32 or higher. Apache will fail to
start if you have an earlier version. Install Patch PHSS_26560 for HP-UX 11i or
later to solve this problem.
2. Fast perl scripts and Apache modules written in perl require mod_perl to be
configured.
3. Tomcat requires HP-UX Developers Kit for Java 1.3 or later.
4. Webmin Administration and Configuration GUI depends on Perl 5.
5. Building DSOs using apxs depends on Perl installed at /opt/perl/bin/perl.
6. Building Apache modules in C and C++ depend on gcc.
For detailed configuration and installation instructions, see the HP Apache Admin Guide
at /opt/hpapache2/hp_apache_docs/hpapache.admin.guide, or, once the Web Server
has been started, at http://machinename/hp_apache_docs/.
CAUTION If you are receiving the HP Apache-based Web Server as part of the HP-UX 11i
Operating Environment (OE), the software will be installed automatically as part of the
OE bundle unless there is a non-HP version of Apache already on the system. If there is a
non-HP version of Apache already on your system, HP Apache will not install. In this
case, you will need to install HP Apache separately from the rest of the OE bundle, as
described in the following section. Before updating, make sure to stop your previous HP
Apache binary:
If you have version 1.3.x installed, use the following command:
/opt/apache/bin/apachectl stop
If you have version 2.x installed, use the following command:
/opt/hpapache2/bin/apachectl stop
Otherwise, the previous binary will continue running, preventing the new one from
starting on port 80.
NOTE By default, swinstall does not reinstall filesets if the same revision already exists on
your system. If you want to reinstall the same revision (for example, if some files are
lost), you can change the installation options by choosing Options/Change Option.
Installing a product or a fileset may automatically install dependent filesets necessary to
run the selected items.
If an HP or non-HP version of Apache is already on the system, swinstall preserves the
existing configuration files under /opt/hpapache2/conf,
/opt/hpapache2/conf/jserv, and /opt/hpapche2/tomcat/conf by renaming <file>
to <file>.save. It also preserves certificates and certificate-related files under
/opt/hpapache2/conf/ssl.* directories by renaming <file> to <file>.save. In this
way, you should not lose previous configuration information.
HP Apache-based Web Server will no longer automatically start after installation. To
recover your previous configuration, restart HP Apache-based Web Server with the
saved configuration files (<file>.save).If you wish to stop the HP Apache-based Web
Server, as root, type /opt/hpapache2/bin/apachectl stop. To disable HP
Apache-based Web Server from starting on a reboot, edit the file
/etc/rc.config.d/hpapache2conf to set the variable APACHE2_START to 0.