source: server/major/apache.xml@ 0214fca

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0214fca was 438850e, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Separated 'Changelog' entries for Lua-5.3.0 update and
required fixes for some packages.
Vim-7.4, Apache-2.4.10, VLC-2.1.5 and Nmap-6.47: format and text changes.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15382 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 16.3 KB
RevLine 
[08254fc]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[08254fc]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[6041710]7 <!ENTITY apache-download-http
[efe28817]8 "http://archive.apache.org/dist/httpd/httpd-&apache-version;.tar.bz2">
[4890200]9 <!ENTITY apache-download-ftp " ">
[14dc4b73]10 <!ENTITY apache-md5sum "44543dff14a4ebc1e9e2d86780507156">
11 <!ENTITY apache-size "4.9 MB">
12 <!ENTITY apache-buildsize "94 MB">
[6ad92d5f]13 <!ENTITY apache-time "0.7 SBU">
[08254fc]14]>
15
[7c7fa7d]16<sect1 id="apache" xreflabel="Apache-&apache-version;">
[ab3a3af7]17 <?dbhtml filename="apache.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Apache-&apache-version;</title>
25
26 <indexterm zone="apache">
27 <primary sortas="a-Apache">Apache</primary>
28 </indexterm>
29
30 <sect2 role="package">
[efe28817]31 <title>Introduction to Apache HTTPD</title>
[ab3a3af7]32
[6041710]33 <para>
[efe28817]34 The <application>Apache HTTPD</application> package contains an open-source HTTP
[6041710]35 server. It is useful for creating local intranet web sites or running huge
36 web serving operations.
37 </para>
[ab3a3af7]38
[aadebdcc]39 &lfs76_checked;
[20e6cade]40
[ab3a3af7]41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
[6041710]44 <para>
45 Download (HTTP): <ulink url="&apache-download-http;"/>
46 </para>
[ab3a3af7]47 </listitem>
48 <listitem>
[6041710]49 <para>
50 Download (FTP): <ulink url="&apache-download-ftp;"/>
51 </para>
[ab3a3af7]52 </listitem>
53 <listitem>
[6041710]54 <para>
55 Download MD5 sum: &apache-md5sum;
56 </para>
[ab3a3af7]57 </listitem>
58 <listitem>
[6041710]59 <para>
60 Download size: &apache-size;
61 </para>
[ab3a3af7]62 </listitem>
63 <listitem>
[6041710]64 <para>
65 Estimated disk space required: &apache-buildsize;
66 </para>
[ab3a3af7]67 </listitem>
68 <listitem>
[6041710]69 <para>
70 Estimated build time: &apache-time;
71 </para>
[3ae60ba7]72 </listitem>
[ab3a3af7]73 </itemizedlist>
74
[efe28817]75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/httpd-&apache-version;-blfs_layout-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">Apache HTTPD Dependencies</bridgehead>
[ab3a3af7]86
[6041710]87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
[4049347a]89 <xref linkend="apr-util"/> and
90 <xref linkend="pcre"/>
[6041710]91 </para>
[3cb0c57]92
[efe28817]93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 <xref linkend="openssl"/>
96 </para>
97
[6041710]98 <bridgehead renderas="sect4">Optional</bridgehead>
99 <para role="optional">
[0d7900a]100 <xref linkend="db"/>,
[efe28817]101 <xref linkend="doxygen"/>,
[fd69a62]102 <xref linkend="libxml2"/>,
[c41d6d5]103 <xref linkend="lynx"/> or
104 <xref linkend="Links"/> or
105 <ulink url="http://elinks.or.cz/">ELinks</ulink>,
[fd69a62]106 <xref linkend="openldap"/> (<xref linkend="apr-util"/> needs to be
107 installed with ldap suport),
[6041710]108 <xref linkend="rsync"/>,
[0a2b9de8]109 <ulink url="http://www.distcache.org/">Distcache</ulink>, and
[32d4980]110 <xref linkend="lua"/>
[6041710]111 </para>
112
113 <para condition="html" role="usernotes">
114 User Notes: <ulink url="&blfs-wiki;/apache"/>
115 </para>
[ab3a3af7]116 </sect2>
117
118 <sect2 role="installation">
[efe28817]119 <title>Installation of Apache HTTPD</title>
[ab3a3af7]120
[6041710]121 <para>
122 For security reasons, running the server as an unprivileged user and group
123 is strongly encouraged. Create the following group and user using the
124 following commands as <systemitem class="username">root</systemitem>:
125 </para>
[ab3a3af7]126
[b785ab29]127<screen role="root"><userinput>groupadd -g 25 apache &amp;&amp;
[efe28817]128useradd -c "Apache Server" -d /srv/www -g apache \
[b785ab29]129 -s /bin/false -u 25 apache</userinput></screen>
[ab3a3af7]130
[6041710]131 <para>
[efe28817]132 Build and install <application>Apache HTTPD</application> by running the
[6041710]133 following commands:
134 </para>
135
[438850e]136<screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch &amp;&amp;
[646a42e]137
[438850e]138sed -i 's/ldump_writer, &amp;b/&amp;, NULL/' modules/lua/mod_lua.c &amp;&amp;
139sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in &amp;&amp;
[646a42e]140
[14dc4b73]141./configure --enable-authnz-fcgi \
142 --enable-layout=BLFS \
[0a2b9de8]143 --enable-mods-shared="all cgi" \
144 --enable-mpms-shared=all \
[14dc4b73]145 --enable-suexec=shared \
[0a2b9de8]146 --with-apr=/usr/bin/apr-1-config \
147 --with-apr-util=/usr/bin/apu-1-config \
148 --with-suexec-bin=/usr/lib/httpd/suexec \
149 --with-suexec-caller=apache \
[66370fc]150 --with-suexec-docroot=/srv/www \
[efe28817]151 --with-suexec-logfile=/var/log/httpd/suexec.log \
[66370fc]152 --with-suexec-uidmin=100 \
153 --with-suexec-userdir=public_html &amp;&amp;
[ab3a3af7]154make</userinput></screen>
155
[6041710]156 <para>
157 This package does not come with a test suite.
158 </para>
[ab3a3af7]159
[6041710]160 <para>
[fd69a62]161 Now, as the <systemitem class="username">root</systemitem> user
162 (notice that DESTDIR does not work properly as unpriviledged user):
[6041710]163 </para>
[ab3a3af7]164
[0a2b9de8]165<screen role="root"><userinput>make install &amp;&amp;
[63aeb2c]166
[efe28817]167mv -v /usr/sbin/suexec /usr/lib/httpd/suexec &amp;&amp;
[0a2b9de8]168chgrp apache /usr/lib/httpd/suexec &amp;&amp;
169chmod 4754 /usr/lib/httpd/suexec &amp;&amp;
[63aeb2c]170
[f165eea]171chown -v -R apache:apache /srv/www</userinput></screen>
[08254fc]172
[ab3a3af7]173 </sect2>
[08254fc]174
[ab3a3af7]175 <sect2 role="commands">
176 <title>Command Explanations</title>
[08254fc]177
[646a42e]178 <para>
[438850e]179 <command>sed -i ... modules/lua/mod_lua.c</command>: This sed fixes
180 compilation with <application>lua</application> 5.3.
[646a42e]181 </para>
182
[68c04ad]183 <para>
184 <command>sed '/dir.*CFG_PREFIX/s@^@#@'...</command>: Forces the
185 <application>apxs</application> utility to use absolute pathnames for
186 modules, when instructed to do so.
187 </para>
188
[14dc4b73]189 <para>
190 <parameter>--enable-authnz-fcgi</parameter>: Build FastCGI
191 authorizer-based authentication and authorization (mod_authnz_fcgi.so
192 fast CGI module).
193 </para>
194
[6041710]195 <para>
[efe28817]196 <parameter>--enable-mods-shared="all cgi"</parameter>: The modules should be
[6041710]197 compiled and used as Dynamic Shared Objects (DSOs) so they can be included
198 and excluded from the server using the run-time configuration directives.
199 </para>
200
201 <para>
[efe28817]202 <parameter>--enable-mpm-shared=all</parameter>: This switch ensures that all
203 MPM (Multi Processing Modules) are built as Dynamic Shared Objects (DSOs),
204 so the user can choose which one to use at runtime.
205 </para>
206
207 <para>
208 <parameter>--enable-suexec</parameter>: This switch enables building of the
209 <application>Apache</application> suEXEC module which can be used to allow
210 users to run CGI and SSI scripts under user IDs different from the user ID
211 of the calling web server.
212 </para>
213
214 <para>
215 <parameter>--with-suexec-*</parameter>: These switches control suEXEC module
216 behavior, such as default document root, minimal UID that can be used to
217 run the script under the suEXEC. Please note that with minimal UID 100, you
218 can't run CGI or SSI scripts under suEXEC as the
219 <systemitem class="username">apache</systemitem> user.
220 </para>
221
222 <para>
223 <command>... /usr/lib/httpd/suexec</command>: These commands put
224 <command>suexec</command> wrapper into proper location, since it
225 is not meant to be run directly. They also adjust proper
[0a2b9de8]226 permissions of the binary, making it setgid
[efe28817]227 <systemitem class="username">apache</systemitem>.
[6041710]228 </para>
229
230 <para>
231 <command>chown -R apache:apache /srv/www</command>: By default, the
232 installation process installs files (documentation, error messages,
233 default icons, etc.) with the ownership of the user that extracted the
234 files from the tar file. If you want to change the ownership to another
235 user, you should do so at this point. The only requirement is that the
236 document directories need to be accessible by the <command>httpd</command>
237 process with (r-x) permissions and files need to be readable (r--) by the
238 <systemitem class="username">apache</systemitem> user.
239 </para>
[efe28817]240
[ab3a3af7]241 </sect2>
[08254fc]242
[ab3a3af7]243 <sect2 role="configuration">
244 <title>Configuring Apache</title>
[08254fc]245
[ab3a3af7]246 <sect3 id="apache-config">
247 <title>Config Files</title>
[08254fc]248
[6041710]249 <para>
[efe28817]250 <filename>/etc/httpd/httpd.conf</filename> and
251 <filename>/etc/httpd/extra/*</filename>
[6041710]252 </para>
[08254fc]253
[ab3a3af7]254 <indexterm zone="apache apache-config">
[efe28817]255 <primary sortas="e-etc-httpd-httpd.conf">/etc/httpd/httpd.conf</primary>
[ab3a3af7]256 </indexterm>
[08254fc]257
[ab3a3af7]258 <indexterm zone="apache apache-config">
[efe28817]259 <primary sortas="e-etc-httpd-extra-star">/etc/httpd/extra/*</primary>
[ab3a3af7]260 </indexterm>
[efe28817]261
[ab3a3af7]262 </sect3>
263
264 <sect3>
265 <title>Configuration Information</title>
266
[6041710]267 <para>
[a1083b4]268 See <ulink url="file:///usr/share/httpd/manual/configuring.html"/>
[6041710]269 for detailed instructions on customising your
270 <application>Apache</application> HTTP server configuration file.
271 </para>
[efe28817]272
[ab3a3af7]273 </sect3>
274
[f856738]275 <sect3 id="httpd-init">
[ab3a3af7]276 <title>Boot Script</title>
277
[6041710]278 <para>
279 If you want the <application>Apache</application> server to
[efe28817]280 start automatically when the system is booted, install the
281 <filename>/etc/rc.d/init.d/httpd</filename> init script included
282 in the <xref linkend="bootscripts"/> package.
283 </para>
[ab3a3af7]284
[f856738]285 <indexterm zone="apache httpd-init">
[ab3a3af7]286 <primary sortas="f-apache">apache</primary>
287 </indexterm>
288
[f856738]289<screen role="root"><userinput>make install-httpd</userinput></screen>
[4890200]290
[ab3a3af7]291 </sect3>
[4890200]292
[ab3a3af7]293 </sect2>
294
295 <sect2 role="content">
296 <title>Contents</title>
297
298 <segmentedlist>
299 <segtitle>Installed Programs</segtitle>
[c3c56b2]300 <segtitle>Installed Libraries</segtitle>
[ab3a3af7]301 <segtitle>Installed Directories</segtitle>
302
303 <seglistitem>
[6041710]304 <seg>
[0a2b9de8]305 ab, apachectl, apxs, checkgid, dbmmanage, fcgistarter,
306 htcacheclean, htdbm, htdigest, htpasswd, httpd,
[fd69a62]307 httxt2dbm, logresolve, rotatelogs, and suexec
[6041710]308 </seg>
[c3c56b2]309 <seg>
[fd69a62]310 Several libraries under /usr/lib/httpd/modules/
[c3c56b2]311 </seg>
[6041710]312 <seg>
[efe28817]313 /etc/httpd,
314 /srv/www,
315 /usr/include/httpd,
316 /usr/lib/httpd,
[fd69a62]317 /usr/share/httpd,
[0a2b9de8]318 /var/log/httpd, and
[efe28817]319 /var/run/httpd
[6041710]320 </seg>
[ab3a3af7]321 </seglistitem>
322 </segmentedlist>
323
324 <variablelist>
325 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
326 <?dbfo list-presentation="list"?>
327 <?dbhtml list-presentation="table"?>
328
329 <varlistentry id="ab">
330 <term><command>ab</command></term>
331 <listitem>
[6041710]332 <para>
333 is a tool for benchmarking your <application>Apache</application>
334 HTTP server.
335 </para>
[ab3a3af7]336 <indexterm zone="apache ab">
337 <primary sortas="b-ab">ab</primary>
338 </indexterm>
339 </listitem>
340 </varlistentry>
341
342 <varlistentry id="apachectl">
343 <term><command>apachectl</command></term>
344 <listitem>
[6041710]345 <para>
346 is a front end to the <application>Apache</application> HTTP server
347 which is designed to help the administrator control the functioning
348 of the <application>Apache</application> httpd daemon.
349 </para>
[ab3a3af7]350 <indexterm zone="apache apachectl">
351 <primary sortas="b-apachectl">apachectl</primary>
352 </indexterm>
353 </listitem>
354 </varlistentry>
355
356 <varlistentry id="apxs">
357 <term><command>apxs</command></term>
358 <listitem>
[6041710]359 <para>
360 is a tool for building and installing extension modules for the
361 <application>Apache</application> HTTP server.
362 </para>
[ab3a3af7]363 <indexterm zone="apache apxs">
364 <primary sortas="b-apxs">apxs</primary>
365 </indexterm>
366 </listitem>
367 </varlistentry>
368
[8961d128]369 <varlistentry id="checkgid">
370 <term><command>checkgid</command></term>
371 <listitem>
[6041710]372 <para>
373 is a program that checks whether it can setgid to the group
374 specified. This is to see if it is a valid group for Apache2 to use
375 at runtime. If the user (should be run as superuser) is in that
376 group, or can setgid to it, it will return 0.
377 </para>
[8961d128]378 <indexterm zone="apache checkgid">
379 <primary sortas="b-checkgid">checkgid</primary>
380 </indexterm>
381 </listitem>
382 </varlistentry>
383
[de2551f]384 <varlistentry id="dbmmanage">
385 <term><command>dbmmanage</command></term>
[ab3a3af7]386 <listitem>
[6041710]387 <para>
388 is used to create and update the DBM format files used to store
389 usernames and passwords for basic authentication of HTTP users.
390 </para>
[de2551f]391 <indexterm zone="apache dbmmanage">
392 <primary sortas="b-dbmmanage">dbmmanage</primary>
[ab3a3af7]393 </indexterm>
394 </listitem>
395 </varlistentry>
396
[8961d128]397 <varlistentry id="htcacheclean">
398 <term><command>htcacheclean</command></term>
399 <listitem>
[6041710]400 <para>
401 is used to clean up the disk cache.
402 </para>
[8961d128]403 <indexterm zone="apache htcacheclean">
404 <primary sortas="b-htcacheclean">htcacheclean</primary>
405 </indexterm>
406 </listitem>
407 </varlistentry>
408
409 <varlistentry id="htdbm">
410 <term><command>htdbm</command></term>
411 <listitem>
[6041710]412 <para>
413 is used to manipulate the DBM password databases.
414 </para>
[8961d128]415 <indexterm zone="apache htdbm">
416 <primary sortas="b-htdbm">htdbm</primary>
417 </indexterm>
418 </listitem>
419 </varlistentry>
420
[ab3a3af7]421 <varlistentry id="htdigest">
422 <term><command>htdigest</command></term>
423 <listitem>
[6041710]424 <para>
425 is used to create and update the flat-files used to store usernames,
426 realms and passwords for digest authentication of HTTP users.
427 </para>
[ab3a3af7]428 <indexterm zone="apache htdigest">
429 <primary sortas="b-htdigest">htdigest</primary>
430 </indexterm>
431 </listitem>
432 </varlistentry>
433
434 <varlistentry id="htpasswd">
435 <term><command>htpasswd</command></term>
436 <listitem>
[6041710]437 <para>
438 is used to create and update the flat-files used to store usernames
439 and passwords for basic authentication of HTTP users.
440 </para>
[ab3a3af7]441 <indexterm zone="apache htpasswd">
442 <primary sortas="b-htpasswd">htpasswd</primary>
443 </indexterm>
444 </listitem>
445 </varlistentry>
446
447 <varlistentry id="httpd">
448 <term><command>httpd</command></term>
449 <listitem>
[6041710]450 <para>
451 is the <application>Apache</application> HTTP server program.
452 </para>
[ab3a3af7]453 <indexterm zone="apache httpd">
454 <primary sortas="b-httpd">httpd</primary>
455 </indexterm>
456 </listitem>
457 </varlistentry>
458
[8961d128]459 <varlistentry id="httxt2dbm">
460 <term><command>httxt2dbm</command></term>
[ab3a3af7]461 <listitem>
[6041710]462 <para>
463 is used to generate DBM files from text, for use in RewriteMap.
464 </para>
[8961d128]465 <indexterm zone="apache httxt2dbm">
466 <primary sortas="b-httxt2dbm">httxt2dbm</primary>
[ab3a3af7]467 </indexterm>
468 </listitem>
469 </varlistentry>
470
471 <varlistentry id="logresolve">
472 <term><command>logresolve</command></term>
473 <listitem>
[6041710]474 <para>
475 is a post-processing program to resolve IP-addresses in
476 <application>Apache</application>'s access log files.
477 </para>
[ab3a3af7]478 <indexterm zone="apache logresolve">
479 <primary sortas="b-logresolve">logresolve</primary>
480 </indexterm>
481 </listitem>
482 </varlistentry>
483
484 <varlistentry id="rotatelogs">
485 <term><command>rotatelogs</command></term>
486 <listitem>
[6041710]487 <para>
488 is a simple program for use in conjunction with
489 <application>Apache</application>'s piped log file feature.
490 </para>
[ab3a3af7]491 <indexterm zone="apache rotatelogs">
492 <primary sortas="b-rotatelogs">rotatelogs</primary>
493 </indexterm>
494 </listitem>
495 </varlistentry>
[efe28817]496
[ab3a3af7]497 </variablelist>
[efe28817]498
[ab3a3af7]499 </sect2>
[efe28817]500
[f45b1953]501</sect1>
Note: See TracBrowser for help on using the repository browser.