old-www/LDP/solrhe/Securing-Optimizing-Linux-R.../netweb-Apache.html

330 lines
4.9 KiB
HTML

<HTML
><HEAD
><TITLE
>Software -Network Server, web/Apache</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.60"><LINK
REL="HOME"
TITLE="Securing and Optimizing Linux"
HREF="index.html"><LINK
REL="UP"
TITLE="Software -Networking"
HREF="soft-net.html"><LINK
REL="PREVIOUS"
TITLE="Installed files"
HREF="chap28sec237.html"><LINK
REL="NEXT"
TITLE="Linux MM Shared Memory Library "
HREF="shrdmemlib.html"></HEAD
><BODY
CLASS="chapter"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Securing and Optimizing Linux: RedHat Edition -A Hands on Guide</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="chap28sec237.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="shrdmemlib.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="chapter"
><H1
><A
NAME="pr6ch29wapch"
>Chapter 29. Software -Network Server, web/Apache</A
></H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
>29.1. <A
HREF="shrdmemlib.html"
>Linux MM Shared Memory Library</A
></DT
><DT
>29.2. <A
HREF="chap29sec238.html"
>Compile</A
></DT
><DT
>29.3. <A
HREF="chap29sec239.html"
>Linux Apache Web Server</A
></DT
><DT
>29.4. <A
HREF="chap29sec240.html"
>Compile and Optimize</A
></DT
><DT
>29.5. <A
HREF="chap29sec241.html"
>Configure and apply <SPAN
CLASS="acronym"
>PHP4</SPAN
> to Apache source</A
></DT
><DT
>29.6. <A
HREF="chap29sec242.html"
>Apply mod_perl to Apache source tree</A
></DT
><DT
>29.7. <A
HREF="chap29sec243.html"
>Install Apache</A
></DT
><DT
>29.8. <A
HREF="chap29sec244.html"
>Post install Configuration</A
></DT
><DT
>29.9. <A
HREF="chap29sec245.html"
>Configure the <TT
CLASS="filename"
>/etc/httpd/conf/httpd.conf</TT
> file</A
></DT
><DT
>29.10. <A
HREF="chap29sec246.html"
>Configure the <TT
CLASS="filename"
>/etc/logrotate.d/apache</TT
> file</A
></DT
><DT
>29.11. <A
HREF="chap29sec247.html"
>Configure the <TT
CLASS="filename"
>/etc/rc.d/init.d/httpd</TT
> script file</A
></DT
><DT
>29.12. <A
HREF="chap29sec248.html"
><SPAN
CLASS="acronym"
>PHP4</SPAN
> server-side scripting</A
></DT
><DT
>29.13. <A
HREF="chap29sec249.html"
>Perl module Devel::Symdump</A
></DT
><DT
>29.14. <A
HREF="chap29sec250.html"
>CGI.pm Perl library</A
></DT
><DT
>29.15. <A
HREF="chap29sec251.html"
>Securing Apache</A
></DT
><DT
>29.16. <A
HREF="chap29sec252.html"
>users authentication with <TT
CLASS="filename"
>.dbmpasswd</TT
> password file</A
></DT
><DT
>29.17. <A
HREF="chap29sec254.html"
>Apache in a chroot jail</A
></DT
><DT
>29.18. <A
HREF="chap29sec255.html"
>Apache to use shared libraries</A
></DT
><DT
>29.19. <A
HREF="chap29sec256.html"
>The <TT
CLASS="filename"
>/chroot/etc</TT
> directory</A
></DT
><DT
>29.20. <A
HREF="chap29sec257.html"
>Test the new chrooted jail</A
></DT
><DT
>29.21. <A
HREF="chap29sec258.html"
>Configure the new <TT
CLASS="filename"
>/etc/logrotate.d/apache</TT
> file</A
></DT
><DT
>29.22. <A
HREF="chap29sec259.html"
>Optimizing Apache</A
></DT
><DT
>29.23. <A
HREF="chap29sec260.html"
>Installed files for Apache Web Server</A
></DT
><DT
>29.24. <A
HREF="chap29sec261.html"
>Installed files /PHP4</A
></DT
><DT
>29.25. <A
HREF="chap29sec262.html"
>Installed files by mod_perl</A
></DT
></DL
></DIV
><DIV
CLASS="highlights"
><A
NAME="AEN18719"
></A
><P
>&#13; It is recommended that you compile and install this small program only if you intend to install and use the Apache web server with third party modules like:
<P
></P
><TABLE
BORDER="0"
><TBODY
><TR
><TD
>&#13; mod_ssl for encrypted data
</TD
></TR
><TR
><TD
>&#13; mod_perl for the Perl programming language
</TD
></TR
><TR
><TD
>&#13; mod_php for the <SPAN
CLASS="acronym"
>PHP</SPAN
> server-side scripting language.
</TD
></TR
></TBODY
></TABLE
><P
></P
>
This program will provide a significant performance to Apache modules. For instance if you need to install Apache with SSL support for your electronic commerce on the Internet, this will allows the SSL protocol to use a high-performance RAM-based session cache instead of a disk-based one.
</P
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="chap28sec237.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="shrdmemlib.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Installed files</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="soft-net.html"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Linux MM Shared Memory Library</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>