Changeset 31ff91e4
- Timestamp:
- 09/29/2003 02:19:14 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- ca89a835
- Parents:
- 317034a
- Location:
- content
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
content/databases/databases.xml
r317034a r31ff91e4 2 2 <?dbhtml filename="databases.html" dir="content"?> 3 3 <title>Databases</title> 4 5 <para>This chapter includes databases that range from single-user 6 read/write to industrial database servers with transaction support. 7 Generally, you will be sent here to satisfy dependencies to other 8 applications although building a <acronym>SQL</acronym> server on a base 9 <acronym>LFS</acronym> system is entirely possible.</para> 4 10 5 11 &db; -
content/web/apache/apache-config.xml
r317034a r31ff91e4 1 1 <sect2> 2 <title>Configuring Apache</title>2 <title>Configuring <application>Apache</application></title> 3 3 4 4 <sect3> … … 20 20 create the init.d script:</para> 21 21 22 <screen><userinput><command>cat > /etc/rc.d/init.d/apache << "EOF" 22 <screen><userinput><command>cat > /etc/rc.d/init.d/apache << "EOF"</command> 23 23 #!/bin/bash 24 24 … … 54 54 ;; 55 55 esac 56 EOF56 <command>EOF 57 57 chmod 755 /etc/rc.d/init.d/apache</command></userinput></screen> 58 58 -
content/web/apache/apache-desc.xml
r317034a r31ff91e4 2 2 <title>Contents</title> 3 3 4 <para>The Apachepackage provides4 <para>The <application>Apache</application> package provides 5 5 <command>ab</command>, 6 6 <command>apachectl</command>, … … 20 20 <filename class="libraryfile">libaprutil</filename> and 21 21 various modules.</para> 22 23 22 </sect2> 24 23 … … 26 25 27 26 <sect3><title>ab</title> 28 <para><command>ab</command> is a tool for benchmarking your Apache <acronym>HTTP</acronym> server. 27 <para><command>ab</command> is a tool for benchmarking your 28 <application>Apache</application> <acronym>HTTP</acronym> server. 29 29 </para></sect3> 30 30 31 31 <sect3><title>apachectl</title> 32 <para><command>apachectl</command> is a frontend to the Apache <acronym>HTTP</acronym> 33 server which is designed to help the administrator control the functioning of the Apache 34 httpd daemon.</para></sect3> 32 <para><command>apachectl</command> is a frontend to the 33 <application>Apache</application> <acronym>HTTP</acronym> 34 server which is designed to help the administrator control the 35 functioning of the <application>Apache</application> httpd daemon.</para></sect3> 35 36 36 37 <sect3><title>apxs</title> 37 38 <para><command>apxs</command> 38 is a tool for building and installing extension modules for the Apache39 <a cronym>HTTP</acronym> server.</para></sect3>39 is a tool for building and installing extension modules for the 40 <application>Apache</application> <acronym>HTTP</acronym> server.</para></sect3> 40 41 41 42 <sect3><title>dbmmanage</title> … … 56 57 57 58 <sect3><title>httpd</title> 58 <para><command>httpd</command> is the Apache<acronym>HTTP</acronym>59 <para><command>httpd</command> is the <application>Apache</application> <acronym>HTTP</acronym> 59 60 server program.</para></sect3> 60 61 61 62 <sect3><title>instdso.sh</title> 62 <para><command>instdso.sh</command> is a script which installs Apache63 <a cronym>DSO</acronym> modules.</para></sect3>63 <para><command>instdso.sh</command> is a script which installs 64 <application>Apache</application> <acronym>DSO</acronym> modules.</para></sect3> 64 65 65 66 <sect3><title>logresolve</title> 66 67 <para><command>logresolve</command> is a post-processing program to 67 resolve IP-addresses in Apache's access logfiles.</para></sect3>68 resolve <acronym>IP</acronym>-addresses in <application>Apache</application>'s access logfiles.</para></sect3> 68 69 69 70 <sect3><title>rotatelogs</title> 70 71 <para><command>rotatelogs</command> is a simple program for use in 71 conjunction with Apache's piped logfile feature.</para></sect3>72 conjunction with <application>Apache</application>'s piped logfile feature.</para></sect3> 72 73 73 74 </sect2> -
content/web/apache/apache-inst.xml
r317034a r31ff91e4 13 13 be configured without errors. Apply the patch:</para> 14 14 15 <screen><userinput><command>patch -Np1 -i ../httpd-&apache-version;-config.patch</command> 16 </userinput></screen> 15 <screen><userinput><command>patch -Np1 -i ../httpd-&apache-version;-config.patch</command></userinput></screen> 17 16 18 17 <para>Build and install <application>Apache</application> by running the following commands:</para> -
content/web/php/php-config.xml
r317034a r31ff91e4 9 9 <sect3><title>Configuration Information</title> 10 10 11 <para>To enable <acronym>PHP</acronym> support in the Apache web server, 11 <para>To enable <acronym>PHP</acronym> support in the 12 <application>Apache</application> web server, 12 13 a new AddType directive must be added to the 13 14 <filename>httpd.conf</filename> file:</para> -
content/web/web.xml
r317034a r31ff91e4 2 2 <?dbhtml filename="web.html" dir="content"?> 3 3 <title>Web serving</title> 4 5 <para>This chapter includes applications that respond to requests 6 originating from the Internet. Specifically covered are 7 <acronym>HTTP</acronym> requests and <acronym>FTP</acronym> 8 requests.</para> 4 9 5 10 &apache;
Note:
See TracChangeset
for help on using the changeset viewer.