]> git.pld-linux.org Git - packages/apache1.git/blob - apache1.spec
- cosmetics
[packages/apache1.git] / apache1.spec
1 # TODO
2 # - separate package for /errordocs
3 # - documentroot and cgi-dir out of /home/services
4 #
5 # Conditional build:
6 %bcond_with     rewrite_ldap    # enable ldap map support for mod_rewrite (alpha)
7 %bcond_without  ipv6            # disable IPv6 support
8 %bcond_with     minimal         # minimal apache, without any modules
9 #
10 %include        /usr/lib/rpm/macros.perl
11 Summary:        The most widely used Web server on the Internet
12 Summary(cs):    Nejroz¹íøenìj¹í WWW server v Internetu
13 Summary(da):    Den mest brugte web-tjener på Internet
14 Summary(de):    Der am häufigsten verwendete Web-Server im Internet
15 Summary(es):    El servidor web más conocido y usado en Internet
16 Summary(fr):    Le serveur Web le plus utilisé sur Internet
17 Summary(id):    Web server yang paling banyak digunakan di Internet
18 Summary(is):    Vinsælasti vefþjónninn á Netinu
19 Summary(it):    Il web server più diffuso su Internet
20 Summary(ja):    ¥¤¥ó¥¿¡¼¥Í¥Ã¥È¾å¤ÇºÇ¤â°ìÈÌŪ¤Ë»ÈÍѤµ¤ì¤Æ¤¤¤ë Web ¥µ¡¼¥Ð¡¼
21 Summary(nb):    Den mest utbredte web-tjeneren på Internett
22 Summary(pl):    Serwer WWW (World Wide Web)
23 Summary(pt):    O servidor Web mais largamente utilizado em toda a Internet
24 Summary(pt_BR): Servidor HTTPD para prover serviços WWW
25 Summary(ru):    óÁÍÙÊ ÐÏÐÕÌÑÒÎÙÊ Web-Server
26 Summary(sk):    Najviac pou¾ívaný Web server na Internete
27 Summary(sl):    Najbolj uporabljani spletni stre¾nik interneta
28 Summary(sv):    Den mest använda webbservern på Internet
29 Summary(tr):    Lider WWW tarayýcý
30 Summary(uk):    îÁÊÐÏÐÕÌÑÒΦÛÉÊ Web-Server
31 Summary(zh_CN): Internet ÉÏÓ¦ÓÃ×î¹ã·ºµÄ Web ·þÎñ³ÌÐò¡£
32 Name:           apache1
33 Version:        1.3.33
34 Release:        3.7
35 License:        Apache Group
36 Group:          Networking/Daemons
37 Source0:        http://www.apache.org/dist/httpd/apache_%{version}.tar.gz
38 # Source0-md5:  3dfd2c3778f37a2dfc22b97417a61407
39 Source1:        %{name}.init
40 Source2:        %{name}.logrotate
41 Source3:        apache-icons.tar.gz
42 # Source3-md5:  2b085cbc19fd28536dc883f0b864cd83
43 Source4:        %{name}.sysconfig
44 Source5:        http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/apache-non-english-man-pages.tar.bz2
45 # Source5-md5:  74ff6e8d8a7b365b48ed10a52fbeb84e
46 Source6:        %{name}.monitrc
47 Source7:        %{name}-httpd.conf
48 Source8:        %{name}-common.conf
49 Source9:        %{name}-mod_status.conf
50 Source10:       %{name}-mod_proxy.conf
51 Source11:       %{name}-mod_autoindex.conf
52 Source12:       %{name}-mod_dir.conf
53 Source13:       %{name}-mod_info.conf
54 Source14:       %{name}-mod_log_config.conf
55 Source15:       %{name}-mod_userdir.conf
56 Source16:       %{name}-mod_mime_magic.conf
57 Source17:       %{name}-mod_alias.conf
58 Source18:       %{name}-mod_negotiation.conf
59 Source19:       %{name}-mod_mime.conf
60 Source20:       %{name}-mod_actions.conf
61 Source21:       %{name}-mod_cern_meta.conf
62 Source22:       %{name}-mod_setenvif.conf
63 Source23:       %{name}-mod_vhost_alias.conf
64 Source24:       %{name}-errordocs.conf
65 Patch0:         %{name}-PLD.patch
66 Patch1:         %{name}-suexec.patch
67 Patch2:         %{name}-errordocs.patch
68 Patch3:         %{name}-apxs.patch
69 Patch4:         %{name}-mod_ssl-addon.patch
70 Patch5:         %{name}-mod_ssl-eapi.patch
71 Patch6:         %{name}-EAPI_MM_CORE_PATH-correction.patch
72 Patch7:         %{name}-EAPI_MM=SYSTEM.patch
73 Patch8:         %{name}-ipv6-PLD.patch
74 Patch9:         %{name}-modules_symbols.patch
75 Patch10:        %{name}-apxs_force_rm_cp.patch
76 Patch11:        %{name}-db3.patch
77 Patch12:        %{name}-lookup_map_ldap.patch
78 Patch13:        %{name}-man.patch
79 Patch14:        %{name}-fpic.patch
80 Patch15:        %{name}-buff.patch
81 Patch16:        %{name}-mkstemp.patch
82 Patch17:        %{name}-EAPI-missing_files.patch
83 Patch18:        %{name}-PLD-nov6.patch
84 Patch19:        %{name}-configdir_skip_backups.patch
85 Patch20:        %{name}-apxs-quiet.patch
86 Patch21:        %{name}-db4.patch
87 URL:            http://www.apache.org/
88 BuildRequires:  db-devel >= 4.1
89 BuildRequires:  mm-devel >= 1.3.0
90 %{?with_rewrite_ldap:BuildRequires:     openldap-devel}
91 BuildRequires:  rpmbuild(macros) >= 1.159
92 BuildRequires:  rpm-perlprov
93 PreReq:         mm
94 PreReq:         perl-base
95 PreReq:         rc-scripts
96 Requires(pre):  /bin/id
97 %if %{without minimal}
98 Requires:       %{name}-mod_access = %{version}-%{release}
99 Requires:       %{name}-mod_alias = %{version}-%{release}
100 %endif
101 Requires(pre):  /usr/bin/getent
102 Requires(pre):  /usr/bin/getgid
103 Requires(pre):  /usr/sbin/groupadd
104 Requires(pre):  /usr/sbin/useradd
105 Requires(pre):  /usr/sbin/usermod
106 Requires(pre):  textutils
107 Requires(post,preun):   /sbin/chkconfig
108 Requires(postun):       /usr/sbin/groupdel
109 Requires(postun):       /usr/sbin/userdel
110 Requires(triggerpostun):        sed >= 4.0
111 Requires:       /etc/mime.types
112 Requires:       %{name}-apxs = %{version}-%{release}
113 Requires:       mailcap
114 Requires:       psmisc >= 20.1
115 Provides:       %{name}(EAPI) = %{version}-%{release}
116 Provides:       group(http)
117 Provides:       httpd
118 Provides:       user(http)
119 Provides:       webserver = apache
120 Provides:       apache = %{version}-%{release}
121 %{?with_ipv6:Provides:  apache1(ipv6)}
122 Obsoletes:      apache < 2.0.0
123 Obsoletes:      apache-extra
124 Obsoletes:      apache6
125 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
126
127 %define         _sysconfdir     /etc/apache
128 %define         _includedir     %{_prefix}/include/apache1
129 %define         _libexecdir     %{_prefix}/%{_lib}/apache1
130 %define         _datadir        %{httpdir}
131 %define         apxs            /usr/sbin/apxs1
132 %define         httpdir         /home/services/apache
133 %define         manualdir       %{_prefix}/share/apache1-manual
134
135 %description
136 Apache is a powerful, full-featured, efficient and freely-available
137 Web server. Apache is also the most popular Web server on the
138 Internet.
139
140 %description -l cs
141 Apache je výkonný plnì funkèní efektivní a volnì dostupný WWW server.
142 Je to nejpopulárnìj¹í WWW server v Internetu.
143
144 %description -l da
145 Apache er en stærk, funktionsrig, effektiv og frit tilgængelig
146 web-tjener. Apache er også den mest populære web-tjener på Internet.
147
148 %description -l de
149 Apache ist ein leistungsfähiger, frei verfügbarer und effizienter
150 Web-Server mit umfassenden Funktionen. Apache ist zudem der populärste
151 Web-Server im Internet.
152
153 %description -l es
154 El servidor web Apache es el mejor servidor gratuito disponible en el
155 mundo UNIX hoy. Usa HTTP (HyperText Transfer Protocol) para permitir
156 que browsers web vean documentos y sometan datos remotamente. Puede
157 ejecutar varias funciones diferentes, incluyendo funciones de proxy y
158 caché, y nos ofrece características como monitor de estado, conversión
159 dinámica de tipo, y otras más.
160
161 %description -l fr
162 Apache est un serveur Web puissant, efficace, gratuit et complet.
163 Apache est aussi le serveur Web le plus populaire sur Internet.
164
165 %description -l id
166 Apache adalah Web server yang powerful, efisien, kaya akan feature,
167 dan tersedia dengan free. Apache juga merupakan Web server yang paling
168 populer di Internet.
169
170 %description -l is
171 Apache er mjög öflugur og háþróaður vefþjónn sem er ókeypis. Apache er
172 einnig mest notaði vefþjónninn á Internetinu.
173
174 %description -l it
175 Apache è un Web server potente, dotato di tutte le caratteristiche,
176 efficiente e gratuito. Ed è anche il web server più diffuso su
177 Internet.
178
179 %description -l ja
180 Apache ¤Ï¶¯ÎϤǽ¼¼Â¤·¤¿µ¡Ç½¤ò»ý¤Ä̵½þ¤Î Web ¥µ¡¼¥Ð¡¼
181 ¤Ç¤¹¡£¤Þ¤¿¡¢apache ¤Ï¥¤¥ó¥¿¡¼¥Í¥Ã¥È¾å¤ÇºÇ¤â°ìÈÌŪ¤Ë»ÈÍÑ ¤µ¤ì¤Æ¤¤¤ë Web
182 ¥µ¡¼¥Ð¡¼¤Ç¤¹¡£
183
184 %description -l nb
185 Apache er en kraftig, funksjonsrik, effektiv og fritt tilgjengelig
186 web-tjener. Apache er også den mest populære web-tjeneren på Internet.
187
188 %description -l pl
189 Apache jest serwerem WWW (World Wide Web). Instaluj±c ten pakiet
190 bêdziesz móg³ prezentowaæ w³asne strony WWW w sieci internet.
191
192 %description -l pt
193 O Apache é um servidor de Web poderoso, cheio de potencialidades,
194 eficiente e gratuito. O Apache é também o servidor Web mais conhecido
195 na Internet.
196
197 %description -l pt_BR
198 O servidor web Apache é o melhor servidor gratuito disponível no mundo
199 UNIX hoje. Ele usa HTTP (HyperText Transfer Protocol) para permitir
200 que browsers web vejam documentos e submetam dados remotamente. Ele
201 pode executar várias funções diferentes, incluindo funções de proxy e
202 cache, e oferece características como monitor de status, conversão
203 dinâmica de tipo, e mais.
204
205 %description -l ru
206 Apache - ÜÔÏ ÍÏÝÎÙÊ, ÐÏÌÎÏÆÕÎËÃÉÏÎÁÌØÎÙÊ, ÜÆÆÅËÔÉ×ÎÙÊ, Ó×ÏÂÏÄÎÏ
207 ÒÁÓÐÒÏÓÔÒÁÎÑÅÍÙÊ É ÓÁÍÙÊ ÐÏÐÕÌÑÒÎÙÊ × Internet WWW-ÓÅÒ×ÅÒ.
208
209 %description -l sk
210 Apache je výkonný, efektívny a voµne dostupný Web server, bohatý na
211 funkcie. Apache je tie¾ najpopulárnej¹ím Web serverom na Internete.
212
213 %description -l sv
214 Apache är en kraftfull, finessrik, effektiv och fritt tillgänglig
215 webbserver. Apache är också den populäraste webbservern på Internet.
216
217 %description -l tr
218 Apache serbest daðýtýlan ve çok kullanýlan yetenekli bir web
219 sunucusudur.
220
221 %description -l zh_CN
222 Apache Êǹ¦ÄÜÇ¿¾¢ÆëÈ«¡¢¸ßЧÇÒÃâ·ÑÌṩµÄ Web ·þÎñ³ÌÐò£¬ Í¬Ê±Ò²ÊÇ
223 Internet ÉÏ×îÁ÷ÐеĠWeb ·þÎñ³ÌÐò¡£
224
225 Èç¹ûÄúÐèÒª Web ·þÎñ³ÌÐò£¬Çë°²×° apache Èí¼þ°ü¡£
226
227 %package suexec
228 Summary:        Apache suexec wrapper
229 Summary(pl):    Suexec wrapper do serwera WWW Apache
230 Summary(ru):    Apache suEXEC CGI wrapper
231 Summary(uk):    Apache suEXEC CGI wrapper
232 Group:          Networking/Daemons
233 Requires:       %{name}(EAPI) = %{version}-%{release}
234 Obsoletes:      apache-suexec < 2.0.0
235
236 %description suexec
237 The suEXEC feature provides Apache users the ability to run CGI and
238 SSI programs under user IDs different from the user ID of the calling
239 web-server. Normally, when a CGI or SSI program executes, it runs as
240 the same user who is running the web server.
241
242 %description suexec -l pl
243 SuEXEC umo¿liwia serwerowi Apache uruchamianie programów CGI i SSI z
244 innym UID ni¿ wywo³uj±cy je serwer. Normalnie programy CGI i SSI s±
245 wykonywane jako taki sam u¿ytkownik jak serwer WWW.
246
247 %description suexec -l ru
248 ðÁËÅÔ suEXEC ÐÏÚ×ÏÌÑÅÔ ÚÁÐÕÓËÁÔØ CGI-ÐÒÏÇÒÁÍÍÙ ÐÏÄ user-id, ÏÔÌÉÞÎÙÍÉ
249 ÏÔ ÔÏÇÏ, ÐÏÄ ËÏÔÏÒÙÍ ÒÁÂÏÔÁÅÔ ×ÙÚÙ×ÁÀÝÉÊ ÉÈ web-ÓÅÒ×ÅÒ. âÕÄÕÞÉ
250 ÐÒÁ×ÉÌØÎÏ ÉÓÐÏÌØÚÏ×ÁÎÎÙÍ, ÜÔÏÔ ÐÁËÅÔ ÐÏÚ×ÏÌÑÅÔ ÚÁÍÅÔÎÏ ÓÎÉÚÉÔØ ÒÉÓË
251 ÎÁÒÕÛÅÎÉÑ ÓÉÓÔÅÍÎÏÊ ÂÅÚÏÐÁÓÎÏÓÔÉ, ×ÙÚ×ÁÎÎÙÊ ÒÁÚÒÅÛÅÎÉÅÍ ÚÁÐÕÓËÁ
252 ÐÏÌØÚÏ×ÁÔÅÌÑÍ CGI-ÐÒÏÇÒÁÍÍ. ÷ÍÅÓÔÅ Ó ÔÅÍ, ÂÕÄÕÞÉ ÎÅÐÒÁ×ÉÌØÎÏ
253 ÓËÏÎÆÉÇÕÒÉÒÏ×ÁÎÎÙÍ, ÜÔÏÔ ÐÁËÅÔ ÍÏÖÅÔ ÒÁÚÒÕÛÉÔØ ×ÁÛÕ ÓÉÓÔÅÍÕ, ÓÖÅÞØ ×ÁÛ
254 ÄÏÍ É ÕËÒÁÓÔØ ÄÅÎØÇÉ ÉÚ ×ÁÛÅÇÏ ÐÅÎÓÉÏÎÎÏÇÏ ÆÏÎÄÁ :)). åÓÌÉ ×Ù ÎÅ
255 ÉÍÅÅÔÅ ÏÐÙÔÁ ÒÁÂÏÔÙ Ó setuid root ÐÒÏÇÒÁÍÍÁÍÉ É ÐÒÏÂÌÅÍÁÍÉ ÓÉÓÔÅÍÎÏÊ
256 ÂÅÚÏÐÁÓÎÏÓÔÉ, ÐÏÒÏÖÄÅÎÎÙÍÉ ÉÈ ÐÒÉÍÅÎÅÎÉÅÍ, ÎÁÓÔÏÑÔÅÌØÎÏ ÒÅËÏÍÅÎÄÕÅÍ ÎÅ
257 ÉÓÐÏÌØÚÏ×ÁÔØ ÜÔÏÇÏ ÐÁËÅÔÁ...
258
259 %description suexec -l uk
260 ðÁËÅÔ suEXEC ÄÏÚ×ÏÌѤ ÚÁÐÕÓËÁÔÉ CGI-ÐÒÏÇÒÁÍɠЦĠuser-id, ×¦ÄͦÎÎÉÍ
261 צĠÔÏÇÏ, Ð¦Ä ÑËÉÍ ÐÒÁÃÀ¤ ÓÅÒ×ÅÒ. ðÒÉ ÐÒÁ×ÉÌØÎÏÍÕ ×ÉËÏÒÉÓÔÁÎΦ, ÃÅÊ
262 ÐÁËÅÔ ÄÏÚ×ÏÌѤ ÐÏͦÔÎÏ ÚÎÉÚÉÔÉ ÒÉÚÉË ÐÏÒÕÛÅÎÎÑ ÓÉÓÔÅÍÎϧ ÂÅÚÐÅËÉ,
263 ×ÉËÌÉËÁÎÉÊ ÄÏÚ×ÏÌÏÍ ÚÁÐÕÓËÕ ËÏÒÉÓÔÕ×ÁÞÁÍÉ CGI-ÐÒÏÇÒÁÍ. òÁÚÏÍ Ú ÔÉÍ,
264 ÐÒÉ ÎÅצÒÎÏÍÕ ËÏÎƦÇÕÒÕ×ÁÎΦ, ÃÅÊ ÐÁËÅÔ ÍÏÖÅ ÚÒÕÊÎÕ×ÁÔÉ ×ÁÛÉ ÓÉÓÔÅÍÕ,
265 ÓÐÁÌÉÔÉ ×Á۠Ħ͠¦ ×ËÒÁÓÔÉ ÇÒÏÛ¦ Ú ×ÁÛÏÇÏ ÐÅÎÓ¦ÊÎÏÇÏ ÆÏÎÄÕ :)). ñËÝÏ ×É
266 ÎÅ ÍÁ¤ÔÅ ÄÏÓצÄÕ ÒÏÂÏÔÉ Ú setuid root ÐÒÏÇÒÁÍÁÍÉ ÔÁ ÐÒÏÂÌÅÍÁÍÉ
267 ÓÉÓÔÅÍÎϧ ÂÅÚÐÅËÉ, ËÏÔÒ¦ ÐÏÒÏÄÖÅΦ ×ÉËÏÒÉÓÔÁÎÎÑÍ ÔÁËÉÈ ÐÒÏÇÒÁÍ,
268 ÎÁÓÔ¦ÊÌÉ×Ï ÒÁÄÉÍÏ ÎÅ ×ÉËÏÒÉÓÔÏ×Õ×ÁÔÉ ÃØÏÇÏ ÐÁËÅÔÕ...
269
270 %package apxs
271 Summary:        APache eXtenSion tool
272 Summary(pl):    Narzêdzie do rozszerzania Apache'a
273 Group:          Development/Tools
274
275 %description apxs
276 APache eXtenSion tool.
277
278 %description apxs -l pl
279 Narzêdzie do rozszerzania Apache'a.
280
281 %package tools
282 Summary:        Apache tools
283 Summary(pl):    Narzêdzia Apache'a
284 Group:          Development/Tools
285
286 %description tools
287 Apache tools.
288
289 %description tools -l pl
290 Narzêdzia Apache'a.
291
292 %package index
293 Summary:        Apache index.html* files
294 Summary(pl):    Pliki Apache index.html*
295 Group:          Documentation
296 Requires:       %{name} = %{version}-%{release}
297 Obsoletes:      indexhtml
298
299 %description index
300 Apache index.html* files.
301
302 %description index -l pl
303 Pliki Apache index.html*.
304
305 %package doc
306 Summary:        Apache 1.3.x manual
307 Summary(pl):    Podrêcznik do Apache'a 1.3.x
308 Group:          Documentation
309 Requires:       %{name} = %{version}-%{release}
310
311 %description doc
312 Apache 1.3.x manual.
313
314 %description doc -l pl
315 Podrêcznik do Apache'a 1.3.x.
316
317 %package devel
318 Summary:        Module development tools for the Apache web server
319 Summary(cs):    Hlavièkové soubory pro Apache Web server
320 Summary(da):    Header-filer for Apache webserveren
321 Summary(de):    Include-Dateien für den Apache Web-Server
322 Summary(es):    Archivos de inclusión del Apache para desarrollo de módulos
323 Summary(fr):    Fichiers à inclure pour le serveur Web Apache
324 Summary(id):    File header untuk Apache Web server
325 Summary(is):    Hausaskrár með Apache vefþjóninum
326 Summary(it):    File include per il web server Apache
327 Summary(ja):    Apache Web ¥µ¡¼¥Ð¡¼ÍѤγ«È¯¥Ä¡¼¥ë
328 Summary(nb):    Headerfiler for webtjeneren Apache
329 Summary(pl):    Pliki nag³ówkowe do tworzenia modu³ów rozszerzeñ do serwera WWW Apache
330 Summary(pt):    Ficheiros de inclusão para o servidor Web Apache
331 Summary(pt_BR): Arquivos de inclusão do Apache para desenvolvimento de módulos
332 Summary(ru):    æÁÊÌÙ ÚÁÇÏÌÏ×ËÏ× ÄÌÑ web server'Á Apache
333 Summary(sk):    Hlavièkové súbory pre Apache Web server
334 Summary(sl):    Glave za spletni stre¾nik Apache
335 Summary(sv):    Huvudfiler för webbservern Apache
336 Summary(uk):    úÁÓÏÂÉ ÓÔ×ÏÒÅÎÎÑ ÍÏÄÕ̦נÄÌÑ web server'Õ Apache
337 Summary(zh_CN): ÓÃÓÚ Apache Web ·þÎñ³ÌÐòµÄ¿ª·¢¹¤¾ß¡£
338 Group:          Networking/Utilities
339 Requires:       %{name}-apxs = %{version}-%{release}
340 Provides:       %{name}(EAPI)-devel = %{version}-%{release}
341 Provides:       apache(EAPI)-devel = %{version}-%{release}
342 %{?with_ipv6:Provides:  apache1(ipv6)-devel}
343 Obsoletes:      apache-devel < 2.0.0
344
345 %description devel
346 The apache-devel package contains header files for Apache.
347
348 %description devel -l cs
349 Balíèek apache-devel obsahuje hlavièkové soubory pro Apache.
350
351 %description devel -l da
352 Apache-devel pakken indeholder headerfiler for Apache.
353
354 %description devel -l de
355 Das Paket apache-devel enthält Header-Dateien für Apache.
356
357 %description devel -l es
358 Este paquete contiene los archivos de inclusión para el Apache.
359
360 %description devel -l fr
361 Le package apache-devel contient le code source pour le serveur Web
362 Apache.
363
364 %description devel -l id
365 Package apache-devel berisi source code dari Apache Web server.
366
367 %description devel -l is
368 Apache-devel pakkinn inniheldur frumkóða Apache vefþjónsins.
369
370 %description devel -l it
371 Il pacchetto apache-devel contiene i file header per Apache.
372
373 %description devel -l nb
374 Apache-devel pakken inneholder headerfiler for Apache.
375
376 %description devel -l pl
377 Pliki nag³ówkowe dla serwera WWW Apache.
378
379 %description devel -l pt
380 O pacote apache-devel contém outros ficheiros para o Apache.
381
382 %description devel -l pt_BR
383 Este pacote contem os arquivos de inclusão para o Apache.
384
385 %description devel -l ru
386 ðÁËÅÔ apache-devel ÓÏÄÅÒÖÉÔ ÈÅÄÅÒÙ ÄÌÑ Web Server'Á.
387
388 %description devel -l sk
389 Balík apache-devel obsahuje zdrojový kód Apache Web servera.
390
391 %description devel -l sv
392 Paketet apache-devel innehåller huvudfilerna för Apache.
393
394 %description devel -l uk
395 ðÁËÅÔ apache-devel Í¦ÓÔÉÔØ ÈÅÄÅÒÉ ÄÌÑ Web Server'Á.
396
397 %package mod_access
398 Summary:        Access control based on client hostname or IP address
399 Group:          Networking/Daemons
400 Requires:       %{name}(EAPI) = %{version}-%{release}
401 Provides:       apache(mod_access) = %{version}-%{release}
402
403 %description mod_access
404 The directives provided by mod_access are used in <Directory>,
405 <Files>, and <Location> sections as well as .htaccess files to control
406 access to particular parts of the server. Access can be controlled
407 based on the client hostname, IP address, or other characteristics of
408 the client request, as captured in environment variables. The Allow
409 and Deny directives are used to specify which clients are or are not
410 allowed access to the server, while the Order directive sets the
411 default access state, and configures how the Allow and Deny directives
412 interact with each other.
413
414 %package mod_actions
415 Summary:        Apache module for run CGI whenever a file of a certain type is requested
416 Summary(pl):    Modu³ dla apache do uruchamiania skryptów cgi
417 Group:          Networking/Daemons
418 Requires:       %{name}(EAPI) = %{version}-%{release}
419 Provides:       apache(mod_actions) = %{version}-%{release}
420 Obsoletes:      apache-mod_actions < 2.0.0
421
422 %description mod_actions
423 This package contains mod_actions module. This module lets you run CGI
424 scripts whenever a file of a certain type is requested. This makes it
425 much easier to execute scripts that process files.
426
427 %description mod_actions -l pl
428 Ten modu³ pozwala na uruchamianie skryptów w momencie gdy nadchodzi
429 ¿±danie pobrania pliku okre¶lonego typu.
430
431 %package mod_alias
432 Summary:        Mapping different parts of the host filesystem in the document tree, and URL redirection
433 Group:          Networking/Daemons
434 Requires:       %{name}(EAPI) = %{version}-%{release}
435 Provides:       apache(mod_alias) = %{version}-%{release}
436
437 %description mod_alias
438 This module provides for mapping different parts of the host
439 filesystem in the document tree, and for URL redirection.
440 The directives contained in this module allow for manipulation and
441 control of URLs as requests arrive at the server. The Alias and
442 ScriptAlias directives are used to map between URLs and filesystem
443 paths. This allows for content which is not directly under the
444 DocumentRoot to be served as part of the web document tree. The
445 ScriptAlias directive has the additional effect of marking the target
446 directory as containing only CGI scripts.
447
448 The Redirect directives are used to instruct clients to make a new
449 request with a different URL. They are often used when a resource has
450 moved to a new location.
451
452 A more powerful and flexible set of directives for manipulating URLs
453 is contained in the mod_rewrite module.
454
455 %package mod_asis
456 Summary:        Sending files which contain their own HTTP headers
457 Group:          Networking/Daemons
458 Requires:       %{name}(EAPI) = %{version}-%{release}
459 Provides:       apache(mod_asis) = %{version}-%{release}
460
461 %description mod_asis
462 This module provides the handler send-as-is which causes Apache to
463 send the document without adding most of the usual HTTP headers.
464
465 This can be used to send any kind of data from the server, including
466 redirects and other special HTTP responses, without requiring a
467 cgi-script or an nph script.
468
469 For historical reasons, this module will also process any file with
470 the mime type httpd/send-as-is.
471
472 %package mod_auth
473 Summary:        Apache module with user authentication using textual files
474 Summary(pl):    Modu³ autentykacji u¿ytkownika przy u¿yciu plików tekstowych dla Apache
475 Group:          Networking/Daemons
476 Requires:       %{name}(EAPI) = %{version}-%{release}
477 Requires:       htpasswd
478 Provides:       apache(mod_auth) = %{version}-%{release}
479 Obsoletes:      apache-mod_auth < 2.0.0
480
481 %description mod_auth
482 This package contains mod_auth module. It provides for user
483 authentication using textual files.
484
485 %description mod_auth -l pl
486 Ten pakiet zawiera modu³ mod_auth. S³u¿y on do autentykacji przy
487 u¿yciu plików tekstowych.
488
489 %package mod_auth_anon
490 Summary:        Apache module with "anonymous" user access authentication
491 Summary(pl):    Modu³ apache oferuj±cy anonimow± autoryzacjê u¿ytkownia
492 Group:          Networking/Daemons
493 Requires:       %{name}(EAPI) = %{version}-%{release}
494 Provides:       apache(mod_auth_anon) = %{version}-%{release}
495 Obsoletes:      apache-mod_auth_anon < 2.0.0
496
497 %description mod_auth_anon
498 This package contains mod_auth_anon module. It allows "anonymous" user
499 access to authenticated areas. It does access control in a manner
500 similar to anonymous FTP sites; i.e. have a 'magic' user id
501 'anonymous' and the email address as a password. These email addresses
502 can be logged. Combined with other (database) access control methods,
503 this allows for effective user tracking and customization according to
504 a user profile while still keeping the site open for 'unregistered'
505 users. One advantage of using Auth-based user tracking is that, unlike
506 magic-cookies and funny URL pre/postfixes, it is completely browser
507 independent and it allows users to share URLs.
508
509 %description mod_auth_anon -l pl
510 Ten modu³ oferuje anonimow± autoryzacjê u¿ytkownia podobnie do
511 anonimowych serwerów FTP (u¿ytkownik ,,anonymous'' oraz has³o w
512 postaci adresu pocztowego u¿ytkownika).
513
514 %package mod_auth_db
515 Summary:        Apache module with user authentication which uses Berkeley DB files
516 Summary(pl):    Modu³ apache z mechanizmem autentykacji u¿ywaj±cym plików Berkeley DB
517 Group:          Networking/Daemons
518 Requires(triggerpostun):        %{apxs}
519 Requires:       %{name}(EAPI) = %{version}-%{release}
520 Provides:       apache(mod_auth_db) = %{version}-%{release}
521 Obsoletes:      apache-mod_auth_db < 2.0.0
522
523 %description mod_auth_db
524 This package contains mod_auth_db module. It provides for user
525 authentication using Berkeley DB files. It is an alternative to DBM
526 files for those systems which support DB and not DBM. It is only
527 available in Apache 1.1 and later.
528
529 %description mod_auth_db -l pl
530 Ten pakiet zawiera modu³ mod_auth_db. Modu³ ten s³u¿y do autentykacji
531 ale jako plików danych u¿ywa Berkeley DB.
532
533 %package mod_auth_digest
534 Summary:        Apache user authentication module using MD5 Digest Authentication
535 Summary(pl):    Modu³ apache do autoryzacji MD5
536 Group:          Networking/Daemons
537 Requires:       %{name}(EAPI) = %{version}-%{release}
538 Obsoletes:      %{name}-mod_digest
539 Provides:       apache(mod_auth_digest) = %{version}-%{release}
540 Obsoletes:      apache-mod_auth_digest < 2.0.0
541
542 %description mod_auth_digest
543 This package contains mod_digest module. It provides user
544 authentication using MD5 Digest Authentication.
545
546 %description mod_auth_digest -l pl
547 Modu³ ten dostarcza metodê autoryzacji bazuj±c± na MD5 Digest
548 Authentication.
549
550 %package mod_autoindex
551 Summary:        Apache module - display index of files
552 Summary(pl):    Modu³ apache do wy¶wietlania indeksu plików
553 Group:          Networking/Daemons
554 Requires(triggerpostun):        %{apxs}
555 Provides:       apache(mod_autoindex) = %{version}-%{release}
556 Requires:       %{name}(EAPI) = %{version}-%{release}
557
558 %description mod_autoindex
559 This package contains mod_autoindex module. It provides
560 generation index of files.
561
562 %description mod_autoindex -l pl
563 Ten pakiet dostarcza modu³ autoindex, który generuje indeks plików.
564
565 %package mod_cern_meta
566 Summary:        Support for HTTP header metafiles
567 Group:          Networking/Daemons
568 Requires:       %{name}(EAPI) = %{version}-%{release}
569 Provides:       apache(mod_cern_meta) = %{version}-%{release}
570
571 %description mod_cern_meta
572 Emulate the CERN HTTPD Meta file semantics. Meta files are HTTP
573 headers that can be output in addition to the normal range of headers
574 for each file accessed. They appear rather like the Apache .asis
575 files, and are able to provide a crude way of influencing the Expires:
576 header, as well as providing other curiosities. There are many ways to
577 manage meta information, this one was chosen because there is already
578 a large number of CERN users who can exploit this module.
579
580 %package mod_cgi
581 Summary:        Invoking CGI scripts
582 Group:          Networking/Daemons
583 Requires:       %{name}(EAPI) = %{version}-%{release}
584 Provides:       apache(mod_cgi) = %{version}-%{release}
585
586 %description mod_cgi
587 Any file that has the mime type application/x-httpd-cgi or handler
588 cgi-script (Apache 1.1 or later) will be treated as a CGI script, and
589 run by the server, with its output being returned to the client. Files
590 acquire this type either by having a name containing an extension
591 defined by the AddType directive, or by being in a ScriptAlias
592 directory. Files that are not in a ScriptAlias directory, but which
593 are of type application/x-httpd-cgi by virtue of an AddType directive,
594 will still not be executed by the server unless Options ExecCGI is
595 enabled. See the Options directive for more details.
596
597 %package mod_define
598 Summary:        Apache module - authentication variables for arbitrary directives
599 Summary(pl):    Modu³ apache do definiowania zmiennych
600 Group:          Networking/Daemons
601 Requires:       %{name}(EAPI) = %{version}-%{release}
602 Provides:       apache(mod_define) = %{version}-%{release}
603 Obsoletes:      apache-mod_define < 2.0.0
604
605 %description mod_define
606 It provides the definition variables for arbitrary directives, i.e.
607 variables which can be expanded on any(!) directive line.
608
609 %description mod_define -l pl
610 Modu³ ten umo¿liwia definicjê zmiennych i dyrektyw.
611
612 %package mod_digest
613 Summary:        Older version of apache user authentication module using MD5 Digest Authentication
614 Summary(pl):    Starsza wersja modu³u apache do autoryzacji MD5
615 Group:          Networking/Daemons
616 Requires:       %{name}(EAPI) = %{version}-%{release}
617 Provides:       apache(mod_digest) = %{version}-%{release}
618 Obsoletes:      apache-mod_digest < 2.0.0
619
620 %description mod_digest
621 This package contains mod_digest module. It provides user
622 authentication using MD5 Digest Authentication. It implements an older
623 version of the MD5 Digest Authentication specification which will
624 probably not work with modern browsers. Please take a look at
625 mod_auth_digest which implements the most recent version of the
626 standard.
627
628 %description mod_digest -l pl
629 Modu³ ten dostarcza metodê autoryzacji bazuj±c± na MD5 Digest
630 Authentication. Implementuje on jedynie starsz± wersjê specyfikacji
631 autentykacji MD5, i mo¿e nie dzia³aæ z nowoczesnymi przegl±darkami.
632 Sprawd¼ mod_auth_digest je¶li potrzebujesz implementacji najnowszej
633 wersji standardu.
634
635 %package mod_dir
636 Summary:        Apache module for "trailing slash" redirects and serving directory index files
637 Summary(pl):    Modu³ oferuj±cy przekierowania i serwowanie indeksu katalogu.
638 Group:          Networking/Daemons
639 Requires:       %{name}(EAPI) = %{version}-%{release}
640 Provides:       apache(mod_dir) = %{version}-%{release}
641 Obsoletes:      apache-mod_dir < 2.0.0
642
643 %description mod_dir
644 This package contains mod_dir which provides "trailing slash"
645 redirects and serving directory index files.
646
647 %description mod_dir -l pl
648 Modu³ oferuj±cy przekierowania i serwowanie indeksu katalogu.
649
650 %package mod_env
651 Summary:        Passing of environments to CGI scripts
652 Group:          Networking/Daemons
653 Requires:       %{name}(EAPI) = %{version}-%{release}
654 Provides:       apache(mod_env) = %{version}-%{release}
655
656 %description mod_env
657 This module allows for control of the environment that will be
658 provided to CGI scripts and SSI pages. Environment variables may be
659 passed from the shell which invoked the httpd process. Alternatively,
660 environment variables may be set or unset within the configuration
661 process.
662
663 %package mod_expires
664 Summary:        Apache module which generates Expires HTTP headers
665 Summary(pl):    Modu³ generuj±cy nag³ówki HTTP Expires
666 Group:          Networking/Daemons
667 Requires:       %{name}(EAPI) = %{version}-%{release}
668 Provides:       apache(mod_expires) = %{version}-%{release}
669 Obsoletes:      apache-mod_expires < 2.0.0
670
671 %description mod_expires
672 This module controls the setting of the Expires HTTP header in server
673 responses. The expiration date can set to be relative to either the
674 time the source file was last modified, or to the time of the client
675 access.
676
677 %description mod_expires -l pl
678 Modu³ kontroluje ustawianie nag³ówka HTTP Expires. Data wyga¶niêcia
679 wa¿no¶ci mo¿e byæ ustalana w zale¿no¶ci od czasu modyfikacji plików
680 ¼ród³owych lub odwo³ania klienta.
681
682 %package mod_headers
683 Summary:        Apache module allows for the customization of HTTP response headers
684 Summary(pl):    Modu³ pozwalaj±cy na modyfikacjê nag³ówków HTTP
685 Group:          Networking/Daemons
686 Requires:       %{name}(EAPI) = %{version}-%{release}
687 Provides:       apache(mod_headers) = %{version}-%{release}
688 Obsoletes:      apache-mod_headers < 2.0.0
689
690 %description mod_headers
691 This package contains mod_headers module. The module allows for the
692 customization of HTTP response headers. Headers can be merged,
693 replaced or removed.
694
695 %description mod_headers -l pl
696 Modu³ pozwalaj±cy na ³±czenie, usuwania, zamianê nag³ówków HTTP
697 wysy³anych do przegl±darki.
698
699 %package mod_imap
700 Summary:        Apache module with imap-file handler
701 Summary(pl):    Modu³ z obs³ug± imap-file
702 Group:          Networking/Daemons
703 Requires:       %{name}(EAPI) = %{version}-%{release}
704 Provides:       apache(mod_imap) = %{version}-%{release}
705 Obsoletes:      apache-mod_imap < 2.0.0
706
707 %description mod_imap
708 This package contains mod_imap module. It provides for .map files,
709 replacing the functionality of the imagemap CGI program. Any directory
710 or document type configured to use the handler imap-file.
711
712 %description mod_imap -l pl
713 Modu³ umozliwiaj±cy obs³ugê plików .map (imap-file handler)
714
715 %package mod_include
716 Summary:        Server-parsed documents
717 Group:          Networking/Daemons
718 Requires:       %{name}(EAPI) = %{version}-%{release}
719 Provides:       apache(mod_include) = %{version}-%{release}
720
721 %description mod_include
722 This module provides a handler which will process files before they
723 are sent to the client. The processing is controlled by specially
724 formated SGML comments, referred to as elements. These elements allow
725 conditional text, the inclusion other files or programs, as well as
726 the setting and printing of environment variables.
727
728 %package mod_info
729 Summary:        Apache module with comprehensive overview of the server configuration
730 Summary(pl):    Modu³ dostarczaj±cy informacji na temat serwera.
731 Group:          Networking/Daemons
732 Requires:       %{name}(EAPI) = %{version}-%{release}
733 Provides:       apache(mod_info) = %{version}-%{release}
734 Obsoletes:      apache-mod_info < 2.0.0
735
736 %description mod_info
737 This package contains mod_info module. It provides a comprehensive
738 overview of the server configuration including all installed modules
739 and directives in the configuration files.
740
741 %description mod_info -l pl
742 Modu³ dostarczaj±cy informacji o konfiguracji serwera, zainstalowanych
743 modu³ach itp.
744
745 %package mod_log_agent
746 Summary:        Logging of User Agents
747 Group:          Networking/Daemons
748 Requires:       %{name}(EAPI) = %{version}-%{release}
749 Provides:       apache(mod_log_agent) = %{version}-%{release}
750
751 %description mod_log_agent
752 This module is provided strictly for compatibility with NCSA httpd,
753 and is deprecated. We recommend you use mod_log_config instead.
754
755 %package mod_log_config
756 Summary:        User-configurable logging replacement for mod_log_common
757 Group:          Networking/Daemons
758 Requires:       %{name}(EAPI) = %{version}-%{release}
759 Provides:       apache(mod_log_config) = %{version}-%{release}
760
761 %description mod_log_config
762 This module provides for flexible logging of client requests. Logs are
763 written in a customizable format, and may be written directly to a
764 file, or to an external program. Conditional logging is provided so
765 that individual requests may be included or excluded from the logs
766 based on characteristics of the request.
767
768 Three directives are provided by this module: TransferLog to create a
769 log file, LogFormat to set a custom format, and CustomLog to define a
770 log file and format in one step. The TransferLog and CustomLog
771 directives can be used multiple times in each server to cause each
772 request to be logged to multiple files.
773
774 %package mod_log_forensic
775 Summary:        Apache module for forensic logging of the requests
776 Summary:        Modu³ Apache'a do logowania ¿±dañ w celu pó¼niejszej analizy
777 Group:          Networking/Daemons
778 Requires:       %{name}(EAPI) = %{version}-%{release}
779 Provides:       apache(mod_log_forensic) = %{version}-%{release}
780 Obsoletes:      apache-mod_log_forensic < 2.0.0
781
782 %description mod_log_forensic
783 This module provides for forensic logging of client requests. Logging
784 is done before and after processing a request.
785
786 %description mod_log_forensic -l pl
787 Ten modu³ pozwala na logowanie ¿±dañ w celu pó¼niejszej analizy.
788 Logowanie jest wykonywane przed i po przetworzeniu ¿±dania.
789
790 %package mod_log_referer
791 Summary:        User-configurable logging replacement for mod_log_common
792 Group:          Networking/Daemons
793 Requires:       %{name}(EAPI) = %{version}-%{release}
794 Provides:       apache(mod_log_referer) = %{version}-%{release}
795
796 %description mod_log_referer
797 This module is provided strictly for compatibility with NCSA httpd,
798 and is deprecated. We recommend you use mod_log_config instead.
799
800 %package mod_mime
801 Summary:        Determining document types using file extensions
802 Group:          Networking/Daemons
803 Requires:       %{name}(EAPI) = %{version}-%{release}
804 Provides:       apache(mod_mime) = %{version}-%{release}
805
806 %description mod_mime
807 This module is used to determine various bits of "meta information"
808 about documents. This information relates to the content of the
809 document and is returned to the browser or used in content-negotiation
810 within the server. In addition, a "handler" can be set for a document,
811 which determines how the document will be processed within the server.
812
813 %package mod_mime_magic
814 Summary:        Determining document types using "magic numbers"
815 Group:          Networking/Daemons
816 Requires:       %{name}(EAPI) = %{version}-%{release}
817 Provides:       apache(mod_mime_magic) = %{version}-%{release}
818
819 %description mod_mime_magic
820 This module determines the MIME type of files in the same way the Unix
821 file(1) command works: it looks at the first few bytes of the file. It
822 is intended as a "second line of defense" for cases that mod_mime
823 can't resolve. To assure that mod_mime gets first try at determining a
824 file's MIME type, be sure to list mod_mime_magic before mod_mime in
825 the configuration.
826
827 This module is derived from a free version of the file(1) command for
828 Unix, which uses "magic numbers" and other hints from a file's
829 contents to figure out what the contents are. This module is active
830 only if the magic file is specified by the MimeMagicFile directive.
831
832 %package mod_mmap_static
833 Summary:        Apache module for mmap()ing statically configured list files
834 Summary(pl):    Modu³ s³u¿±cy do mmap()owania plików.
835 Group:          Networking/Daemons
836 Requires:       %{name}(EAPI) = %{version}-%{release}
837 Provides:       apache(mod_mmap_static) = %{version}-%{release}
838 Obsoletes:      apache-mod_mmap_static < 2.0.0
839
840 %description mod_mmap_static
841 This package contains mod_mmap_static module. It provides mmap()ing of
842 a statically configured list of frequently requested but not changed
843 files.
844
845 %description mod_mmap_static -l pl
846 Modu³ umo¿liwia mmap()owanie statycznie skonfigurowanych plików
847 (czêsto u¿ywanych ale nie ulegaj±cych zmianom).
848
849 %package mod_negotiation
850 Summary:        Content negotiation
851 Group:          Networking/Daemons
852 Requires:       %{name}(EAPI) = %{version}-%{release}
853 Provides:       apache(mod_negotiation) = %{version}-%{release}
854
855 %description mod_negotiation
856 Content negotiation, or more accurately content selection, is the
857 selection of the document that best matches the clients capabilities,
858 from one of several available documents. There are two implementations
859 of this.
860 - A type map (a file with the handler type-map) which explicitly lists
861   the files containing the variants.
862 - A MultiViews search (enabled by the MultiViews Option, where the
863   server does an implicit filename pattern match, and choose from
864   amongst the results.
865
866 %package mod_proxy
867 Summary:        Apache module with Web proxy
868 Summary(pl):    Modu³ dodaj±cy obs³ugê serwera proxy
869 Group:          Networking/Daemons
870 Requires(triggerpostun):        %{apxs}
871 Requires:       %{name}(EAPI) = %{version}-%{release}
872 Provides:       apache(mod_proxy) = %{version}-%{release}
873 Obsoletes:      apache-mod_proxy < 2.0.0
874
875 %description mod_proxy
876 This package contains module with implementation a proxy/cache for
877 Apache. It implements proxying capability for FTP, CONNECT (for SSL),
878 HTTP/0.9, and HTTP/1.0. The module can be configured to connect to
879 other proxy modules for these and other protocols.
880
881 %description mod_proxy -l pl
882 Modu³ zawiera implementacjê serwera proxy/cache dla Apache.
883 Iplementacja zawiera obs³ugê FTP, CONNECT (dla SSL), HTTP/0.9 i
884 HTTP/1.0.
885
886 %package mod_rewrite
887 Summary:        Apache module with rule-based engine for rewrite requested URLs on the fly
888 Summary(pl):    Modu³ do ,,przepisywania'' adresów URL w locie
889 Group:          Networking/Daemons
890 Requires:       %{name}(EAPI) = %{version}-%{release}
891 Provides:       apache(mod_rewrite) = %{version}-%{release}
892 Obsoletes:      apache-mod_rewrite < 2.0.0
893
894 %description mod_rewrite
895 This package contains It provides a rule-based rewriting engine to
896 rewrite requested URLs on the fly.
897
898 %description mod_rewrite -l pl
899 Modu³ oferuj±cy mo¿liwo¶æ ,,przepisywania'' adresów URL w locie.
900
901 %package mod_setenvif
902 Summary:        Set environment variables based on client information
903 Group:          Networking/Daemons
904 Requires:       %{name}(EAPI) = %{version}-%{release}
905 Provides:       apache(mod_setenvif) = %{version}-%{release}
906
907 %description mod_setenvif
908 The mod_setenvif module allows you to set environment variables
909 according to whether different aspects of the request match regular
910 expressions you specify. These environment variables can be used by
911 other parts of the server to make decisions about actions to be taken.
912
913 %package mod_speling
914 Summary:        Automatically correct minor typos in URLs
915 Group:          Networking/Daemons
916 Requires:       %{name}(EAPI) = %{version}-%{release}
917 Provides:       apache(mod_speling) = %{version}-%{release}
918
919 %description mod_speling
920 Requests to documents sometimes cannot be served by the core apache
921 server because the request was misspelled or miscapitalized. This
922 module addresses this problem by trying to find a matching document,
923 even after all other modules gave up. It does its work by comparing
924 each document name in the requested directory against the requested
925 document name without regard to case, and allowing up to one
926 misspelling (character insertion / omission / transposition or wrong
927 character). A list is built with all document names which were matched
928 using this strategy.
929
930 %package mod_status
931 Summary:        Server status report module for apache
932 Summary(pl):    Modu³ dostarczaj±cy informacje statystyczne o serwerze.
933 Group:          Networking/Daemons
934 Requires(triggerpostun):        %{apxs}
935 Requires:       %{name}(EAPI) = %{version}-%{release}
936 Provides:       apache(mod_status) = %{version}-%{release}
937 Obsoletes:      apache-mod_status < 2.0.0
938
939 %description mod_status
940 The Status module allows a server administrator to find out how well
941 their server is performing. A HTML page is presented that gives the
942 current server statistics in an easily readable form. If required this
943 page can be made to automatically refresh (given a compatible
944 browser).
945
946 %description mod_status -l pl
947 Modu³ pozwala administratorowi na przegl±danie statystyk dotycz±cych
948 pracy serwera apache (w postaci strony HTML).
949
950 %package mod_unique_id
951 Summary:        Apache module which provides a magic token for each request
952 Summary(pl):    Modu³ nadaj±cy ka¿demu ¿±daniu unikalny token
953 Group:          Networking/Daemons
954 Requires:       %{name}(EAPI) = %{version}-%{release}
955 Provides:       apache(mod_unique_id) = %{version}-%{release}
956 Obsoletes:      apache-mod_unique_id < 2.0.0
957
958 %description mod_unique_id
959 This package contains the mod_unique_id. This module provides a magic
960 token for each request which is guaranteed to be unique across "all"
961 requests under very specific conditions. The unique identifier is even
962 unique across multiple machines in a properly configured cluster of
963 machines. The environment variable UNIQUE_ID is set to the identifier
964 for each request. Unique identifiers are useful for various reasons
965 which are beyond the scope of this document.
966
967 %description mod_unique_id -l pl
968 Modu³ nadaje przy ka¿dym ¿±daniu token unikalny w ramach wszystkich
969 ¿±dañ, nawet w ramach poprawnie skonfigurowanego klastra z wielu
970 maszyn. Modu³ ustawia przy ka¿dym ¿±daniu zmienn± ¶rodowiskow±
971 UNIQUE_ID.
972
973 %package mod_userdir
974 Summary:        User home directories
975 Group:          Networking/Daemons
976 Requires:       %{name}(EAPI) = %{version}-%{release}
977 Provides:       apache(mod_userdir) = %{version}-%{release}
978
979 %description mod_userdir
980 This module provides for user-specific directories.
981
982 %package mod_usertrack
983 Summary:        Apache module for user tracking using cookies
984 Summary(pl):    Modu³ s³u¿±cy do ¶ledzenia u¿ytkowników przy u¿yciu ciasteczek
985 Group:          Networking/Daemons
986 Requires:       %{name}(EAPI) = %{version}-%{release}
987 Provides:       apache(mod_usertrack) = %{version}-%{release}
988 Obsoletes:      apache-mod_usertrack < 2.0.0
989
990 %description mod_usertrack
991 This package contains the user tracking module which did its own
992 logging using CookieLog directory. This module allow multiple log
993 files.
994
995 %description mod_usertrack -l pl
996 Modu³ pozwalaj±cy na ¶ledzenie u¿ytkowników przy pomocy ciasteczek.
997 Modu³ ma w³asne logowanie przy u¿yciu katalogu CookieLog; pozwala na
998 wiele plików logów.
999
1000 %package mod_vhost_alias
1001 Summary:        Apache module for dynamically configured mass virtual hosting
1002 Summary(pl):    Modu³ dodaj±cy obs³ugê hostów wirtualnych.
1003 Group:          Networking/Daemons
1004 Requires(triggerpostun):        %{apxs}
1005 Requires:       %{name}(EAPI) = %{version}-%{release}
1006 Provides:       apache(mod_vhost_alias) = %{version}-%{release}
1007 Obsoletes:      apache-mod_vhost_alias < 2.0.0
1008
1009 %description mod_vhost_alias
1010 This package contains the mod_vhost_alias. It provides support for
1011 dynamically configured mass virtual hosting.
1012
1013 %description mod_vhost_alias -l pl
1014 Modu³ umo¿liwia na dynamiczne konfigurowanie masowej ilo¶ci serwerów
1015 wirtualnych.
1016
1017 %package -n htpasswd-%{name}
1018 Summary:        Apache 1.x htpasswd utility
1019 Summary(pl):    Narzêdzie htpasswd z Apache'a 1.x
1020 Group:          Networking/Utilities
1021 Provides:       htpasswd
1022 Obsoletes:      htpasswd
1023
1024 %description -n htpasswd-%{name}
1025 htpasswd is used to create and update the flat-files used to store
1026 usernames and password for basic authentication of HTTP users. This
1027 package contains htpasswd from Apache 1.x; this version supports
1028 plaintext passwords and CRYPT (default), MD5 and SHA1 encryptions.
1029
1030 %description -n htpasswd-%{name} -l pl
1031 htpasswd s³u¿y do tworzenia i uaktualniania p³askich plików s³u¿±cych
1032 do przechowywania nazw u¿ytkowników i hase³ do uwierzytelnienia basic
1033 u¿ytkowników HTTP. Ten pakiet zawiera htpasswd z Apache'a 1.x; ta
1034 wersja obs³uguje has³a zapisane czystym tekstem oraz zakodowane
1035 algorytmami CRYPT (domy¶lnym), MD5 i SHA1.
1036
1037 %prep
1038 %setup -q -n apache_%{version} -a3
1039 %patch0 -p1
1040 %patch1 -p1
1041 %patch2 -p1
1042 %patch3 -p1
1043 %patch4 -p0
1044 %patch5 -p0
1045 %patch6 -p1
1046 %patch7 -p1
1047 %{?with_ipv6:%patch8 -p1}
1048 %patch9 -p1
1049 %patch10 -p1
1050 %patch11 -p1
1051 %{?with_rewrite_ldap:%patch12 -p1}
1052 %patch13 -p1
1053 %patch14 -p1
1054 %patch15 -p1
1055 %patch16 -p1
1056 %patch17 -p1
1057 %{!?with_ipv6:%patch18 -p1}
1058 %patch19 -p1
1059 %patch20 -p1
1060 %patch21 -p1
1061
1062 %build
1063 OPTIM="%{rpmcflags} -DHARD_SERVER_LIMIT=2048" \
1064 ./configure \
1065         --prefix=%{_sysconfdir} \
1066         --exec-prefix=%{_libexecdir} \
1067         --bindir=%{_bindir} \
1068         --sbindir=%{_sbindir} \
1069         --sysconfdir=%{_sysconfdir} \
1070         --datadir=%{_datadir} \
1071         --includedir=%{_includedir} \
1072         --libexecdir=%{_sysconfdir}/modules \
1073         --localstatedir=/var \
1074         --mandir=%{_mandir} \
1075         --manualdir=%{manualdir} \
1076         --runtimedir=/var/run \
1077         --logfiledir=/var/log/apache \
1078         --with-layout=PLD \
1079         --without-confadjust \
1080         --enable-module=all \
1081         --enable-module=auth_digest \
1082         --enable-shared=max \
1083         --proxycachedir=/var/cache/apache \
1084         --with-perl=%{_bindir}/perl \
1085         --enable-suexec \
1086         --suexec-caller=http \
1087         --suexec-uidmin=500 \
1088         --suexec-gidmin=500 \
1089         --suexec-docroot=%{_datadir} \
1090         --disable-rule=WANTHSREGEX \
1091         --enable-rule=EAPI \
1092         --target=apache \
1093         %{?with_ipv6:--enable-rule=INET6}
1094
1095 %{__make} \
1096         LIBS1="-lm -lcrypt -lmm -ldl"
1097
1098 rm -f src/modules/standard/mod_auth_db.so
1099 %{__make} -C src/modules/standard mod_auth_db.so \
1100         LIBS_SHLIB="-ldb"
1101
1102 rm -f src/modules/standard/mod_rewrite.so
1103 %{__make} -C src/modules/standard mod_rewrite.so \
1104         LIBS_SHLIB="-ldb %{?with_rewrite_ldap:-lldap -llber}"
1105
1106 %install
1107 rm -rf $RPM_BUILD_ROOT
1108 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,monit} \
1109         $RPM_BUILD_ROOT%{_datadir}/errordocs \
1110         $RPM_BUILD_ROOT%{_sysconfdir}/conf.d \
1111         $RPM_BUILD_ROOT%{_libexecdir} \
1112         $RPM_BUILD_ROOT/var/{log/{apache,archiv/apache},run/apache}
1113
1114 %{__make} -j1 install-quiet \
1115         root=$RPM_BUILD_ROOT
1116
1117 install %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/apache1
1118 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/apache
1119 install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/apache1
1120 bzip2 -dc %{SOURCE5} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
1121
1122 touch $RPM_BUILD_ROOT/var/log/apache/{access,error,agent,referer}_log
1123
1124 install errordocs/* $RPM_BUILD_ROOT%{_datadir}/errordocs
1125
1126 mv $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf conf/apache.conf.dist
1127 install %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
1128
1129 CFG="$RPM_BUILD_ROOT%{_sysconfdir}/conf.d"
1130
1131 echo "LoadModule access_module      modules/mod_access.so" > $CFG/01_mod_access.conf
1132 install %{SOURCE17}     $CFG/02_mod_alias.conf
1133 echo "LoadModule asis_module        modules/mod_asis.so" > $CFG/03_mod_asis.conf
1134 install %{SOURCE21} $CFG/04_mod_cern_meta.conf
1135 echo "LoadModule cgi_module         modules/mod_cgi.so" > $CFG/05_mod_cgi.conf
1136 echo "LoadModule env_module         modules/mod_env.so" > $CFG/06_mod_env.conf
1137 echo "LoadModule include_module     modules/mod_include.so" > $CFG/07_mod_include.conf
1138 echo "LoadModule log_agent_module   modules/mod_log_agent.so" > $CFG/08_mod_log_agent.conf
1139 install %{SOURCE14} $CFG/09_mod_log_config.conf
1140 echo "LoadModule log_referer_module modules/mod_log_referer.so" > $CFG/10_mod_log_referer.conf
1141 install %{SOURCE16}     $CFG/11_mod_mime_magic.conf
1142 install %{SOURCE19}     $CFG/12_mod_mime.conf
1143 install %{SOURCE18} $CFG/13_mod_negotiation.conf
1144 install %{SOURCE22}     $CFG/14_mod_setenvif.conf
1145 echo "LoadModule speling_module     modules/mod_speling.so" > $CFG/15_mod_speling.conf
1146 install %{SOURCE15}     $CFG/16_mod_userdir.conf
1147
1148 install %{SOURCE8}      $CFG/20_common.conf
1149
1150 install %{SOURCE23}     $CFG/20_mod_vhost_alias.conf
1151 install %{SOURCE9}      $CFG/25_mod_status.conf
1152 install %{SOURCE10}     $CFG/30_mod_proxy.conf
1153 install %{SOURCE20}     $CFG/50_mod_actions.conf
1154 echo "LoadModule auth_module    modules/mod_auth.so" > $CFG/51_mod_auth.conf
1155 echo "LoadModule auth_anon_module       modules/mod_auth_anon.so" > $CFG/52_mod_auth_anon.conf
1156 echo "LoadModule auth_db_module modules/mod_auth_db.so" > $CFG/53_mod_auth_db.conf
1157 echo "LoadModule auth_digest_module     modules/mod_auth_digest.so" > $CFG/54_mod_auth_digest.conf
1158 install %{SOURCE11}     $CFG/57_mod_autoindex.conf
1159 install %{SOURCE12}     $CFG/59_mod_dir.conf
1160 echo "LoadModule expires_module modules/mod_expires.so" > $CFG/67_mod_expires.conf
1161 echo "LoadModule headers_module modules/mod_headers.so" > $CFG/68_mod_headers.conf
1162 echo "LoadModule imap_module    modules/mod_imap.so" > $CFG/69_mod_imap.conf
1163 echo "LoadModule rewrite_module modules/mod_rewrite.so" > $CFG/70_mod_rewrite.conf
1164 echo "LoadModule usertrack_module       modules/mod_usertrack.so" > $CFG/71_mod_usertrack.conf
1165 echo "LoadModule unique_id_module       modules/mod_unique_id.so" > $CFG/72_mod_unique_id.conf
1166 echo "LoadModule define_module  modules/mod_define.so" > $CFG/73_mod_define.conf
1167 echo "LoadModule digest_module  modules/mod_digest.so" > $CFG/74_mod_digest.conf
1168 echo "LoadModule log_forensic_module    modules/mod_log_forensic.so" > $CFG/75_mod_log_forensic.conf
1169 echo "LoadModule mmap_static_module     modules/mod_mmap_static.so" > $CFG/76_mod_mmap_static.conf
1170 install %{SOURCE13} $CFG/77_mod_info.conf
1171 install %{SOURCE24}     $CFG/80_errordocs.conf
1172
1173 install %{SOURCE6} $RPM_BUILD_ROOT/etc/monit
1174
1175 ln -sf index.html.en $RPM_BUILD_ROOT%{_datadir}/html/index.html
1176
1177 mv $RPM_BUILD_ROOT%{_sbindir}/apxs $RPM_BUILD_ROOT%{apxs}
1178 mv $RPM_BUILD_ROOT%{_mandir}/man8/apxs.8 $RPM_BUILD_ROOT%{_mandir}/man8/apxs1.8
1179
1180 perl -p -i -e 's/^if ...O ne "MSWin32"./if (0)/' $RPM_BUILD_ROOT%{apxs}
1181
1182 mv $RPM_BUILD_ROOT%{_sysconfdir}/modules/* $RPM_BUILD_ROOT%{_libexecdir}
1183 rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/modules
1184 ln -s %{_libexecdir} $RPM_BUILD_ROOT%{_sysconfdir}/modules
1185 ln -s /var/log/apache $RPM_BUILD_ROOT%{_sysconfdir}/logs
1186
1187 ln -sf %{_bindir}/htpasswd $RPM_BUILD_ROOT%{_sbindir}
1188
1189 %clean
1190 rm -rf $RPM_BUILD_ROOT
1191
1192 %pre
1193 if [ -n "`getgid http`" ]; then
1194         if [ "`getgid http`" != "51" ]; then
1195                 echo "Error: group http doesn't have gid=51. Correct this before installing apache." 1>&2
1196                 exit 1
1197         fi
1198 else
1199         echo "Adding group http GID=51."
1200         /usr/sbin/groupadd -g 51 -r -f http
1201 fi
1202 if [ -n "`id -u http 2>/dev/null`" ]; then
1203         if [ "`id -u http`" != "51" ]; then
1204                 echo "Error: user http doesn't have uid=51. Correct this before installing apache." 1>&2
1205                 exit 1
1206         fi
1207         if [ "`getent passwd http | cut -d: -f6`" = "/home/httpd" ]; then
1208                 /usr/sbin/usermod -d %{httpdir} http
1209         fi
1210 else
1211         echo "Adding user http UID=51."
1212         /usr/sbin/useradd -u 51 -r -d %{httpdir} -s /bin/false -c "HTTP User" -g http http 1>&2
1213 fi
1214
1215 %post
1216 /sbin/chkconfig --add apache
1217 umask 137
1218 touch /var/log/apache/{access,error,agent,referer}_log
1219 if [ -f /var/lock/subsys/apache ]; then
1220         /etc/rc.d/init.d/apache restart 1>&2
1221 else
1222         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1223 fi
1224
1225 %preun
1226 if [ "$1" = "0" ]; then
1227         if [ -f /var/lock/subsys/apache ]; then
1228                 /etc/rc.d/init.d/apache stop 1>&2
1229         fi
1230         /sbin/chkconfig --del apache
1231 fi
1232
1233 %postun
1234 if [ "$1" = "0" ]; then
1235         %userremove http
1236         %groupremove http
1237 fi
1238
1239 %triggerpostun -- apache < 2.0.0
1240 if [ -z "`getgid http`" ]; then
1241         echo "Adding group http GID=51."
1242         /usr/sbin/groupadd -g 51 -r -f http
1243 fi
1244 if [ -z "`id -u http 2>/dev/null`" ]; then
1245         echo "Adding user http UID=51."
1246         /usr/sbin/useradd -u 51 -r -d %{httpdir} -s /bin/false -c "HTTP User" -g http http 1>&2
1247 fi
1248 /sbin/chkconfig --add apache
1249
1250 %triggerpostun -- apache1 < 1.3.33-1.85
1251 # upgrading from older version
1252 if [ "$1" = "2" ]; then
1253         sed -i -e '
1254                 # get apxs over confusion of changed ServerRoot
1255                 s,^\(LoadModule .*\) lib/apache1/,\1 modules/,
1256
1257                 # update ServerRoot
1258                 s,^ServerRoot.*,ServerRoot "/etc/apache",
1259         ' /etc/apache/apache.conf
1260 fi
1261
1262 %triggerpostun -- %{name} <= 1.3.31-5
1263 echo "WARNING!!!"
1264 echo "Since that version autoindex module has been separated to package %{name}-mod_autoindex"
1265 echo "If you want to have the same functionality do:"
1266 echo "poldek --upgrade %{name}-mod_autoindex"
1267 echo
1268
1269 %triggerpostun -- %{name} < 1.3.33-3.4
1270 echo "WARNING!!!"
1271 echo "Since that version following modules have been separated to subpackages"
1272 echo "If you want to have the same functionality do:"
1273 echo "poldek --upgrade %{name}-MODULENAME"
1274 echo
1275 cat <<EOF
1276         mod_asis
1277         mod_cern_meta
1278         mod_cgi
1279         mod_env
1280         mod_include
1281         mod_log_agent
1282         mod_log_config
1283         mod_log_referer
1284         mod_mime
1285         mod_mime_magic
1286         mod_negotiation
1287         mod_setenvif
1288         mod_speling
1289         mod_userdir
1290 EOF
1291
1292 %post mod_access
1293 if [ -f /var/lock/subsys/apache ]; then
1294         /etc/rc.d/init.d/apache restart 1>&2
1295 else
1296         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1297 fi
1298
1299 %postun mod_access
1300 if [ "$1" = "0" ]; then
1301         if [ -f /var/lock/subsys/apache ]; then
1302                 /etc/rc.d/init.d/apache restart 1>&2
1303         fi
1304 fi
1305
1306 %post mod_actions
1307 if [ -f /var/lock/subsys/apache ]; then
1308         /etc/rc.d/init.d/apache restart 1>&2
1309 else
1310         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1311 fi
1312
1313 %postun mod_actions
1314 if [ "$1" = "0" ]; then
1315         if [ -f /var/lock/subsys/apache ]; then
1316                 /etc/rc.d/init.d/apache restart 1>&2
1317         fi
1318 fi
1319
1320 %post mod_alias
1321 if [ -f /var/lock/subsys/apache ]; then
1322         /etc/rc.d/init.d/apache restart 1>&2
1323 else
1324         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1325 fi
1326
1327 %postun mod_alias
1328 if [ "$1" = "0" ]; then
1329         if [ -f /var/lock/subsys/apache ]; then
1330                 /etc/rc.d/init.d/apache restart 1>&2
1331         fi
1332 fi
1333
1334 %post mod_asis
1335 if [ -f /var/lock/subsys/apache ]; then
1336         /etc/rc.d/init.d/apache restart 1>&2
1337 else
1338         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1339 fi
1340
1341 %postun mod_asis
1342 if [ "$1" = "0" ]; then
1343         if [ -f /var/lock/subsys/apache ]; then
1344                 /etc/rc.d/init.d/apache restart 1>&2
1345         fi
1346 fi
1347
1348 %post mod_auth
1349 if [ -f /var/lock/subsys/apache ]; then
1350         /etc/rc.d/init.d/apache restart 1>&2
1351 else
1352         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1353 fi
1354
1355 %postun mod_auth
1356 if [ "$1" = "0" ]; then
1357         if [ -f /var/lock/subsys/apache ]; then
1358                 /etc/rc.d/init.d/apache restart 1>&2
1359         fi
1360 fi
1361
1362 %post mod_auth_anon
1363 if [ -f /var/lock/subsys/apache ]; then
1364         /etc/rc.d/init.d/apache restart 1>&2
1365 else
1366         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1367 fi
1368
1369 %postun mod_auth_anon
1370 if [ "$1" = "0" ]; then
1371         if [ -f /var/lock/subsys/apache ]; then
1372                 /etc/rc.d/init.d/apache restart 1>&2
1373         fi
1374 fi
1375
1376 %post mod_auth_db
1377 if [ -f /var/lock/subsys/apache ]; then
1378         /etc/rc.d/init.d/apache restart 1>&2
1379 else
1380         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1381 fi
1382
1383 %postun mod_auth_db
1384 if [ "$1" = "0" ]; then
1385         if [ -f /var/lock/subsys/apache ]; then
1386                 /etc/rc.d/init.d/apache restart 1>&2
1387         fi
1388 fi
1389
1390 %triggerpostun mod_auth_db -- apache-mod_auth_db <= 1.3.20-2
1391 %{apxs} -e -A -n auth_dbm %{_libexecdir}/mod_auth_dbm.so 1>&2
1392
1393 %post mod_auth_digest
1394 if [ "$1" = "0" ]; then
1395         if [ -f /var/lock/subsys/apache ]; then
1396                 /etc/rc.d/init.d/apache restart 1>&2
1397         else
1398                 echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1399         fi
1400 fi
1401
1402 %postun mod_auth_digest
1403 if [ "$1" = "0" ]; then
1404         if [ -f /var/lock/subsys/apache ]; then
1405                 /etc/rc.d/init.d/apache restart 1>&2
1406         fi
1407 fi
1408
1409 %post mod_autoindex
1410 if [ -f /var/lock/subsys/apache ]; then
1411         /etc/rc.d/init.d/apache restart 1>&2
1412 fi
1413
1414 %postun mod_autoindex
1415 if [ "$1" = "0" ]; then
1416         if [ -f /var/lock/subsys/apache ]; then
1417                 /etc/rc.d/init.d/apache restart 1>&2
1418         fi
1419 fi
1420
1421 %triggerpostun mod_autoindex -- apache1-mod_autoindex < 1.3.33-1.85
1422 %{apxs} -e -A -n autoindex %{_libexecdir}/mod_autoindex.so 1>&2
1423 sed -i -e '
1424         s,^Include.*mod_autoindex.conf,Include %{_sysconfdir}/conf.d/*_mod_autoindex.conf,
1425 ' /etc/apache/apache.conf
1426
1427 %post mod_cern_meta
1428 if [ -f /var/lock/subsys/apache ]; then
1429         /etc/rc.d/init.d/apache restart 1>&2
1430 else
1431         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1432 fi
1433
1434 %postun mod_cern_meta
1435 if [ "$1" = "0" ]; then
1436         if [ -f /var/lock/subsys/apache ]; then
1437                 /etc/rc.d/init.d/apache restart 1>&2
1438         fi
1439 fi
1440
1441 %post mod_cgi
1442 if [ -f /var/lock/subsys/apache ]; then
1443         /etc/rc.d/init.d/apache restart 1>&2
1444 else
1445         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1446 fi
1447
1448 %postun mod_cgi
1449 if [ "$1" = "0" ]; then
1450         if [ -f /var/lock/subsys/apache ]; then
1451                 /etc/rc.d/init.d/apache restart 1>&2
1452         fi
1453 fi
1454
1455 %post mod_define
1456 if [ -f /var/lock/subsys/apache ]; then
1457         /etc/rc.d/init.d/apache restart 1>&2
1458 else
1459         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1460 fi
1461
1462 %postun mod_define
1463 if [ "$1" = "0" ]; then
1464         if [ -f /var/lock/subsys/apache ]; then
1465                 /etc/rc.d/init.d/apache restart 1>&2
1466         fi
1467 fi
1468
1469 %post mod_digest
1470 if [ -f /var/lock/subsys/apache ]; then
1471         /etc/rc.d/init.d/apache restart 1>&2
1472 else
1473         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1474 fi
1475
1476 %postun mod_digest
1477 if [ "$1" = "0" ]; then
1478         if [ -f /var/lock/subsys/apache ]; then
1479                 /etc/rc.d/init.d/apache restart 1>&2
1480         fi
1481 fi
1482
1483 %post mod_dir
1484 if [ -f /var/lock/subsys/apache ]; then
1485         /etc/rc.d/init.d/apache restart 1>&2
1486 else
1487         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1488 fi
1489
1490 %postun mod_dir
1491 if [ "$1" = "0" ]; then
1492         if [ -f /var/lock/subsys/apache ]; then
1493                 /etc/rc.d/init.d/apache restart 1>&2
1494         fi
1495 fi
1496
1497 %post mod_env
1498 if [ -f /var/lock/subsys/apache ]; then
1499         /etc/rc.d/init.d/apache restart 1>&2
1500 else
1501         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1502 fi
1503
1504 %postun mod_env
1505 if [ "$1" = "0" ]; then
1506         if [ -f /var/lock/subsys/apache ]; then
1507                 /etc/rc.d/init.d/apache restart 1>&2
1508         fi
1509 fi
1510
1511 %post mod_expires
1512 if [ -f /var/lock/subsys/apache ]; then
1513         /etc/rc.d/init.d/apache restart 1>&2
1514 else
1515         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1516 fi
1517
1518 %postun mod_expires
1519 if [ "$1" = "0" ]; then
1520         if [ -f /var/lock/subsys/apache ]; then
1521                 /etc/rc.d/init.d/apache restart 1>&2
1522         fi
1523 fi
1524
1525 %post mod_headers
1526 if [ -f /var/lock/subsys/apache ]; then
1527         /etc/rc.d/init.d/apache restart 1>&2
1528 else
1529         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1530 fi
1531
1532 %postun mod_headers
1533 if [ "$1" = "0" ]; then
1534         if [ -f /var/lock/subsys/apache ]; then
1535                 /etc/rc.d/init.d/apache restart 1>&2
1536         fi
1537 fi
1538
1539 %post mod_imap
1540 if [ -f /var/lock/subsys/apache ]; then
1541         /etc/rc.d/init.d/apache restart 1>&2
1542 else
1543         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1544 fi
1545
1546 %postun mod_imap
1547 if [ "$1" = "0" ]; then
1548         if [ -f /var/lock/subsys/apache ]; then
1549                 /etc/rc.d/init.d/apache restart 1>&2
1550         fi
1551 fi
1552
1553 %post mod_include
1554 if [ -f /var/lock/subsys/apache ]; then
1555         /etc/rc.d/init.d/apache restart 1>&2
1556 else
1557         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1558 fi
1559
1560 %postun mod_include
1561 if [ "$1" = "0" ]; then
1562         if [ -f /var/lock/subsys/apache ]; then
1563                 /etc/rc.d/init.d/apache restart 1>&2
1564         fi
1565 fi
1566
1567 %post mod_info
1568 if [ -f /var/lock/subsys/apache ]; then
1569         /etc/rc.d/init.d/apache restart 1>&2
1570 else
1571         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1572 fi
1573
1574 %postun mod_info
1575 if [ "$1" = "0" ]; then
1576         if [ -f /var/lock/subsys/apache ]; then
1577                 /etc/rc.d/init.d/apache restart 1>&2
1578         fi
1579 fi
1580
1581 %post mod_log_agent
1582 if [ -f /var/lock/subsys/apache ]; then
1583         /etc/rc.d/init.d/apache restart 1>&2
1584 else
1585         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1586 fi
1587
1588 %postun mod_log_agent
1589 if [ "$1" = "0" ]; then
1590         if [ -f /var/lock/subsys/apache ]; then
1591                 /etc/rc.d/init.d/apache restart 1>&2
1592         fi
1593 fi
1594
1595 %post mod_log_config
1596 if [ -f /var/lock/subsys/apache ]; then
1597         /etc/rc.d/init.d/apache restart 1>&2
1598 else
1599         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1600 fi
1601
1602 %postun mod_log_config
1603 if [ "$1" = "0" ]; then
1604         if [ -f /var/lock/subsys/apache ]; then
1605                 /etc/rc.d/init.d/apache restart 1>&2
1606         fi
1607 fi
1608
1609 %post mod_log_forensic
1610 if [ -f /var/lock/subsys/apache ]; then
1611         /etc/rc.d/init.d/apache restart 1>&2
1612 else
1613         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1614 fi
1615
1616 %postun mod_log_forensic
1617 if [ "$1" = "0" ]; then
1618         if [ -f /var/lock/subsys/apache ]; then
1619                 /etc/rc.d/init.d/apache restart 1>&2
1620         fi
1621 fi
1622
1623 %post mod_log_referer
1624 if [ -f /var/lock/subsys/apache ]; then
1625         /etc/rc.d/init.d/apache restart 1>&2
1626 else
1627         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1628 fi
1629
1630 %postun mod_log_referer
1631 if [ "$1" = "0" ]; then
1632         if [ -f /var/lock/subsys/apache ]; then
1633                 /etc/rc.d/init.d/apache restart 1>&2
1634         fi
1635 fi
1636
1637 %post mod_mime
1638 if [ -f /var/lock/subsys/apache ]; then
1639         /etc/rc.d/init.d/apache restart 1>&2
1640 else
1641         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1642 fi
1643
1644 %postun mod_mime
1645 if [ "$1" = "0" ]; then
1646         if [ -f /var/lock/subsys/apache ]; then
1647                 /etc/rc.d/init.d/apache restart 1>&2
1648         fi
1649 fi
1650
1651 %post mod_mime_magic
1652 if [ -f /var/lock/subsys/apache ]; then
1653         /etc/rc.d/init.d/apache restart 1>&2
1654 else
1655         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1656 fi
1657
1658 %postun mod_mime_magic
1659 if [ "$1" = "0" ]; then
1660         if [ -f /var/lock/subsys/apache ]; then
1661                 /etc/rc.d/init.d/apache restart 1>&2
1662         fi
1663 fi
1664
1665 %post mod_mmap_static
1666 if [ -f /var/lock/subsys/apache ]; then
1667         /etc/rc.d/init.d/apache restart 1>&2
1668 else
1669         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1670 fi
1671
1672 %postun mod_mmap_static
1673 if [ "$1" = "0" ]; then
1674         if [ -f /var/lock/subsys/apache ]; then
1675                 /etc/rc.d/init.d/apache restart 1>&2
1676         fi
1677 fi
1678
1679 %post mod_negotiation
1680 if [ -f /var/lock/subsys/apache ]; then
1681         /etc/rc.d/init.d/apache restart 1>&2
1682 else
1683         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1684 fi
1685
1686 %postun mod_negotiation
1687 if [ "$1" = "0" ]; then
1688         if [ -f /var/lock/subsys/apache ]; then
1689                 /etc/rc.d/init.d/apache restart 1>&2
1690         fi
1691 fi
1692
1693 %post mod_proxy
1694 if [ -f /var/lock/subsys/apache ]; then
1695         /etc/rc.d/init.d/apache restart 1>&2
1696 else
1697         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1698 fi
1699
1700 %postun mod_proxy
1701 if [ "$1" = "0" ]; then
1702         if [ -f /var/lock/subsys/apache ]; then
1703                 /etc/rc.d/init.d/apache restart 1>&2
1704         fi
1705 fi
1706
1707 %triggerpostun mod_proxy -- apache1-mod_proxy < 1.3.33-1.85
1708 %{apxs} -e -A -n proxy %{_libexecdir}/libproxy.so 1>&2
1709 sed -i -e '
1710         s,^Include.*mod_proxy.conf,Include %{_sysconfdir}/conf.d/*_mod_proxy.conf,
1711 ' /etc/apache/apache.conf
1712
1713 %post mod_rewrite
1714 if [ -f /var/lock/subsys/apache ]; then
1715         /etc/rc.d/init.d/apache restart 1>&2
1716 else
1717         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1718 fi
1719
1720 %postun mod_rewrite
1721 if [ "$1" = "0" ]; then
1722         if [ -f /var/lock/subsys/apache ]; then
1723                 /etc/rc.d/init.d/apache restart 1>&2
1724         fi
1725 fi
1726
1727 %post mod_setenvif
1728 if [ -f /var/lock/subsys/apache ]; then
1729         /etc/rc.d/init.d/apache restart 1>&2
1730 else
1731         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1732 fi
1733
1734 %postun mod_setenvif
1735 if [ "$1" = "0" ]; then
1736         if [ -f /var/lock/subsys/apache ]; then
1737                 /etc/rc.d/init.d/apache restart 1>&2
1738         fi
1739 fi
1740
1741 %post mod_speling
1742 if [ -f /var/lock/subsys/apache ]; then
1743         /etc/rc.d/init.d/apache restart 1>&2
1744 else
1745         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1746 fi
1747
1748 %postun mod_speling
1749 if [ "$1" = "0" ]; then
1750         if [ -f /var/lock/subsys/apache ]; then
1751                 /etc/rc.d/init.d/apache restart 1>&2
1752         fi
1753 fi
1754
1755 %post mod_status
1756 if [ -f /var/lock/subsys/apache ]; then
1757         /etc/rc.d/init.d/apache restart 1>&2
1758 else
1759         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1760 fi
1761
1762 %postun mod_status
1763 if [ "$1" = "0" ]; then
1764         if [ -f /var/lock/subsys/apache ]; then
1765                 /etc/rc.d/init.d/apache restart 1>&2
1766         fi
1767 fi
1768
1769 %triggerpostun mod_status -- apache1-mod_status < 1.3.33-1.85
1770 %{apxs} -e -A -n status %{_libexecdir}/mod_status.so 1>&2
1771 sed -i -e '
1772         s,^Include.*mod_status.conf,Include %{_sysconfdir}/conf.d/*_mod_status.conf,
1773 ' /etc/apache/apache.conf
1774
1775 %post mod_unique_id
1776 if [ -f /var/lock/subsys/apache ]; then
1777         /etc/rc.d/init.d/apache restart 1>&2
1778 else
1779         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1780 fi
1781
1782 %postun mod_unique_id
1783 if [ "$1" = "0" ]; then
1784         if [ -f /var/lock/subsys/apache ]; then
1785                 /etc/rc.d/init.d/apache restart 1>&2
1786         fi
1787 fi
1788
1789 %post mod_userdir
1790 if [ -f /var/lock/subsys/apache ]; then
1791         /etc/rc.d/init.d/apache restart 1>&2
1792 else
1793         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1794 fi
1795
1796 %postun mod_userdir
1797 if [ "$1" = "0" ]; then
1798         if [ -f /var/lock/subsys/apache ]; then
1799                 /etc/rc.d/init.d/apache restart 1>&2
1800         fi
1801 fi
1802
1803 %post mod_usertrack
1804 if [ -f /var/lock/subsys/apache ]; then
1805         /etc/rc.d/init.d/apache restart 1>&2
1806 else
1807         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1808 fi
1809
1810 %postun mod_usertrack
1811 if [ "$1" = "0" ]; then
1812         if [ -f /var/lock/subsys/apache ]; then
1813                 /etc/rc.d/init.d/apache restart 1>&2
1814         fi
1815 fi
1816
1817 %post mod_vhost_alias
1818 if [ -f /var/lock/subsys/apache ]; then
1819         /etc/rc.d/init.d/apache restart 1>&2
1820 else
1821         echo "Run \"/etc/rc.d/init.d/apache start\" to start apache HTTP daemon."
1822 fi
1823
1824 %postun mod_vhost_alias
1825 if [ "$1" = "0" ]; then
1826         if [ -f /var/lock/subsys/apache ]; then
1827                 /etc/rc.d/init.d/apache restart 1>&2
1828         fi
1829 fi
1830
1831 %triggerpostun mod_vhost_alias -- apache1-mod_vhost_alias < 1.3.33-1.85
1832 %{apxs} -e -A -n vhost_alias %{_libexecdir}/mod_vhost_alias.so 1>&2
1833 sed -i -e '
1834         s,^Include.*mod_vhost_alias.conf,Include %{_sysconfdir}/conf.d/*_mod_vhost_alias.conf,
1835 ' /etc/apache/apache.conf
1836
1837 %files
1838 %defattr(644,root,root,755)
1839 %doc ABOUT_APACHE src/CHANGES README
1840 %doc conf/mime.types conf/apache.conf.dist
1841
1842 %attr(754,root,root) /etc/rc.d/init.d/apache
1843
1844 %attr(750,root,root) %dir %{_sysconfdir}
1845 %{_sysconfdir}/modules
1846 %{_sysconfdir}/logs
1847 %attr(750,root,root) %dir %{_sysconfdir}/conf.d
1848 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/apache.conf
1849 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_common.conf
1850 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_errordocs.conf
1851
1852 %attr(640,root,root) %{_sysconfdir}/magic
1853
1854 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/*
1855 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) /etc/logrotate.d/*
1856 %attr(750,root,root) %config(noreplace) %verify(not md5 size mtime) /etc/monit/*.monitrc
1857
1858 %dir %{_libexecdir}
1859
1860 %attr(755,root,root) %{_bindir}/checkgid
1861 %attr(755,root,root) %{_bindir}/htdigest
1862
1863 %attr(755,root,root) %{_sbindir}/apache
1864
1865 %dir %attr(1773,root,http) /var/run/apache
1866
1867 %{_mandir}/man8/apache.8*
1868
1869 %attr(750,root,logs) %dir /var/log/apache
1870 %attr(750,root,logs) %dir /var/log/archiv/apache
1871 %attr(640,root,logs) %ghost /var/log/apache/*
1872
1873 %dir %{_datadir}
1874 %attr(755,root,root) %dir %{_datadir}/html
1875
1876 %{_datadir}/errordocs
1877 %dir %{_datadir}/icons
1878 %{_datadir}/icons/*.gif
1879 %{_datadir}/icons/*.png
1880 %dir %{_datadir}/icons/small
1881 %{_datadir}/icons/small/*.gif
1882 %{_datadir}/icons/small/*.png
1883 %attr(755,root,root) %{_datadir}/cgi-bin
1884
1885 %files apxs
1886 %defattr(644,root,root,755)
1887 %attr(755,root,root) %{apxs}
1888 %{_mandir}/man8/apxs1.8*
1889
1890 %files tools
1891 %defattr(644,root,root,755)
1892 %attr(755,root,root) %{_sbindir}/ab
1893 %attr(755,root,root) %{_sbindir}/apachectl
1894 %attr(755,root,root) %{_sbindir}/logresolve
1895 %attr(755,root,root) %{_sbindir}/rotatelogs
1896 %{_mandir}/man1/htdigest.1*
1897 %{_mandir}/man8/ab*
1898 %{_mandir}/man8/apachectl*
1899 %{_mandir}/man8/[l-z]*
1900 %lang(hu) %{_mandir}/hu/man8/*
1901 %lang(ko) %{_mandir}/ko/man8/*
1902 %lang(pl) %{_mandir}/pl/man8/*
1903
1904 %files index
1905 %defattr(644,root,root,755)
1906 %config(noreplace,missingok) %{_datadir}/html/index.html
1907 # NOTE: html extensions are not the same as (g)libc locale names
1908 %lang(ca) %{_datadir}/html/index.html.ca
1909 %lang(cs) %{_datadir}/html/index.html.cz
1910 %lang(de) %{_datadir}/html/index.html.de
1911 %lang(da) %{_datadir}/html/index.html.dk
1912 %lang(et) %{_datadir}/html/index.html.ee
1913 %lang(el) %{_datadir}/html/index.html.el
1914 %{_datadir}/html/index.html.en
1915 %lang(es) %{_datadir}/html/index.html.es
1916 %lang(fr) %{_datadir}/html/index.html.fr
1917 %lang(he) %{_datadir}/html/index.html.he.iso8859-8
1918 %lang(hu) %{_datadir}/html/index.html.hu
1919 %lang(it) %{_datadir}/html/index.html.it
1920 %lang(ja) %{_datadir}/html/index.html.ja.jis
1921 %lang(ko) %{_datadir}/html/index.html.kr.iso-kr
1922 %lang(de_LU) %{_datadir}/html/index.html.lb.utf8
1923 %lang(nl) %{_datadir}/html/index.html.nl
1924 %lang(nn) %{_datadir}/html/index.html.nn
1925 %lang(nb) %{_datadir}/html/index.html.no
1926 %lang(pl) %{_datadir}/html/index.html.po.iso-pl
1927 %lang(pt) %{_datadir}/html/index.html.pt
1928 %lang(pt_BR) %{_datadir}/html/index.html.pt-br
1929 %lang(ru) %{_datadir}/html/index.html.ru.cp-1251
1930 %lang(ru) %{_datadir}/html/index.html.ru.cp866
1931 %lang(ru) %{_datadir}/html/index.html.ru.iso-ru
1932 %lang(ru) %{_datadir}/html/index.html.ru.koi8-r
1933 %lang(ru) %{_datadir}/html/index.html.ru.ucs2
1934 %lang(ru) %{_datadir}/html/index.html.ru.ucs4
1935 %lang(ru) %{_datadir}/html/index.html.ru.utf8
1936 %lang(sv) %{_datadir}/html/index.html.se
1937 %lang(zh_TW) %{_datadir}/html/index.html.zh-tw.big5
1938 %{_datadir}/html/*.gif
1939
1940 %files doc
1941 %defattr(644,root,root,755)
1942 %dir %{manualdir}
1943 %dir %{manualdir}/images
1944 %{manualdir}/images/apache_header.gif
1945 %{manualdir}/images/custom_errordocs.gif
1946 %{manualdir}/images/home.gif
1947 %{manualdir}/images/index.gif
1948 %{manualdir}/images/pixel.gif
1949 %{manualdir}/images/sub.gif
1950 %{manualdir}/misc
1951 %{manualdir}/LICENSE
1952 %{manualdir}/bind.html.html
1953 %{manualdir}/bind.html.en
1954 %lang(fr) %{manualdir}/bind.html.fr
1955 %lang(ja) %{manualdir}/bind.html.ja.jis
1956 %{manualdir}/configuring.html.html
1957 %{manualdir}/configuring.html.en
1958 %lang(fr) %{manualdir}/configuring.html.fr
1959 %lang(ja) %{manualdir}/configuring.html.ja.jis
1960 %{manualdir}/content-negotiation.html.html
1961 %{manualdir}/content-negotiation.html.en
1962 %lang(ja) %{manualdir}/content-negotiation.html.ja.jis
1963 %{manualdir}/custom-error.html.html
1964 %{manualdir}/custom-error.html.en
1965 %lang(fr) %{manualdir}/custom-error.html.fr
1966 %lang(ja) %{manualdir}/custom-error.html.ja.jis
1967 %{manualdir}/dns-caveats.html.html
1968 %{manualdir}/dns-caveats.html.en
1969 %lang(fr) %{manualdir}/dns-caveats.html.fr
1970 %lang(ja) %{manualdir}/dns-caveats.html.ja.jis
1971 %{manualdir}/dso.html
1972 %{manualdir}/env.html.html
1973 %{manualdir}/env.html.en
1974 %lang(ja) %{manualdir}/env.html.ja.jis
1975 %{manualdir}/footer.html
1976 %{manualdir}/handler.html.html
1977 %{manualdir}/handler.html.en
1978 %lang(ja) %{manualdir}/handler.html.ja.jis
1979 %{manualdir}/header.html
1980 %{manualdir}/index.html.html
1981 %{manualdir}/index.html.en
1982 %lang(fr) %{manualdir}/index.html.fr
1983 %lang(ja) %{manualdir}/index.html.ja.jis
1984 %{manualdir}/install.html.html
1985 %{manualdir}/install.html.en
1986 %lang(es) %{manualdir}/install.html.es
1987 %lang(fr) %{manualdir}/install.html.fr
1988 %lang(ja) %{manualdir}/install.html.ja.jis
1989 %{manualdir}/invoking.html.html
1990 %{manualdir}/invoking.html.en
1991 %lang(fr) %{manualdir}/invoking.html.fr
1992 %lang(ja) %{manualdir}/invoking.html.ja.jis
1993 %{manualdir}/keepalive.html.html
1994 %{manualdir}/keepalive.html.en
1995 %lang(ja) %{manualdir}/keepalive.html.ja.jis
1996 %{manualdir}/location.html.html
1997 %{manualdir}/location.html.en
1998 %lang(ja) %{manualdir}/location.html.ja.jis
1999 %{manualdir}/logs.html
2000 %{manualdir}/multilogs.html
2001 %{manualdir}/new_features_1_3.html.html
2002 %{manualdir}/new_features_1_3.html.en
2003 %lang(ja) %{manualdir}/new_features_1_3.html.ja.jis
2004 %{manualdir}/process-model.html.html
2005 %{manualdir}/process-model.html.en
2006 %lang(ja) %{manualdir}/process-model.html.ja.jis
2007 %{manualdir}/sections.html.html
2008 %{manualdir}/sections.html.en
2009 %lang(ja) %{manualdir}/sections.html.ja.jis
2010 %{manualdir}/server-wide.html.html
2011 %{manualdir}/server-wide.html.en
2012 %lang(fr) %{manualdir}/server-wide.html.fr
2013 %lang(ja) %{manualdir}/server-wide.html.ja.jis
2014 %{manualdir}/sitemap.html
2015 %{manualdir}/sourcereorg.html
2016 %{manualdir}/stopping.html.html
2017 %{manualdir}/stopping.html.en
2018 %lang(fr) %{manualdir}/stopping.html.fr
2019 %{manualdir}/upgrading_to_1_3.html
2020 %{manualdir}/urlmapping.html
2021 %dir %{manualdir}/howto
2022 %{manualdir}/howto/cgi.html.html
2023 %{manualdir}/howto/cgi.html.en
2024 %lang(ja) %{manualdir}/howto/cgi.html.ja.jis
2025 %{manualdir}/howto/footer.html
2026 %{manualdir}/howto/header.html
2027 %{manualdir}/howto/htaccess.html
2028 %{manualdir}/howto/ssi.html.html
2029 %{manualdir}/howto/ssi.html.en
2030 %lang(ja) %{manualdir}/howto/ssi.html.ja.jis
2031 %dir %{manualdir}/mod
2032 %{manualdir}/mod/core.html.html
2033 %{manualdir}/mod/core.html.en
2034 %lang(fr) %{manualdir}/mod/core.html.fr
2035 %lang(ja) %{manualdir}/mod/core.html.ja.jis
2036 %{manualdir}/mod/directive-dict.html.html
2037 %{manualdir}/mod/directive-dict.html.en
2038 %lang(fr) %{manualdir}/mod/directive-dict.html.fr
2039 %lang(ja) %{manualdir}/mod/directive-dict.html.ja.jis
2040 %{manualdir}/mod/directives.html.html
2041 %lang(de) %{manualdir}/mod/directives.html.de
2042 %{manualdir}/mod/directives.html.en
2043 %lang(fr) %{manualdir}/mod/directives.html.fr
2044 %lang(ja) %{manualdir}/mod/directives.html.ja.jis
2045 %{manualdir}/mod/footer.html
2046 %{manualdir}/mod/header.html
2047 %{manualdir}/mod/index-bytype.html.html
2048 %{manualdir}/mod/index-bytype.html.en
2049 %lang(fr) %{manualdir}/mod/index-bytype.html.fr
2050 %lang(ja) %{manualdir}/mod/index-bytype.html.ja.jis
2051 %{manualdir}/mod/index.html.html
2052 %{manualdir}/mod/index.html.en
2053 %lang(fr) %{manualdir}/mod/index.html.fr
2054 %lang(ja) %{manualdir}/mod/index.html.ja.jis
2055 %{manualdir}/mod/mod_access.html.html
2056 %{manualdir}/mod/mod_access.html.en
2057 %lang(ja) %{manualdir}/mod/mod_access.html.ja.jis
2058 %{manualdir}/mod/mod_alias.html.html
2059 %{manualdir}/mod/mod_alias.html.en
2060 %lang(ja) %{manualdir}/mod/mod_alias.html.ja.jis
2061 %{manualdir}/mod/mod_asis.html.html
2062 %{manualdir}/mod/mod_asis.html.en
2063 %lang(ja) %{manualdir}/mod/mod_asis.html.ja.jis
2064 %{manualdir}/mod/mod_autoindex.html.html
2065 %{manualdir}/mod/mod_autoindex.html.en
2066 %lang(ja) %{manualdir}/mod/mod_autoindex.html.ja.jis
2067 %{manualdir}/mod/mod_cern_meta.html
2068 %{manualdir}/mod/mod_cgi.html.html
2069 %{manualdir}/mod/mod_cgi.html.en
2070 %lang(ja) %{manualdir}/mod/mod_cgi.html.ja.jis
2071 %{manualdir}/mod/mod_env.html.html
2072 %{manualdir}/mod/mod_env.html.en
2073 %lang(ja) %{manualdir}/mod/mod_env.html.ja.jis
2074 %{manualdir}/mod/mod_include.html
2075 %{manualdir}/mod/mod_log_agent.html
2076 %{manualdir}/mod/mod_log_config.html.html
2077 %{manualdir}/mod/mod_log_config.html.en
2078 %lang(ja) %{manualdir}/mod/mod_log_config.html.ja.jis
2079 %{manualdir}/mod/mod_log_referer.html
2080 %{manualdir}/mod/mod_mime.html.html
2081 %{manualdir}/mod/mod_mime.html.en
2082 %lang(ja) %{manualdir}/mod/mod_mime.html.ja.jis
2083 %{manualdir}/mod/mod_mime_magic.html
2084 %{manualdir}/mod/mod_negotiation.html.html
2085 %{manualdir}/mod/mod_negotiation.html.en
2086 %lang(ja) %{manualdir}/mod/mod_negotiation.html.ja.jis
2087 %{manualdir}/mod/mod_setenvif.html.html
2088 %{manualdir}/mod/mod_setenvif.html.en
2089 %lang(ja) %{manualdir}/mod/mod_setenvif.html.ja.jis
2090 %{manualdir}/mod/mod_so.html.html
2091 %{manualdir}/mod/mod_so.html.en
2092 %lang(ja) %{manualdir}/mod/mod_so.html.ja.jis
2093 %{manualdir}/mod/mod_speling.html.html
2094 %{manualdir}/mod/mod_speling.html.en
2095 %lang(ja) %{manualdir}/mod/mod_speling.html.ja.jis
2096 %{manualdir}/mod/mod_userdir.html.html
2097 %{manualdir}/mod/mod_userdir.html.en
2098 %lang(ja) %{manualdir}/mod/mod_userdir.html.ja.jis
2099 %{manualdir}/mod/module-dict.html.html
2100 %{manualdir}/mod/module-dict.html.en
2101 %lang(ja) %{manualdir}/mod/module-dict.html.ja.jis
2102 %dir %{manualdir}/programs
2103 %{manualdir}/programs/ab.html
2104 %{manualdir}/programs/apachectl.html.html
2105 %{manualdir}/programs/apachectl.html.en
2106 %lang(ja) %{manualdir}/programs/apachectl.html.ja.jis
2107 %{manualdir}/programs/apxs.html
2108 %{manualdir}/programs/dbmmanage.html
2109 %{manualdir}/programs/footer.html
2110 %{manualdir}/programs/header.html
2111 %{manualdir}/programs/htdigest.html
2112 %{manualdir}/programs/htpasswd.html.html
2113 %{manualdir}/programs/htpasswd.html.en
2114 %lang(ja) %{manualdir}/programs/htpasswd.html.ja.jis
2115 %{manualdir}/programs/httpd.html.html
2116 %{manualdir}/programs/httpd.html.en
2117 %lang(ja) %{manualdir}/programs/httpd.html.ja.jis
2118 %{manualdir}/programs/index.html.html
2119 %{manualdir}/programs/index.html.en
2120 %lang(ja) %{manualdir}/programs/index.html.ja.jis
2121 %{manualdir}/programs/logresolve.html
2122 %{manualdir}/programs/other.html
2123 %{manualdir}/programs/rotatelogs.html
2124 %dir %{manualdir}/vhosts
2125 %{manualdir}/vhosts/details.html
2126 %{manualdir}/vhosts/examples.html
2127 %{manualdir}/vhosts/fd-limits.html.html
2128 %{manualdir}/vhosts/fd-limits.html.en
2129 %lang(ja) %{manualdir}/vhosts/fd-limits.html.ja.jis
2130 %{manualdir}/vhosts/footer.html
2131 %{manualdir}/vhosts/header.html
2132 %{manualdir}/vhosts/host.html
2133 %{manualdir}/vhosts/index.html.html
2134 %{manualdir}/vhosts/index.html.en
2135 %lang(ja) %{manualdir}/vhosts/index.html.ja.jis
2136 %{manualdir}/vhosts/ip-based.html
2137 %{manualdir}/vhosts/mass.html
2138 %{manualdir}/vhosts/name-based.html.html
2139 %{manualdir}/vhosts/name-based.html.en
2140 %lang(ja) %{manualdir}/vhosts/name-based.html.ja.jis
2141 %{manualdir}/vhosts/vhosts-in-depth.html
2142 %{manualdir}/vhosts/virtual-host.html
2143 # suexec
2144 %{manualdir}/suexec.html.html
2145 %{manualdir}/suexec.html.en
2146 %lang(ja) %{manualdir}/suexec.html.ja.jis
2147 %{manualdir}/programs/suexec.html.html
2148 %{manualdir}/programs/suexec.html.en
2149 %lang(ja) %{manualdir}/programs/suexec.html.ja.jis
2150 # mod_actions
2151 %{manualdir}/mod/mod_actions.html.html
2152 %{manualdir}/mod/mod_actions.html.en
2153 %lang(ja) %{manualdir}/mod/mod_actions.html.ja.jis
2154 # mod_auth
2155 %{manualdir}/howto/auth.html
2156 %{manualdir}/mod/mod_auth.html.html
2157 %{manualdir}/mod/mod_auth.html.en
2158 %lang(ja) %{manualdir}/mod/mod_auth.html.ja.jis
2159 # mod_anon
2160 %{manualdir}/mod/mod_auth_anon.html
2161 # mod_auth_db
2162 %{manualdir}/mod/mod_auth_db.html
2163 # mod_auth_digest
2164 %{manualdir}/mod/mod_auth_digest.html
2165 # mod_define
2166 %{manualdir}/mod/mod_define.html
2167 # mod_digest
2168 %{manualdir}/mod/mod_digest.html
2169 # mod_dir
2170 %{manualdir}/mod/mod_dir.html.html
2171 %{manualdir}/mod/mod_dir.html.en
2172 %lang(ja) %{manualdir}/mod/mod_dir.html.ja.jis
2173 # mod_expires
2174 %{manualdir}/mod/mod_expires.html
2175 # mod_headers
2176 %{manualdir}/mod/mod_headers.html
2177 # mod_imap
2178 %{manualdir}/mod/mod_imap.html
2179 # mod_info
2180 %{manualdir}/mod/mod_info.html.html
2181 %{manualdir}/mod/mod_info.html.en
2182 %lang(ja) %{manualdir}/mod/mod_info.html.ja.jis
2183 # mod_log_forensic
2184 %{manualdir}/mod/mod_log_forensic.html.html
2185 %{manualdir}/mod/mod_log_forensic.html.en
2186 # mod_mmap_static
2187 %{manualdir}/mod/mod_mmap_static.html
2188 # mod_proxy
2189 %{manualdir}/mod/mod_proxy.html
2190 # mod_rewrite
2191 %{manualdir}/mod/mod_rewrite.html.html
2192 %{manualdir}/mod/mod_rewrite.html.en
2193 %lang(ja) %{manualdir}/mod/mod_rewrite.html.ja.jis
2194 %{manualdir}/images/mod_rewrite*
2195 # mod_status
2196 %{manualdir}/mod/mod_status.html
2197 # mod_unique_id
2198 %{manualdir}/mod/mod_unique_id.html.html
2199 %{manualdir}/mod/mod_unique_id.html.en
2200 %lang(ja) %{manualdir}/mod/mod_unique_id.html.ja.jis
2201 # mod_usertrack
2202 %{manualdir}/mod/mod_cookies.html
2203 %{manualdir}/mod/mod_usertrack.html
2204 # mod_vhost_alias
2205 %{manualdir}/mod/mod_vhost_alias.html
2206
2207 %files suexec
2208 %defattr(644,root,root,755)
2209 %attr(4755,root,root) %{_sbindir}/suexec
2210
2211 %files devel
2212 %defattr(644,root,root,755)
2213 %{_includedir}
2214
2215 %files -n htpasswd-%{name}
2216 %attr(755,root,root) %{_bindir}/htpasswd
2217 %{_sbindir}/htpasswd
2218 %{_mandir}/man1/htpasswd.1*
2219
2220 %files mod_access
2221 %defattr(644,root,root,755)
2222 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_access.conf
2223 %attr(755,root,root) %{_libexecdir}/mod_access.so
2224
2225 %files mod_actions
2226 %defattr(644,root,root,755)
2227 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_actions.conf
2228 %attr(755,root,root) %{_libexecdir}/mod_actions.so
2229
2230 %files mod_alias
2231 %defattr(644,root,root,755)
2232 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_alias.conf
2233 %attr(755,root,root) %{_libexecdir}/mod_alias.so
2234
2235 %files mod_asis
2236 %defattr(644,root,root,755)
2237 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_asis.conf
2238 %attr(755,root,root) %{_libexecdir}/mod_asis.so
2239
2240 %files mod_auth
2241 %defattr(644,root,root,755)
2242 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_auth.conf
2243 %attr(755,root,root) %{_libexecdir}/mod_auth.so
2244
2245 %files mod_auth_anon
2246 %defattr(644,root,root,755)
2247 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_auth_anon.conf
2248 %attr(755,root,root) %{_libexecdir}/mod_auth_anon.so
2249
2250 %files mod_auth_db
2251 %defattr(644,root,root,755)
2252 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_auth_db.conf
2253 %attr(755,root,root) %{_libexecdir}/mod_auth_db.so
2254 %attr(755,root,root) %{_bindir}/dbmmanage
2255 %{_mandir}/man1/dbmmanage.1*
2256
2257 %files mod_auth_digest
2258 %defattr(644,root,root,755)
2259 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_auth_digest.conf
2260 %attr(755,root,root) %{_libexecdir}/mod_auth_digest.so
2261
2262 %files mod_autoindex
2263 %defattr(644,root,root,755)
2264 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_autoindex.conf
2265 %attr(755,root,root) %{_libexecdir}/mod_autoindex.so
2266
2267 %files mod_cern_meta
2268 %defattr(644,root,root,755)
2269 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_cern_meta.conf
2270 %attr(755,root,root) %{_libexecdir}/mod_cern_meta.so
2271
2272 %files mod_cgi
2273 %defattr(644,root,root,755)
2274 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_cgi.conf
2275 %attr(755,root,root) %{_libexecdir}/mod_cgi.so
2276
2277 %files mod_define
2278 %defattr(644,root,root,755)
2279 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_define.conf
2280 %attr(755,root,root) %{_libexecdir}/mod_define.so
2281
2282 %files mod_digest
2283 %defattr(644,root,root,755)
2284 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_digest.conf
2285 %attr(755,root,root) %{_libexecdir}/mod_digest.so
2286
2287 %files mod_dir
2288 %defattr(644,root,root,755)
2289 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_dir.conf
2290 %attr(755,root,root) %{_libexecdir}/mod_dir.so
2291
2292 %files mod_env
2293 %defattr(644,root,root,755)
2294 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_env.conf
2295 %attr(755,root,root) %{_libexecdir}/mod_env.so
2296
2297 %files mod_expires
2298 %defattr(644,root,root,755)
2299 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_expires.conf
2300 %attr(755,root,root) %{_libexecdir}/mod_expires.so
2301
2302 %files mod_headers
2303 %defattr(644,root,root,755)
2304 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_headers.conf
2305 %attr(755,root,root) %{_libexecdir}/mod_headers.so
2306
2307 %files mod_imap
2308 %defattr(644,root,root,755)
2309 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_imap.conf
2310 %attr(755,root,root) %{_libexecdir}/mod_imap.so
2311
2312 %files mod_include
2313 %defattr(644,root,root,755)
2314 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_include.conf
2315 %attr(755,root,root) %{_libexecdir}/mod_include.so
2316
2317 %files mod_info
2318 %defattr(644,root,root,755)
2319 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_info.conf
2320 %attr(755,root,root) %{_libexecdir}/mod_info.so
2321
2322 %files mod_log_agent
2323 %defattr(644,root,root,755)
2324 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_log_agent.conf
2325 %attr(755,root,root) %{_libexecdir}/mod_log_agent.so
2326
2327 %files mod_log_config
2328 %defattr(644,root,root,755)
2329 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_log_config.conf
2330 %attr(755,root,root) %{_libexecdir}/mod_log_config.so
2331
2332 %files mod_log_forensic
2333 %defattr(644,root,root,755)
2334 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_log_forensic.conf
2335 %attr(755,root,root) %{_libexecdir}/mod_log_forensic.so
2336
2337 %files mod_log_referer
2338 %defattr(644,root,root,755)
2339 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_log_referer.conf
2340 %attr(755,root,root) %{_libexecdir}/mod_log_referer.so
2341
2342 %files mod_mime
2343 %defattr(644,root,root,755)
2344 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_mime.conf
2345 %attr(755,root,root) %{_libexecdir}/mod_mime.so
2346
2347 %files mod_mime_magic
2348 %defattr(644,root,root,755)
2349 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_mime_magic.conf
2350 %attr(755,root,root) %{_libexecdir}/mod_mime_magic.so
2351
2352 %files mod_mmap_static
2353 %defattr(644,root,root,755)
2354 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_mmap_static.conf
2355 %attr(755,root,root) %{_libexecdir}/mod_mmap_static.so
2356
2357 %files mod_negotiation
2358 %defattr(644,root,root,755)
2359 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_negotiation.conf
2360 %attr(755,root,root) %{_libexecdir}/mod_negotiation.so
2361
2362 %files mod_proxy
2363 %defattr(644,root,root,755)
2364 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_proxy.conf
2365 %attr(755,root,root) %{_libexecdir}/libproxy.so
2366 %dir %attr(770,root,http) /var/cache/apache
2367
2368 %files mod_rewrite
2369 %defattr(644,root,root,755)
2370 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_rewrite.conf
2371 %attr(755,root,root) %{_libexecdir}/mod_rewrite.so
2372
2373 %files mod_setenvif
2374 %defattr(644,root,root,755)
2375 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_setenvif.conf
2376 %attr(755,root,root) %{_libexecdir}/mod_setenvif.so
2377
2378 %files mod_speling
2379 %defattr(644,root,root,755)
2380 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_speling.conf
2381 %attr(755,root,root) %{_libexecdir}/mod_speling.so
2382
2383 %files mod_status
2384 %defattr(644,root,root,755)
2385 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_status.conf
2386 %attr(755,root,root) %{_libexecdir}/mod_status.so
2387
2388 %files mod_unique_id
2389 %defattr(644,root,root,755)
2390 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_unique_id.conf
2391 %attr(755,root,root) %{_libexecdir}/mod_unique_id.so
2392
2393 %files mod_userdir
2394 %defattr(644,root,root,755)
2395 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_userdir.conf
2396 %attr(755,root,root) %{_libexecdir}/mod_userdir.so
2397
2398 %files mod_usertrack
2399 %defattr(644,root,root,755)
2400 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_usertrack.conf
2401 %attr(755,root,root) %{_libexecdir}/mod_usertrack.so
2402
2403 %files mod_vhost_alias
2404 %defattr(644,root,root,755)
2405 %attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/conf.d/*_mod_vhost_alias.conf
2406 %attr(755,root,root) %{_libexecdir}/mod_vhost_alias.so
This page took 0.207251 seconds and 4 git commands to generate.