Changeset 84ee2932
- Timestamp:
- 10/19/2004 04:34:20 AM (19 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 6c8ceb4
- Parents:
- 6e01862c
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
content/web/apache.xml
r6e01862c r84ee2932 5 5 %general-entities; 6 6 7 <!ENTITY apache-download-http "http://www.apache.org/dist/httpd/httpd-&apache-version;.tar.gz"> 8 <!ENTITY apache-download-ftp "ftp://ftp.tux.org/pub/net/apache/dist/httpd/httpd-&apache-version;.tar.gz"> 9 <!ENTITY apache-size "6.7 MB"> 7 <!ENTITY apache-download-http "http://www.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2"> 8 <!ENTITY apache-download-ftp "ftp://ftp.tux.org/pub/net/apache/dist/httpd/httpd-&apache-version;.tar.bz2"> 9 <!ENTITY apache-md5sum "0e1b47c53921a1fc8fb006effdb3bf1c"> 10 <!ENTITY apache-size "5.2 MB"> 10 11 <!ENTITY apache-buildsize "78 MB"> 11 12 <!ENTITY apache-time "1.12 SBU"> … … 34 35 <listitem><para>Download (FTP): 35 36 <ulink url="&apache-download-ftp;"/></para></listitem> 37 <listitem><para>MD5 sum: &apache-md5sum;</para></listitem> 36 38 <listitem><para>Download size: &apache-size;</para></listitem> 37 39 <listitem><para>Estimated Disk space required: … … 146 148 detailed instructions on customizing your <application>Apache</application> 147 149 <acronym>HTTP</acronym> server.</para> 150 151 <para>There's a problem with the ISAPI <acronym>DSO</acronym> module 152 caused from compiling with 153 <application><acronym>GCC</acronym></application>-3.4.1. Comment out the 154 module from the configuration file with the following command:</para> 155 156 <screen><userinput><command>sed -i -e "s/^LoadModule isapi_module/# &/" \ 157 /etc/apache/httpd.conf</command></userinput></screen> 148 158 149 159 <para>Install the <filename>/etc/rc.d/init.d/apache</filename> -
general.ent
r6e01862c r84ee2932 222 222 223 223 <!-- Chapter 24 --> 224 <!ENTITY apache-version "2.0.5 1">224 <!ENTITY apache-version "2.0.52"> 225 225 <!ENTITY php-version "5.0.1"> 226 226 <!ENTITY proftpd-version "1.2.10"> -
introduction/welcome/changelog.xml
r6e01862c r84ee2932 24 24 25 25 <listitem><para>October 18th, 2004 [randy]: Added optional dependency 26 to HTML Tidy .</para></listitem>26 to HTML Tidy; updated to Apache-2.0.52.</para></listitem> 27 27 28 28 <listitem><para>October 18th, 2004 [randy]: Updated to
Note:
See TracChangeset
for help on using the changeset viewer.