mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to apache-2.2.11
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7720 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
f862e8eff3
commit
265dc9fb05
@ -3,7 +3,7 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "04"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "06"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "01"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2009">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
@ -376,7 +376,7 @@ $Date$
|
||||
|
||||
<!-- Part VI -->
|
||||
<!-- Chapter 21 -->
|
||||
<!ENTITY apache-version "2.2.8">
|
||||
<!ENTITY apache-version "2.2.11">
|
||||
<!-- bind (chapter 19) -->
|
||||
<!ENTITY nfs-utils-version "1.1.4">
|
||||
<!-- openssh (chapter 18) -->
|
||||
|
@ -5,8 +5,7 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY apache-ant-download-http "http://www.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2">
|
||||
<!-- <!ENTITY apache-ant-download-ftp "ftp://ftp.oregonstate.edu/pub/apache/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2"> -->
|
||||
<!ENTITY apache-ant-download-ftp " ">
|
||||
<!ENTITY apache-ant-download-ftp "ftp://anduin.linuxfromscratch.org/BLFS/svn/a/apache-ant-&apache-ant-version;-src.tar.bz2">
|
||||
<!ENTITY apache-ant-md5sum "0d68db4a1ada5c91bcbf53cefd0c2fd7">
|
||||
<!ENTITY apache-ant-size "6.8 MB">
|
||||
<!ENTITY apache-ant-buildsize "109 MB">
|
||||
|
@ -41,6 +41,18 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>January 6th, 2009</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[thomas] - Updated to apache-2.2.11.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[thomas] - Add anduin as download location to Ant.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>January 4th, 2009</para>
|
||||
<itemizedlist>
|
||||
|
@ -7,8 +7,8 @@
|
||||
<!-- <!ENTITY apache-download-http "http://www.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2"> -->
|
||||
<!ENTITY apache-download-http "http://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
|
||||
<!ENTITY apache-download-ftp "ftp://apache.mirrors.pair.com/httpd/httpd-&apache-version;.tar.bz2">
|
||||
<!ENTITY apache-md5sum "76d2598a4797163d07cd50e5304aa7cd">
|
||||
<!ENTITY apache-size "4.6 MB">
|
||||
<!ENTITY apache-md5sum "3e98bcb14a7122c274d62419566431bb">
|
||||
<!ENTITY apache-size "4.9 MB">
|
||||
<!ENTITY apache-buildsize "83 MB">
|
||||
<!ENTITY apache-time "2.1 SBU">
|
||||
]>
|
||||
@ -136,6 +136,12 @@ useradd -c "Apache Server" -d /dev/null -g apache \
|
||||
<application>Berkeley DB</application> back-end support, ensure you use
|
||||
the parameters shown in the <quote>Command Explanations</quote> section
|
||||
below.</para>
|
||||
|
||||
<para>While it is not built by default when using the following commands,
|
||||
the ISAPI DSO module can be created by adding the <option>--enable-isapi</option>
|
||||
option. Even the module will compile, install and load fine, the module is
|
||||
<emphasis>only</emphasis> supported and functional in Win32
|
||||
environments.</para>
|
||||
</note>
|
||||
|
||||
<para>Build and install <application>Apache</application> by running the
|
||||
@ -246,6 +252,7 @@ chown -v -R apache:apache /srv/www</userinput></screen>
|
||||
for detailed instructions on customizing your
|
||||
<application>Apache</application> HTTP server configuration file.</para>
|
||||
|
||||
<!--
|
||||
<para>There's a problem with the ISAPI DSO module caused from compiling
|
||||
with <application>GCC</application>-&gcc-version;. If you included the
|
||||
parameter to build the module, comment out the module's load command
|
||||
@ -253,7 +260,7 @@ chown -v -R apache:apache /srv/www</userinput></screen>
|
||||
|
||||
<screen role="root"><userinput>sed -i "s/^LoadModule isapi_module/# &/" \
|
||||
/etc/apache/httpd.conf</userinput></screen>
|
||||
|
||||
-->
|
||||
</sect3>
|
||||
|
||||
<sect3 id="apache-init">
|
||||
|
Loading…
Reference in New Issue
Block a user