Go to main content

Oracle® Solaris Cluster Data Service for Apache Guide

Exit Print View

Updated: August 2018
 
 

Installing and Configuring Apache

The Apache web server can be installed and set up as either a HTTPS or a HTTP web server. Configuration of SSL or TLS is entirely done within the Apache configuration itself. When using HTTP apache, you must add the HTTP ports to the Port_lists property of the SUNW.apache resource when it is created. This section provides procedures for both types of installations. To install the Apache web server, see one of the following procedures.

Oracle Solaris Cluster HA for Apache works with the Apache software configured as either a web server or a proxy server.

See Apache documentation at http://www.apache.org for standard installation instructions. Contact your Oracle sales representative for a complete list of Apache versions that are supported with the Oracle Solaris Cluster software.


Note -  The HA for Apache software can be configured to run in a zone cluster.

Installing an Apache Web Server

This section provides procedures for installing a Apache web server.

How to Install the Apache Software From the Oracle Solaris Software Repository

This procedure installs the Apache web server.

The Apache binaries are included in the web/server/apache-22 package.

Place the binaries on the local file system on each of your cluster nodes or on a cluster file system.

  • Run the pkg info command to determine if the Apache software has been installed.
    # pkg info web/server/apache-22

    If the package has not been installed, install it as follows.

    # pkg install web/server/apache-22 

    Use the pkg info command to confirm the installation.

How to Install the Apache Software from the Apache Web Site

This procedure installs the Apache web server.

Place the web server binaries on the local file system on each of your cluster nodes or on a cluster file system.

  1. On a cluster member, become an administrator that provides solaris.cluster.admin authorization.
  2. Install the Apache software using the installation procedures found in the Apache installation documentation.

    Install the Apache software using the Apache installation documentation you received with your Apache software or see the installation instructions at http://www.apache.org.