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