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