</div>
</div>
<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#win">Microsoft Windows</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#unix">Unix Systems</a></li>
<li><img alt="" src="../images/down.gif" /> <a href="#other">Other Platforms</a></li>
</ul></div>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<dl>
<dt>Using Apache</dt>
<dd>
- <p>This document explains how to install, configure and run Apache 2.0
+ <p>This document explains how to install, configure and run Apache 2.4
under Microsoft Windows.</p>
<p>See: <a href="windows.html">Using Apache with Microsoft Windows</a></p>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
+<h2><a name="unix" id="unix">Unix Systems</a></h2>
+
+
+
+ <dl>
+ <dt>RPM Based Systems (Redhat / CentOS / Fedora)</dt>
+ <dd>
+ <p>This document explains how to build, install, and run Apache 2.4
+ on systems supporting the RPM packaging format.</p>
+
+ <p>See: <a href="rpm.html">Using Apache With RPM Based Systems</a></p>
+ </dd>
+ </dl>
+
+ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
<h2><a name="other" id="other">Other Platforms</a></h2>
<dl>
<dt>Novell NetWare</dt>
<dd>
- <p>This document explains how to install, configure and run Apache 2.0
+ <p>This document explains how to install, configure and run Apache 2.4
under Novell NetWare 5.1 and above.</p>
<p>See: <a href="netware.html">Using Apache With Novell NetWare</a></p>
<div class="warning"><strong>Warning:</strong> This document
has not been updated to take into account changes made in
- the 2.0 version of the Apache HTTP Server. Some of the
+ the 2.4 version of the Apache HTTP Server. Some of the
information may still be relevant, but please use it
with care.</div>
--- /dev/null
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!--
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ This file is generated from xml source: DO NOT EDIT
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ -->
+<title>Using Apache With RPM Based Systems (Redhat / CentOS / Fedora) - Apache HTTP Server</title>
+<link href="../style/css/manual.css" rel="stylesheet" media="all" type="text/css" title="Main stylesheet" />
+<link href="../style/css/manual-loose-100pc.css" rel="alternate stylesheet" media="all" type="text/css" title="No Sidebar - Default font size" />
+<link href="../style/css/manual-print.css" rel="stylesheet" media="print" type="text/css" />
+<link href="../images/favicon.ico" rel="shortcut icon" /></head>
+<body id="manual-page"><div id="page-header">
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p>
+<p class="apache">Apache HTTP Server Version 2.5</p>
+<img alt="" src="../images/feather.gif" /></div>
+<div class="up"><a href="./"><img title="<-" alt="<-" src="../images/left.gif" /></a></div>
+<div id="path">
+<a href="http://www.apache.org/">Apache</a> > <a href="http://httpd.apache.org/">HTTP Server</a> > <a href="http://httpd.apache.org/docs/">Documentation</a> > <a href="../">Version 2.5</a> > <a href="./">Platform Specific Notes</a></div><div id="page-content"><div id="preamble"><h1>Using Apache With RPM Based Systems (Redhat / CentOS / Fedora)</h1>
+<div class="toplang">
+<p><span>Available Languages: </span><a href="../en/platform/rpm.html" title="English"> en </a></p>
+</div>
+
+
+ <p>This document explains how to build, install, configure and run
+ Apache 2.4 under Unix systems supporting the RPM packaging format.</p>
+
+ </div>
+<div id="quickview"><ul id="toc"><li><img alt="" src="../images/down.gif" /> <a href="#creating">Creating a Source RPM</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#building">Building RPMs</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#installing">Installing the Server</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#default">Configuring the Default Instance of Apache httpd</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#additional">Configuring Additional Instances of Apache httpd on the Same Machine</a></li>
+</ul></div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="creating" id="creating">Creating a Source RPM</a></h2>
+
+
+ <p>The Apache httpd source tarball can be converted into an SRPM as
+ follows:</p>
+
+ <div class="example"><p><code>
+ rpmbuild -ts httpd-2.4.x.tar.bz2
+ </code></p></div>
+
+ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="building" id="building">Building RPMs</a></h2>
+
+
+ <p>RPMs can be built directly from the Apache httpd source tarballs using
+ the following command:</p>
+
+ <div class="example"><p><code>
+ rpmbuild -tb httpd-2.4.x.tar.bz2
+ </code></p></div>
+
+ <p>If successful, the following RPMs will be created:</p>
+
+ <dl>
+ <dt>httpd-2.4.x-1.i686.rpm</dt>
+ <dd>The core server and basic module set.</dd>
+
+ <dt>httpd-debuginfo-2.4.x-1.i686.rpm</dt>
+ <dd>Debugging symbols for the server and all modules.</dd>
+
+ <dt>httpd-devel-2.4.x-1.i686.rpm</dt>
+ <dd>Headers and development files for the server.</dd>
+
+ <dt>httpd-manual-2.4.x-1.i686.rpm</dt>
+ <dd>The webserver manual.</dd>
+
+ <dt>httpd-tools-2.4.x-1.i686.rpm</dt>
+ <dd>Supporting tools for the webserver.</dd>
+
+ <dt>mod_authnz_ldap-2.4.x-1.i686.rpm</dt>
+ <dd><code class="module"><a href="../mod/mod_ldap.html">mod_ldap</a></code> and <code class="module"><a href="../mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code>, with
+ corresponding dependency on openldap.</dd>
+
+ <dt>mod_lua-2.4.x-1.i686.rpm</dt>
+ <dd><code class="module"><a href="../mod/mod_lua.html">mod_lua</a></code> module, with
+ corresponding dependency on lua.</dd>
+
+ <dt>mod_proxy_html-2.4.x-1.i686.rpm</dt>
+ <dd><code class="module"><a href="../mod/mod_proxy_html.html">mod_proxy_html</a></code> module, with
+ corresponding dependency on libxml2.</dd>
+
+ <dt>mod_socache_dc-2.4.x-1.i686.rpm</dt>
+ <dd><code class="module"><a href="../mod/mod_socache_dc.html">mod_socache_dc</a></code> module, with
+ corresponding dependency on distcache.</dd>
+
+ <dt>mod_ssl-2.4.x-1.i686.rpm</dt>
+ <dd><code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code> module, with
+ corresponding dependency on openssl.</dd>
+
+ </dl>
+
+ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="installing" id="installing">Installing the Server</a></h2>
+
+
+ <p>The <code>httpd</code> RPM is the only RPM necessary to get a basic
+ server to run. Install it as follows:</p>
+
+ <div class="example"><p><code>
+ rpm -U httpd-2.4.x-1.i686.rpm
+ </code></p></div>
+
+ <p>Self contained modules are included with the server. Modules that
+ depend on external libraries are provided as separate RPMs to install
+ if needed.</p>
+
+ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="default" id="default">Configuring the Default Instance of Apache httpd</a></h2>
+
+
+ <p>The default configuration for the server is installed by default
+ beneath the <code>/etc/httpd</code> directory, with logs written by
+ default to <code>/var/log/httpd</code>. The environment for the
+ webserver is set by default within the optional
+ <code>/etc/sysconfig/httpd</code> file.</p>
+
+ <p>Start the server as follows:</p>
+
+ <div class="example"><p><code>
+ service httpd restart
+ </code></p></div>
+
+ </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
+<h2><a name="additional" id="additional">Configuring Additional Instances of Apache httpd on the Same Machine</a></h2>
+
+
+ <p>It is possible to configure additional instances of the Apache
+ httpd server running independently alongside each other on the same
+ machine. These instances can have independent configurations, and
+ can potentially run as separate users if so configured.</p>
+
+ <p>This was done by making the httpd startup script aware of its own
+ name. This name is then used to find the environment file for the
+ server, and in turn, the server root of the server instance.</p>
+
+ <p>To create an additional instance called
+ <code>httpd-additional</code>, follow these steps:</p>
+
+ <ul>
+ <li>Create a symbolic link to the startup script for the additional
+ server:
+
+ <div class="example"><p><code>
+ ln -s /etc/rc.d/init.d/httpd /etc/rc.d/init.d/httpd-additional<br />
+ chkconfig --add httpd-additional
+ </code></p></div>
+
+ </li>
+
+ <li>Create an environment file for the server, using the
+ <code>/etc/sysconfig/httpd</code> file as a template:
+
+ <div class="example"><p><code>
+ # template from httpd<br />
+ cp /etc/sysconfig/httpd /etc/sysconfig/httpd-additional
+ </code></p></div>
+
+ <div class="example"><p><code>
+ # blank template<br />
+ touch /etc/sysconfig/httpd-additional
+ </code></p></div>
+
+ Edit <code>/etc/sysconfig/httpd-additional</code> and pass the
+ server root of the new server instance within the
+ <code>OPTIONS</code> environment variable.
+
+ <div class="example"><p><code>
+ OPTIONS="-d /etc/httpd-additional -f conf/httpd-additional.conf"
+ </code></p></div>
+
+ </li>
+
+ <li>Edit the server configuration file
+ <code>/etc/httpd-additional/conf/httpd-additional.conf</code> to
+ ensure the correct ports and paths are configured.
+ </li>
+
+ <li>Start the server as follows:
+
+ <div class="example"><p><code>
+ service httpd-additional restart
+ </code></p></div>
+
+ </li>
+
+ <li>Repeat this process as required for each server instance.</li>
+ </ul>
+
+ </div></div>
+<div class="bottomlang">
+<p><span>Available Languages: </span><a href="../en/platform/rpm.html" title="English"> en </a></p>
+</div><div id="footer">
+<p class="apache">Copyright 2011 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
+<p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
+</body></html>
\ No newline at end of file