-
HP Open Source Middleware Stacks Blueprint: LAMP Architecture on HP ProLiant BladeSystem Servers on RHEL HP Part Number: 5992-4862 Published: August 2008 Edition: 1.
-
© Copyright 2008 Hewlett-Packard Development Company, L.P. Legal Notice Confidential computer software. Valid license from HP required for possession, use or copying. Consistent with FAR 12.211 and 12.212, Commercial Computer Software, Computer Software Documentation, and Technical Data for Commercial Items are licensed to the U.S. Government under vendor's standard commercial license. The information contained herein is subject to change without notice.
-
Table of Contents Introduction ...........................................................................................................................................7 Executive Summary...........................................................................................................................7 Intended Audience............................................................................................................................7 Scope and Purpose......................................
-
List of Figures 1 2 3 4 4 LAMP Environment Architecture...................................................................................................9 Apache Server Information...........................................................................................................12 Webalizer Usage Report................................................................................................................13 SSL-Enabled Apache................................................................
-
List of Tables 1 Software Test Configuration...........................................................................................................
-
-
Introduction Executive Summary The HP Open Source Integrated Portfolio (HP OSIP) comprises a range of products and services designed to ensure that customers can successfully realize the cost and feature benefits of adopting open source software in their IT environments. HP Open Source Foundation components include the base components of an open source-based ecosystem: HP servers and storage are validated to run the Linux operating system together with commercial Linux distributions from Red Hat.
-
Typographic Conventions This document uses the following typographical conventions. Command ComputerOut Ctrl-x ENVIRONVAR [ERRORNAME] Key Term UserInput VARIABLE \ (continuation character) ... | A command name or qualified command phrase. Text displayed by the computer. A key sequence. A sequence such as Ctrl-x indicates that you must hold down the key labeled Ctrl while you press another key or button. The name of an environment variable, for example, PATH.
-
Figure 1 LAMP Environment Architecture Table 1 lists the software this is used to test the configurations described in this blueprint. Table 1 Software Test Configuration Software Package Version Apache Web Server Package Name Distributor Website Link httpd-2.2.3-11.e15 httpd-2.2.3-11.e15.x86_64.rpm Red Hat Apache httpd website MySQL 5.0.22 mysql-5.0.22-2.1.0.1.x86_64.rpm mysql-server-5.0.22-2.1.0.1. x86_64.rpm Red Hat MySQL website mod_ssl 2.2.3-6.el5 mod_ssl-2.2.3-6.el5.x86_64.
-
NOTE: You must set a valid server host name prior to running an Apache HTTP Server to avoid an error. The Apache configuration files are located in /etc/httpd/conf and the main configuration file is httpd.conf. 1. Edit /etc/httpd/conf/httpd.conf and designate a valid hostname for the ServerName directive using the following syntax: ServerName :80 2. Restart Apache to force the changes to take effect by entering the following command: # /etc/init.d/httpd restart 3.
-