HP-UX Web Server Suite Installation guide
2013.09.11 22:04
원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어
Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어
출처 : https://h20392.www2.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=HPUXWSATW326#10822
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
HP-UX Web Server Suite Installation guide
TABLE OF CONTENTS
Overview Installation Newconfig Support HP-UX Apache-based Web Server HP-UX Tomcat-based Servlet Engine HP-UX Webmin-based Admin Legal Notices
OVERVIEW
The HP-UX Web Server Suite is a free product for HP-UX platform and includes key software products necessary to deploy, manage, and implement mission critical web servers. The suite is comprised of three products that install into the following locations by default: HP-UX Apache-based Web Server /opt/hpws22/apache/ HP-UX Tomcat-based Servlet Engine /opt/hpws22/tomcat/ HP-UX Webmin-based Admin /opt/hpws22/webmin/ Depending on what you have installed, some components may or may not be found. For the latest information on the HP-UX Web Server Suite, see http://www.hp.com/go/webserver/
INSTALLATION
The installation paths for the products included in HP-UX Web Server Suite are: /opt/hpws22/apache/ for HP-UX Apache-based Web Server (50 - 60 MB) /opt/hpws22/tomcat/ for HP-UX Tomcat-based Servlet Engine (15 - 17 MB) /opt/hpws22/webmin/ for HP-UX Webmin-based Admin (5 MB) HP-UX Apache-based Web Server, HP-UX Webmin-based Admin and HP-UX Tomcat-based Servlet Engine Tools can all be installed together, in combination (e.g. Apache and Webmin) or separately (e.g. Apache standalone, Tomcat standalone). Installing the HP-UX Web Server Suite Distribution: Before updating, make sure to stop any running instances of your existing Apache, Tomcat and Webmin installation. % $OLD_APACHE_HOME/bin/apachectl stop % $OLD_TOMCAT_HOME/bin/shutdown.sh % $OLD_WEBMIN_HOME/webmin-init stop As root, use swinstall command to install the software: % /usr/sbin/swinstall & A user interface will be invoked to guide you through the installation. At this point, you can choose between HP-UX Apache-based Web Server, HP-UX Webmin-based Admin or HP-UX Tomcat-based Servlet Engine or any combination of these components. All products are installable as standalone. We recommend installing HP-UX Webmin-based Admin with HP-UX Apache-based Web Server for ease in web server management.
NEWCONFIG SUPPORT
Earlier releases of the HP-UX Web Server Suite (known as HP Apache-based
Webserver) had the following behavior for user configurable files, say
httpd.conf. When the software is installed, all the existing files on the
system were saved with a ".save" suffix. Therefore, httpd.conf would be
saved as httpd.conf.save. At the same time, new versions of the files
were installed. Thus httpd.conf would be a new version corresponding to
the installed version of the binary.
Starting with this version, the HP-UX Web Server Suite follows the HP-UX
defined standard methodology for delivering new user configurable files
(henceforth referred to as just "file" or "files").
The new process is as follows:
1. The new files are delivered at:
/opt/hpws22/<component>/newconfig/
HP-UX APACHE-BASED WEB SERVER
Apache is not automatically started upon installation. You must be root to start/stop Apache with the default installation. To start the HP-UX Apache-based Web Server: $ /opt/hpws22/apache/bin/apachectl start To stop the HP-UX Apache-based Web Server: $ /opt/hpws22/apache/bin/apachectl stop Once your Apache server is running, use your browser to access: http://yourserver.com/. Documentation detailing configuration and in-depth requirements can be found here. To start the HP-UX Apache-based Web Server with SSL capability Load the ssl Module in httpd.conf: $ /opt/hpws22/apache/bin/apachectl start To stop the HP-UX Apache-based Web Server with SSL capability: $ /opt/hpws22/apache/bin/apachectl stop For server startup with PHP, suEXEC and ldap authetication, see the corresponding Admin guides located in /opt/hpws22/hp_docs/apache/.
HP-UX TOMCAT-BASED SERVLET ENGINE
Tomcat is configured to be run as user www and it can be used as a standalone container or in conjunction with Apache. Tomcat can also be started as secure server, for detailed information consult ssl-howto.html. This version of Tomcat 6.0.x is designed to run on Java 1.5. The minimum Java requirement for Tomcat 6.0 is the JRE (Java Runtime Environment) 1.5.x or higher. If your web application uses JSPs (Java Server Pages) then you will also need the JDK (Java Development Kit) so you can compile the JSPs. The latest versions of Java 1.5 and higher can be downloaded from http://www.hp.com/go/java. Make sure to download the correct version for Itanium. In order to use standalone Tomcat, run the following commands: $ cd /opt/hpws22/tomcat $ ./bin/startup.sh Tomcat will start and will listen to the default port 8081. Once your Tomcat server is running, use your browser to access: http://yourserver.com:8081/. Documentation detailing configuration and in-depth requirements can be found here. To use Tomcat with Apache 1) Modify /opt/hpws22/apache/conf/httpd.conf In that file enable mod_jk connector by uncommenting the following line: Include /opt/hpws22/apache/conf/mod_jk.conf or Include /opt/hpws22/apache/conf/mod_jk2.conf 2) Modify mod_jk.conf(if necessary) You can add here additional mount points if you want Apache to forward requests to Tomcat. Add lines similar to the following: JkMount /mywebapp ajp13 3) Start Tomcat $ cd /opt/hpws22/tomcat $ bin/startup.sh Once your Tomcat server is running, use your browser to access: http://yourserver.com:8081/. 4) Start Apache $ /opt/hpws22/apache/bin/apachectl start Tomcat will start and will listen to the default port 8081. Once your Tomcat server is running, use your browser to access: http://yourserver.com:8081/. Documentation detailing configuration and in-depth requirements can be found here. For mod_jk2 configuration please refer to the following web site: http://tomcat.apache.org/connectors-doc-archive/jk2/jk2/printer/confighowto.html Stopping Tomcat $ cd /opt/hpws22/tomcat $ ./bin/shutdown.sh
HP-UX WEBMIN-BASED ADMIN
Webmin is not automatically started upon installation. You must be root to start and stop the Webmin miniserver. If you have problems starting Webmin, make sure you have Perl 5.1.6 or higher installed at /opt/perl/bin/perl. The latest version of Perl is available from HP Software Depot (http://software.hp.com). To start Webmin: Log in as root. $ /opt/hpws22/webmin/webmin-init start Point the browser to: http://yourserver.com:10000/ Login : admin Password : hp.com Click on the "Documentation" button for details about configuration and in-depth requirements. Remember to change your password. To stop Webmin: Log in as root. $ /opt/hpws22/webmin/webmin-init stop ***************************************************************************
LEGAL NOTICES
The information in this document is subject to change without notice. WARRANTY DISCLAIMER HEWLETT-PACKARD MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS INFORMATION, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Hewlett-Packard shall not be liable for errors contained herein or for direct, indirect, special, incidental or consequential damages in connection with the furnishing, performance or use of this material. RESTRICTED RIGHTS LEGEND Use, duplication or disclosure by the U.S. Government is subject to restrictions as set forth in subparagraph (c) (1) (ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 for DOD agencies. Rights for non-DOD U.S. Government Department and Agencies are as set forth in FAR 52.227-19 (c)(1,2). COPYRIGHT NOTICES Copyright 2001-2007 Hewlett-Packard Development Company, L.P. This document contains information which is protected by copyright. All Rights Reserved. Reproduction, adaptation, or translation without prior written permission is prohibited, except as allowed under the copyright laws. TRADEMARK NOTICES UNIX is a registered trademark in the United States and other countries, licensed exclusively through X/Open Company Limited. Intel(R) Itanium(TM) Processor Family is a trademark of Intel Corporation in the U.S. and other countries is used under license. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. Netscape is a U.S. trademark of Netscape Communications Corporation. Oracle is a registered U.S. trademark of Oracle Corporation, Redwood City, California. ACKNOWLEDGEMENTS This product includes software developed by the Apache Software Foundation. This documentation is based on information from the Apache Software Foundation (http://www.apache.org). This product includes software developed by the OpenLDAP Project (http://www.openldap.org). This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org). This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes PHP, freely available from (http://www.php.net).