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