]> git.pld-linux.org Git - packages/apache.git/blob - apache.spec
- "let the killing begin" (rel 1)
[packages/apache.git] / apache.spec
1 # TODO:
2 # - config examples for mod_*
3 # - --with-suexec-gidmin=500 or =100 ?
4 # - --with-suexec-uidmin=500 or =1000 ?
5 # - subpackages for MPMs
6 # - !!!check if all modules (*.so) are exactly the same for different MPMs
7 # - check those autn modules inner deps
8 # - for external packages: don't use any apache module name in dep as they
9 #   differ for apache 1.3/2.0/2.2!? any better ideas? rpm Suggests: tags?
10 # - for mod_auth_* modules require each auth module to require virtual authn so at least *_default is chosen?
11 # - same for mod_authz
12 # - mod_auth_digest and mod_auth_basic R: apache(authn) ?
13 # - drop mod_case_filter* or find summary and description for them
14 # - build modules only once (not with each mpm)
15 # - add to apache external packages apache_module_api dependency (like apache-mod_rpaf.spec)
16
17 # Conditional build:
18 %bcond_without  ssl             # build without SSL support
19 %bcond_without  ldap            # build without LDAP support
20 %bcond_without  metuxmpm        # metux MPM
21 %bcond_without  peruser         # peruser MPM
22 %bcond_without  event           # event MPM
23 %bcond_with     distcache       # distcache support
24 %bcond_with     bucketeer       # debug one
25 #
26 %include        /usr/lib/rpm/macros.perl
27 # this is internal macro, don't change to %%apache_modules_api
28 %define         _apache_modules_api 20051115
29 Summary:        The most widely used Web server on the Internet
30 Summary(de):    Leading World Wide Web-Server
31 Summary(es):    Servidor HTTPD para proveer servicios WWW
32 Summary(fr):    Le serveur web le plus utilise sur Internet
33 Summary(pl):    Serwer WWW (World Wide Web)
34 Summary(pt_BR): Servidor HTTPD para prover serviços WWW
35 Summary(ru):    óÁÍÙÊ ÐÏÐÕÌÑÒÎÙÊ ×ÅÂ-ÓÅÒ×ÅÒ
36 Summary(tr):    Lider WWW tarayýcý
37 Name:           apache
38 Version:        2.2.0
39 Release:        1
40 License:        Apache Group License
41 Group:          Networking/Daemons
42 Source0:        http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
43 # Source0-md5:  760aecf26a071e15141170636af43456
44 Source1:        %{name}.init
45 Source2:        %{name}.logrotate
46 Source3:        %{name}-icons.tar.gz
47 # Source3-md5:  2b085cbc19fd28536dc883f0b864cd83
48 Source4:        %{name}.sysconfig
49 Source5:        %{name}.monitrc
50 Source6:        %{name}-httpd.conf
51 Source7:        %{name}-common.conf
52 Source8:        %{name}-mod_vhost_alias.conf
53 Source9:        %{name}-mod_status.conf
54 Source10:       %{name}-mod_proxy.conf
55 Source11:       %{name}-mod_info.conf
56 Source12:       %{name}-mod_ssl.conf
57 Source13:       %{name}-mod_dav.conf
58 Source14:       %{name}-mod_dir.conf
59 Source15:       %{name}-mod_suexec.conf
60 Source16:       %{name}-mod_deflate.conf
61 Source17:       %{name}-mod_autoindex.conf
62 Source18:       %{name}-multilang-errordoc.conf
63 Source19:       %{name}-manual.conf
64 Source20:       %{name}-server.crt
65 Source21:       %{name}-server.key
66 Source22:       %{name}-mod_userdir.conf
67 Source23:       %{name}-mpm.conf
68 Source24:       %{name}-languages.conf
69 Source25:       %{name}-mod_mime.conf
70 Source26:       %{name}-mod_alias.conf
71 Source27:       %{name}-mod_authz_host.conf
72 Source28:       %{name}-mod_cgid.conf
73 Source29:       %{name}-mod_log_config.conf
74 Source30:       %{name}-mod_mime_magic.conf
75 Source31:       %{name}-mod_cache.conf
76 Patch0:         %{name}-configdir_skip_backups.patch
77 Patch1:         %{name}-layout.patch
78 Patch2:         %{name}-suexec.patch
79 Patch4:         %{name}-apr.patch
80 # project homepage http://www.metux.de/mpm/en/?patpage=index
81 # http://www.sannes.org/metuxmpm/
82 Patch5:         httpd-2.0.48-metuxmpm-r8.patch
83 # what about this? it isn't applied...
84 Patch6:         httpd-2.0.40-xfsz.patch
85 Patch7:         %{name}-syslibs.patch
86 Patch8:         httpd-2.0.45-encode.patch
87 Patch10:        httpd-2.0.46-dav401dest.patch
88 Patch12:        httpd-2.0.46-sslmutex.patch
89 Patch14:        httpd-2.0.48-corelimit.patch
90 Patch15:        httpd-2.0.48-debuglog.patch
91 Patch18:        %{name}-v6only-ENOPROTOOPT.patch
92 Patch19:        %{name}-conffile-path.patch
93 Patch20:        %{name}-apxs.patch
94 # http://www.telana.com/peruser.php
95 Patch21:        httpd-2.0.52-peruser-0.1.6.patch
96 Patch22:        %{name}-libtool.patch
97 URL:            http://httpd.apache.org/
98 BuildRequires:  apr-devel >= 1:1.2
99 BuildRequires:  apr-util-devel >= 1:1.2
100 BuildRequires:  autoconf
101 BuildRequires:  automake
102 BuildRequires:  db-devel
103 %{?with_distcache:BuildRequires:        distcache-devel}
104 BuildRequires:  expat-devel
105 BuildRequires:  findutils
106 BuildRequires:  gdbm-devel >= 1.8.3
107 BuildRequires:  libtool >= 2:1.5
108 %{?with_ldap:BuildRequires:     openldap-devel}
109 %{?with_ssl:BuildRequires:      openssl-devel >= 0.9.7d}
110 %{?with_ssl:BuildRequires:      openssl-tools >= 0.9.7d}
111 BuildRequires:  pcre-devel
112 BuildRequires:  rpm-build >= 4.4.0
113 BuildRequires:  rpm-perlprov >= 4.1-13
114 BuildRequires:  rpmbuild(macros) >= 1.228
115 BuildRequires:  sed >= 4.0
116 BuildRequires:  zlib-devel
117 Requires:       %{name}-errordocs = %{version}-%{release}
118 Requires:       %{name}-mod_alias = %{version}-%{release}
119 #Requires:      %{name}-mod_asis = %{version}-%{release}
120 Requires:       %{name}-mod_authz_host = %{version}-%{release}
121 Requires:       %{name}-mod_autoindex = %{version}-%{release}
122 #Requires:      %{name}-mod_cern_meta = %{version}-%{release}
123 Requires:       %{name}-mod_cgi = %{version}-%{release}
124 Requires:       %{name}-mod_env = %{version}-%{release}
125 Requires:       %{name}-mod_include = %{version}-%{release}
126 Requires:       %{name}-mod_log_config = %{version}-%{release}
127 Requires:       %{name}-mod_mime = %{version}-%{release}
128 Requires:       %{name}-mod_mime_magic = %{version}-%{release}
129 Requires:       %{name}-mod_negotiation = %{version}-%{release}
130 Requires:       %{name}-mod_setenvif = %{version}-%{release}
131 Requires:       %{name}-mod_speling = %{version}-%{release}
132 Requires:       %{name}-mod_userdir = %{version}-%{release}
133 Requires:       %{name}-mod_version = %{version}-%{release}
134 Requires:       %{name}-tools = %{version}-%{release}
135 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
136
137 %define         _sysconfdir     /etc/httpd
138 %define         _includedir     %{_prefix}/include/apache
139 %define         _datadir        /home/services/httpd
140 %define         _libexecdir     %{_libdir}/apache
141 %define         _cgibindir      %{_prefix}/lib/cgi-bin/%{name}
142
143 %description
144 Apache is a powerful, full-featured, efficient and freely-available
145 Web server. Apache is also the most popular Web server on the
146 Internet.
147
148 %description -l de
149 Apache ist ein voll funktionsfähiger Web-Server, der kostenlos
150 erhältlich und weit verbreitet ist.
151
152 %description -l es
153 El servidor web Apache es el mejor servidor gratuito disponible en el
154 mundo UNIX hoy. Usa HTTP (HyperText Transfer Protocol) para permitir
155 que navegadores vean documentos y sometan datos remotamente. Puede
156 ejecutar varias funciones diferentes, incluyendo funciones de proxy y
157 caché, y nos ofrece características como monitor de estado, conversión
158 dinámica de tipo, y otras más.
159
160 %description -l fr
161 Apache est un serveur Web puissant, efficace, gratuit et complet.
162 Apache est aussi le serveur Web le plus populaire sur Internet.
163
164 %description -l pl
165 Apache jest serwerem WWW (World Wide Web). Instaluj±c ten pakiet
166 bêdziesz móg³ prezentowaæ w³asne strony WWW w sieci Internet.
167
168 %description -l pt_BR
169 O servidor web Apache é o melhor servidor gratuito disponível no mundo
170 UNIX hoje. Ele usa HTTP (HyperText Transfer Protocol) para permitir
171 que browsers web vejam documentos e submetam dados remotamente. Ele
172 pode executar várias funções diferentes, incluindo funções de proxy e
173 cache, e oferece características como monitor de status, conversão
174 dinâmica de tipo, e mais.
175
176 %description -l ru
177 Apache - ÍÏÝÎÙÊ, ÆÕÎËÃÉÏÎÁÌØÎÙÊ, ×ÙÓÏËÏÐÒÏÉÚ×ÏÄÉÔÅÌØÎÙÊ É Ó×ÏÂÏÄÎÏ
178 ÒÁÓÐÒÏÓÔÒÁÎÑÅÍÙÊ ×ÅÂ-ÓÅÒ×ÅÒ.
179
180 %description -l tr
181 Apache serbest daðýtýlan ve çok kullanýlan yetenekli bir web
182 sunucusudur.
183
184 %package base
185 Summary:        The Number One HTTP Server On The Internet
186 Summary(pl):    Wiod±cy w Internecie serwer HTTP
187 Group:          Networking/Daemons
188 Requires(post): fileutils
189 Requires(post,preun):   /sbin/chkconfig
190 Requires(postun):       /usr/sbin/groupdel
191 Requires(postun):       /usr/sbin/userdel
192 Requires(pre):  /bin/id
193 Requires(pre):  /usr/bin/getgid
194 Requires(pre):  /usr/sbin/groupadd
195 Requires(pre):  /usr/sbin/useradd
196 Requires:       /etc/mime.types
197 Requires:       /sbin/chkconfig
198 Requires:       apr >= 1:1.2
199 Requires:       mailcap
200 Requires:       psmisc >= 20.1
201 Requires:       rc-scripts >= 0.4.0.15
202 Provides:       apache(modules-api) = %{_apache_modules_api}
203 Provides:       group(http)
204 Provides:       user(http)
205 Provides:       webserver = apache
206 Obsoletes:      apache-extra
207 Obsoletes:      apache6
208 # packaged by mistake. really sample code
209 Obsoletes:      %{name}-mod_optional_fn_export
210 Obsoletes:      %{name}-mod_optional_fn_import
211 Obsoletes:      %{name}-mod_optional_fn_import
212 Obsoletes:      %{name}-mod_optional_hook_import
213 # for the posttrans scriptlet, conflicts because in vserver environment rpm package is not installed.
214 Conflicts:      rpm < 4.4.2-0.2
215
216 %description base
217 Apache is a powerful, full-featured, efficient and freely-available
218 Web server. Apache is also the most popular Web server on the
219 Internet.
220
221 %description base -l pl
222 Apache jest potê¿nym, w pe³ni funkcjonalnym, wydajnym i wolnodostêpnym
223 serwerem WWW (World Wide Web). Jest tak¿e najbardziej popularnym
224 serwerem WWW w Internecie.
225
226 %package suexec
227 Summary:        Apache suexec wrapper
228 Summary(pl):    Wrapper suexec do serwera WWW Apache
229 Group:          Networking/Daemons
230 URL:            http://httpd.apache.org/docs/2.2/suexec.html
231 Requires:       %{name}-base = %{version}-%{release}
232
233 %description suexec
234 The suEXEC feature provides Apache users the ability to run CGI and
235 SSI programs under user IDs different from the user ID of the calling
236 web-server. Normally, when a CGI or SSI program executes, it runs as
237 the same user who is running the web server.
238
239 %description suexec -l pl
240 SuEXEC umo¿liwia serwerowi Apache uruchamianie programów CGI i SSI z
241 innym UID ni¿ wywo³uj±cy je serwer. Normalnie programy CGI i SSI s±
242 wykonywane jako taki sam u¿ytkownik jak serwer WWW.
243
244 %package tools
245 Summary:        Apache tools
246 Summary(pl):    Narzêdzia Apache'a
247 Group:          Development/Tools
248
249 %description tools
250 Apache tools.
251
252 %description tools -l pl
253 Narzêdzia Apache'a.
254
255 %package index
256 Summary:        Apache index.html* files
257 Summary(pl):    Pliki Apache index.html*
258 Group:          Documentation
259 Requires:       %{name}-base = %{version}-%{release}
260 Obsoletes:      indexhtml
261
262 %description index
263 Apache index.html* files.
264
265 %description index -l pl
266 Pliki index.html* Apache'a.
267
268 %package doc
269 Summary:        Apache manual
270 Summary(pl):    Podrêcznik Apache'a
271 Group:          Documentation
272 Requires:       %{name}-base = %{version}-%{release}
273 Requires:       %{name}-mod_alias = %{version}-%{release}
274 Requires:       %{name}-mod_dir = %{version}-%{release}
275 Requires:       %{name}-mod_negotiation = %{version}-%{release}
276 Requires:       %{name}-mod_setenvif = %{version}-%{release}
277
278 %description doc
279 Apache manual.
280
281 %description doc -l pl
282 Podrêcznik Apache'a.
283
284 %package errordocs
285 Summary:        Multi-language error messages for Apache
286 Summary(pl):    Wielojêzyczne komunikaty b³êdów dla Apache'a
287 Group:          Applications/WWW
288 URL:            http://httpd.apache.org/docs-project/
289 Requires:       %{name}-base = %{version}-%{release}
290 Requires:       %{name}-mod_alias = %{version}-%{release}
291 Requires:       %{name}-mod_authz_host = %{version}-%{release}
292 Requires:       %{name}-mod_include = %{version}-%{release}
293 Requires:       %{name}-mod_negotiation = %{version}-%{release}
294
295 %description errordocs
296 Multi-language error messages.
297
298 %description errordocs -l pl
299 Dokumenty opisuj±ce b³êdy HTTP dla Apache'a w wielu jêzykach.
300
301 %package apxs
302 Summary:        APache eXtenSion tool
303 Summary(pl):    Narzêdzie do rozszerzania Apache'a
304 Group:          Development/Tools
305
306 %description apxs
307 APache eXtenSion tool.
308
309 %description apxs -l pl
310 Narzêdzie do rozszerzania Apache'a.
311
312 %package devel
313 Summary:        Module development tools for the Apache web server
314 Summary(es):    Archivos de inclusión del Apache para desarrollo de módulos
315 Summary(fr):    Les outils de developpement de modules pour le serveur web Apache
316 Summary(pl):    Pliki nag³ówkowe do tworzenia modu³ów rozszerzeñ do serwera WWW Apache
317 Summary(pt_BR): Arquivos de inclusão do Apache para desenvolvimento de módulos
318 Summary(ru):    óÒÅÄÓÔ×Á ÒÁÚÒÁÂÏÔËÉ ÍÏÄÕÌÅÊ ÄÌÑ ×ÅÂ-ÓÅÒ×ÅÒÁ Apache
319 Group:          Networking/Utilities
320 Requires:       %{name}-apxs = %{version}-%{release}
321 Requires:       apr-util-devel >= 1:1.2
322 Requires:       libtool
323 Obsoletes:      apache-static
324
325 %description devel
326 The apache-devel package contains header files for Apache.
327
328 %description devel -l es
329 Este paquete contiene los archivos de inclusión para el Apache, bien
330 como el utilitario apxs para la construcción de objetos compartidos
331 dinámicos (DSOs). Ha ce falta instalar este paquete si deseas compilar
332 o desarrollar módulos adicionales para Apache.
333
334 %description devel -l fr
335 Le package apache-devel contient le code source pour le serveur Web
336 Apache et le binaire APXS dont vous aurez besoin pour construire des
337 Objets Dynamiques Partages (DSOs) pour Apache.
338
339 %description devel -l pl
340 Pliki nag³ówkowe i inne zasoby niezbêdne przy budowaniu modu³ów DSO
341 (Dynamic Shared Objects) dla Apache'a.
342
343 %description devel -l ru
344 óÒÅÄÓÔ×Á ÒÁÚÒÁÂÏÔËÉ ÍÏÄÕÌÅÊ ÄÌÑ ×ÅÂ-ÓÅÒ×ÅÒÁ Apache.
345
346 %description devel -l pt_BR
347 Este pacote contem os arquivos de inclusão para o Apache, bem como o
348 utilitário apxs para a construção de objetos compartilhados dinâmicos
349 (DSOs). Este pacote precisa ser instalado se você deseja compilar ou
350 desenvolver módulos adicionais para o Apache.
351
352 %package mod_actions
353 Summary:        Apache module for executing CGI scripts based on media type or request method
354 Summary(pl):    Modu³ Apache'a do uruchamiania skryptów CGI w oparciu o rodzaj danych lub ¿±dania
355 Group:          Networking/Daemons
356 URL:            http://httpd.apache.org/docs/2.2/mod/mod_actions.html
357 Requires:       %{name}-base = %{version}-%{release}
358 Provides:       apache(mod_actions) = %{version}-%{release}
359
360 %description mod_actions
361 This module has two directives. The Action directive lets you run CGI
362 scripts whenever a file of a certain MIME content type is requested.
363 The Script directive lets you run CGI scripts whenever a particular
364 method is used in a request. This makes it much easier to execute
365 scripts that process files.
366
367 %description mod_actions -l pl
368 Ten modu³ ma dwie dyrektywy. Dyrektywa Action pozwala uruchamiaæ
369 skrypty CGI przy ¿±daniu pliku o danym typie zawarto¶ci MIME.
370 Dyrektywa Script pozwala uruchamiaæ skrypty CGI przy danej metodzie
371 ¿±dania. Znacznie u³atwia to wykonywanie skryptów przetwarzaj±cych
372 pliki.
373
374 %package mod_alias
375 Summary:        Mapping different parts of the host filesystem in the document tree and for URL redirection
376 Summary(pl):    Odwzorowywanie ró¿nych czê¶ci systemu plików w drzewie dokumentów i przekierowywanie URL-i
377 Group:          Networking/Daemons
378 URL:            http://httpd.apache.org/docs/2.2/mod/mod_alias.html
379 Requires:       %{name}-base = %{version}-%{release}
380 Provides:       apache(mod_alias) = %{version}-%{release}
381
382 %description mod_alias
383 The directives contained in this module allow for manipulation and
384 control of URLs as requests arrive at the server. The Alias and
385 ScriptAlias directives are used to map between URLs and filesystem
386 paths. This allows for content which is not directly under the
387 DocumentRoot served as part of the web document tree. The ScriptAlias
388 directive has the additional effect of marking the target directory as
389 containing only CGI scripts.
390
391 The Redirect directives are used to instruct clients to make a new
392 request with a different URL. They are often used when a resource has
393 moved to a new location.
394
395 mod_alias is designed to handle simple URL manipulation tasks. For
396 more complicated tasks such as manipulating the query string, use the
397 tools provided by mod_rewrite.
398
399 %description mod_alias -l pl
400 Dyrektywy zawarte w tym module umo¿liwiaj± manipulacje i sterowanie
401 URL-ami kiedy ¿±dania s± dostarczane do serwera. Dyrektywy Alias i
402 ScriptAlias s± u¿ywane do odwzorowywania miêdzy URL-ami i ¶cie¿kami w
403 systemie plików. Umo¿liwia to serwowanie tre¶ci nie bêd±cej
404 bezpo¶rednio wewn±trz DocumentRoota jako czê¶æ drzewa dokumentów WWW.
405 Dyrektywa ScriptAlias ma dodatkowy efekt oznaczania katalogu
406 docelowego jako zawieraj±cego wy³±cznie skrypty CGI.
407
408 Dyrektywy Redirect s³u¿± do instruowania klientów, aby wykonali nowe
409 ¿±danie z innym URL-em. S± u¿ywane zwykle w przypadku, gdy zasoby
410 zosta³y przeniesione w inne miejsce.
411
412 mod_alias zosta³ zaprojektowany do obs³ugi prostych manipulacji na
413 URL-ach. Bardziej skomplikowane zadania, takie jak modyfikowanie
414 ³añcucha zapytania mo¿na wykonaæ przy u¿yciu mod_rewrite.
415
416 %package mod_asis
417 Summary:        Sends files that contain their own HTTP headers
418 Summary(pl):    Wysy³anie plików zawieraj±cych w³asne nag³ówki HTTP
419 Group:          Networking/Daemons
420 URL:            http://httpd.apache.org/docs/2.2/mod/mod_asis.html
421 Requires:       %{name}-base = %{version}-%{release}
422 Provides:       apache(mod_asis) = %{version}-%{release}
423
424 %description mod_asis
425 This module provides the handler send-as-is which causes Apache to
426 send the document without adding most of the usual HTTP headers.
427
428 This can be used to send any kind of data from the server, including
429 redirects and other special HTTP responses, without requiring a
430 cgi-script or an nph script.
431
432 For historical reasons, this module will also process any file with
433 the mime type httpd/send-as-is.
434
435 %description mod_asis -l pl
436 Ten modu³ udostêpnia procesurê obs³ugi send-as-is powoduj±c±, ¿e
437 Apache wysy³a dokument bez dodawania wiêkszo¶ci zwykle u¿ywanych
438 nag³ówków HTTP.
439
440 Mo¿e to byæ u¿ywane do wysy³ania dowolnego rodzaju danych z serwera,
441 w³±cznie z przekierowaniami i innymi specjalnymi odpowiedziami HTTP
442 bez wymagania skryptu CGI lub nph.
443
444 %package mod_auth
445 Summary:        Virtual package which which provides backward compatibility with apache 2.0
446 Summary(pl):    Pakiet wirtualny zapewniaj±cy kompatybilno¶æ wsteczn± z apache 2.0
447 Group:          Networking/Daemons
448 Requires:       %{name}-base = %{version}-%{release}
449 Requires:       %{name}-mod_authn_file = %{version}-%{release}
450 Requires:       %{name}-mod_authz_groupfile = %{version}-%{release}
451 Provides:       apache(mod_auth) = %{version}-%{release}
452
453 %description mod_auth
454 Virtual package which requires apache-mod_authn_file and
455 apache-mod_authz_groupfile for backward compatibility with apache 2.0.
456
457 %description mod_auth -l pl
458 Pakiet wirtualny wymagaj±cy apache-mod_authn_file i
459 apache-mod_authz_groupfile dla kompatybilno¶ci wstecznej z apache 2.0.
460
461 %package mod_auth_basic
462 Summary:        Apache module that allows Basic authentication
463 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy korzystawnie z uwierzytelnienia Basic
464 Group:          Networking/Daemons
465 URL:            http://httpd.apache.org/docs/2.2/mod/mod_auth_basic.html
466 Requires:       %{name}-base = %{version}-%{release}
467 Provides:       apache(mod_auth_basic) = %{version}-%{release}
468
469 %description mod_auth_basic
470 This module allows the use of HTTP Basic Authentication to restrict
471 access by looking up users in the given providers.
472
473 HTTP Digest Authentication is provided by mod_auth_digest. This module
474 should usually be combined with at least one authentication module
475 such as mod_authn_file and one authorization module such as
476 mod_authz_user.
477
478 %description mod_auth_basic -l pl
479 Ten modu³ pozwala u¿ywaæ uwierzytelnienia HTTP Basic do ograniczania
480 dostêpu poprzez wyszukiwanie u¿ytkowników we wskazanych miejscach
481
482 %package mod_auth_dbm
483 Summary:        Virtual package which which provides backward compatibility with apache 2.0
484 Summary(pl):    Pakiet wirtualny zapewniaj±cy kompatybilno¶æ wsteczn± z apache 2.0
485 Group:          Networking/Daemons
486 Requires:       %{name}-base = %{version}-%{release}
487 Requires:       %{name}-dbmtools = %{version}-%{release}
488 Requires:       %{name}-mod_authn_dbm = %{version}-%{release}
489 Requires:       %{name}-mod_authz_dbm = %{version}-%{release}
490 Provides:       apache(mod_auth_dbm) = %{version}-%{release}
491
492 %description mod_auth_dbm
493 Virtual package which requires apache-mod_authn_dbm and
494 apache-mod_authz_dbm for backward compatibility with apache 2.0.
495
496 %description mod_auth_dbm -l pl
497 Pakiet wirtualny wymagaj±cy apache-mod_authn_dbm i
498 apache-mod_authz_dbm dla kompatybilno¶ci wstecznej z apache 2.0.
499
500 %package mod_auth_digest
501 Summary:        User authentication using MD5 Digest Authentication
502 Summary(pl):    Uwierzytelnianie u¿ytkowników przy u¿yciu MD5 Digest
503 Group:          Networking/Daemons
504 URL:            http://httpd.apache.org/docs/2.2/mod/mod_auth_digest.html
505 Requires:       %{name}-base = %{version}-%{release}
506 Provides:       apache(mod_auth_digest) = %{version}-%{release}
507
508 %description mod_auth_digest
509 This module implements HTTP Digest Authentication. However, it has not
510 been extensively tested and is therefore marked experimental.
511
512 %description mod_auth_digest -l pl
513 Ten modu³ implementuje uwierzytelnienie HTTP Digest. Nie zosta³ on
514 jednak zbyt obszernie przetestowany, wiêc jest oznaczony jako
515 eksperymentalny.
516
517 %package mod_authn_alias
518 Summary:        Apache module that provides the ability to create extended authentication
519 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy tworzenie rozszerzonego uwierzytelniania
520 Group:          Networking/Daemons
521 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authn_alias.html
522 Requires:       %{name}-base = %{version}-%{release}
523 Provides:       apache(mod_authn_alias) = %{version}-%{release}
524
525 %description mod_authn_alias
526 This module allows extended authentication providers to be created
527 within the configuration file and assigned an alias name.
528
529 %description mod_authn_alias -l pl
530 Ten modu³ umo¿liwia tworzenie rozszerzonych sposobów uwierzytelniania
531 w pliku konfiguracyjnym i nadawanie im aliasów.
532
533 %package mod_authn_anon
534 Summary:        Apache module that allows "anonymous" user access to authenticated areas
535 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy dostêp anonimowych u¿ytkowników do stref uwierzytelnianych
536 Group:          Networking/Daemons
537 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authn_anon.html
538 Requires:       %{name}-base = %{version}-%{release}
539 Provides:       apache(mod_authn_anon) = %{version}-%{release}
540 # compat
541 Provides:       apache-mod_auth_anon = %{version}-%{release}
542 Provides:       apache(mod_auth_anon) = %{version}-%{release}
543 Obsoletes:      apache-mod_auth_anon < 2.2.0-0.5
544
545 %description mod_authn_anon
546 This module provides authentication front-ends such as mod_auth_basic
547 to authenticate users similar to anonymous-ftp sites, i.e. have a
548 'magic' user id 'anonymous' and the email address as a password. These
549 email addresses can be logged.
550
551 %description mod_authn_anon -l pl
552 Ten modu³ udmo¿liwia frontendom uwierzytelniaj±cym takim jak
553 mod_auth_basic uwierzytelnianie u¿ytkowników podobnie do serwisów
554 anonimowego ftp, tzn. przez udostêpnianie "magicznego" identyfikatora
555 "anonymous" i adresu pocztowego jako has³a. Te adresy pocztowe mog±
556 byæ logowane.
557
558 %package mod_authn_dbd
559 Summary:        Apache module that allows user authentication using an SQL
560 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy uwierzytelnianie u¿ytkowników przy u¿yciu tabel SQL
561 Group:          Networking/Daemons
562 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authn_dbd.html
563 Requires:       %{name}-base = %{version}-%{release}
564 Requires:       %{name}-mod_dbd = %{version}-%{release}
565 Provides:       apache(mod_authn_dbd) = %{version}-%{release}
566
567 %description mod_authn_dbd
568 This module provides authentication front-ends such as mod_auth_digest
569 and mod_auth_basic to authenticate users by looking up users in SQL
570 tables.
571
572 %description mod_authn_dbd -l pl
573 Ten modu³ udostêpnia frontendom uwierzytelniaj±cym takim jak
574 mod_auth_digest i mod_auth_basic uwierzytelnianie u¿ytkowników poprzez
575 wyszukiwanie w tabelach SQL.
576
577 %package mod_authn_dbm
578 Summary:        Apache module that allows user authentication using DBM files
579 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy uwierzytelnianie u¿ytkowników przy u¿yciu plików DBM
580 Group:          Networking/Daemons
581 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authn_dbm.html
582 Requires:       %{name}-base = %{version}-%{release}
583 Provides:       apache(mod_authn_dbm) = %{version}-%{release}
584
585 %description mod_authn_dbm
586 This module provides authentication front-ends such as mod_auth_digest
587 and mod_auth_basic to authenticate users by looking up users in DBM
588 password files.
589
590 %description mod_authn_dbm -l pl
591 Ten modu³ udostêpnia frontendom uwierzytelniaj±cym takim jak
592 mod_auth_digest i mod_auth_basic uwierzytelnianie u¿ytkowników poprzez
593 wyszukiwanie w tabelach hase³ DBM.
594
595 %package mod_authn_default
596 Summary:        Apache module that rejects any credentials supplied by the user
597 Summary(pl):    Modu³ Apache'a odrzucaj±cy wszystkie dane podane przez u¿ytkownika
598 Group:          Networking/Daemons
599 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authn_default.html
600 Requires:       %{name}-base = %{version}-%{release}
601 Provides:       apache(mod_authn_default) = %{version}-%{release}
602
603 %description mod_authn_default
604 This module is designed to be the fallback module, if you don't have
605 configured an authentication module like mod_auth_basic. It simply
606 rejects any credentials supplied by the user.
607
608 %description mod_authn_default -l pl
609 Ten modu³ zosta³ pomy¶lany jako domy¶lny modu³ uwierzytelniaj±cy,
610 je¶li nie skonfigurowano modu³u uwierzytelniaj±cego takiego jak
611 mod_auth_basic. Modu³ ten po prostu odrzuca wszelkie dane przekazane
612 przez u¿ytkownika.
613
614 %package mod_authn_file
615 Summary:        Apache module that allows user authentication using text files
616 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy uwierzytelnianie u¿ytkowników poprzez pliki tekstowe
617 Group:          Networking/Daemons
618 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authn_file.html
619 Requires:       %{name}-base = %{version}-%{release}
620 Provides:       apache(mod_authn_file) = %{version}-%{release}
621
622 %description mod_authn_file
623 This module provides authentication front-ends such as mod_auth_digest
624 and mod_auth_basic to authenticate users by looking up users in plain
625 text password files.
626
627 %description mod_authn_file -l pl
628 Ten modu³ udostêpnia frontendom uwierzytelniaj±cym takim jak
629 mod_auth_digest i mod_auth_basic uwierzytelnianie u¿ytkowników poprzez
630 wyszukiwanie w plikach tekstowych z has³ami.
631
632 %package mod_authnz_ldap
633 Summary:        Apache module that allows an LDAP directory to be used to store the database for HTTP Basic authentication
634 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy przechowywanie danych dla uwierzytelnienia HTTP Basic w bazie LDAP
635 Group:          Networking/Daemons
636 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html
637 Requires:       %{name}-base = %{version}-%{release}
638 Requires:       %{name}-mod_ldap = %{version}-%{release}
639 Provides:       apache(mod_authnz_ldap) = %{version}-%{release}
640 # compat
641 Provides:       apache(mod_auth_ldap) = %{version}-%{release}
642 Provides:       apache-mod_auth_ldap = %{version}-%{release}
643 Obsoletes:      apache-mod_auth_ldap < 2.2.0-0.5
644
645 %description mod_authnz_ldap
646 This module provides authentication front-ends such as mod_auth_basic
647 to authenticate users through an LDAP directory.
648
649 %description mod_authnz_ldap -l pl
650 Ten modu³ udostêpnia frontendom uwierzytelniaj±cym takim jak
651 mod_auth_basic uwierzytelnianie u¿ytkowników poprzez katalog LDAP.
652
653 %package mod_authz_dbm
654 Summary:        Apache module that allows group authorization using DBM files
655 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy uwierzytelnianie grup z u¿yciem plików DBM
656 Group:          Networking/Daemons
657 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authz_dbm.html
658 Requires:       %{name}-base = %{version}-%{release}
659 Provides:       apache(mod_authz_dbm) = %{version}-%{release}
660
661 %description mod_authz_dbm
662 This module provides authorization capabilities so that authenticated
663 users can be allowed or denied access to portions of the web site by
664 group membership stored in DBM file.
665
666 %description mod_authz_dbm -l pl
667 Ten modu³ daje mo¿liwo¶æ udostêpniania b±d¼ blokowania czê¶ci serwisu
668 WWW dla uwierzytelnionych u¿ytkowników na podstawie ich przynale¿no¶ci
669 do grupy zapisywanej w pliku DBM.
670
671 %package mod_authz_default
672 Summary:        Apache module that rejects any authorization request
673 Summary(pl):    Modu³ Apache'a odrzucaj±cy wszystkie ¿±dania autoryzacji
674 Group:          Networking/Daemons
675 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authz_default.html
676 Requires:       %{name}-base = %{version}-%{release}
677 Provides:       apache(mod_authz_default) = %{version}-%{release}
678
679 %description mod_authz_default
680 This module is designed to be the fallback module, if you don't have
681 configured an authorization module like mod_authz_user or
682 mod_authz_groupfile. It simply rejects any authorization request.
683
684 %description mod_authz_default -l pl
685 Ten modu³ zosta³ pomy¶lany jako domy¶lny modu³ autoryzuj±cy je¶li nie
686 skonfigurowano modu³u autoryzuj±cego takiego jak mod_authz_user czy
687 mod_authz_groupfile. Modu³ ten po prostu odrzuca wszelkie ¿±dania
688 autoryzacji.
689
690 %package mod_authz_groupfile
691 Summary:        Apache module that allows group authorization using plaintext files
692 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy autoryzacjê grup przy u¿yciu plików tekstowych
693 Group:          Networking/Daemons
694 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authz_groupfile.html
695 Requires:       %{name}-base = %{version}-%{release}
696 Provides:       apache(mod_authz_groupfile) = %{version}-%{release}
697
698 %description mod_authz_groupfile
699 This module provides authorization capabilities so that authenticated
700 users can be allowed or denied access to portions of the web site by
701 group membership stored in plain text file.
702
703 %description mod_authz_groupfile -l pl
704 Ten modu³ daje mo¿liwo¶æ udostêpniania b±d¼ blokowania czê¶ci serwisu
705 WWW dla uwierzytelnionych u¿ytkowników na podstawie ich przynale¿no¶ci
706 do grupy zapisywanej w pliku tekstowym.
707
708 %package mod_authz_host
709 Summary:        Apache module that allows group authorizations based on host (name or IP address)
710 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy autoryzacjê grup w oparcu o host (nazwê lub IP)
711 Group:          Networking/Daemons
712 URL:            http://httpd.apache.org/docs/2.2/mod/mod_authz_host.html
713 Requires:       %{name}-base = %{version}-%{release}
714 Provides:       apache(mod_authz_host) = %{version}-%{release}
715
716 %description mod_authz_host
717 The directives provided by mod_authz_host are used in <Directory>,
718 <Files>, and <Location> sections as well as .htaccess files to control
719 access to particular parts of the server. Access can be controlled
720 based on the client hostname, IP address, or other characteristics of
721 the client request, as captured in environment variables.
722
723 %description mod_authz_host -l pl
724 Dyrektyw udostêpnianych przez mod_authz_host mo¿na u¿ywaæ w sekcjach
725 <Directory>, <Files> i <Location>, a tak¿e plikach .htaccess w celu
726 sterowania dostêpem do poszczególnych czê¶ci serwera. Dostêpem mo¿na
727 sterowaæ na podstawie nazwy hosta klienta, adresu IP lub innej
728 charakterystyki ¿±dania klienta dostêpnej w zmiennych ¶rodowiskowych.
729
730 %package mod_authz_owner
731 Summary:        Apache module that allows authorization based on file ownership
732 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy autoryzacje w oparciu o w³asno¶æ plików
733 Group:          Networking/Daemons
734 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_authz_owner.html
735 Requires:       %{name}-base = %{version}-%{release}
736 #Requires:      any-auth-module
737 Provides:       apache(mod_authz_owner) = %{version}-%{release}
738
739 %description mod_authz_owner
740 This module authorizes access to files by comparing the userid used
741 for HTTP authentication (the web userid) with the file-system owner or
742 group of the requested file. The supplied username and password must
743 be already properly verified by an authentication module, such as
744 mod_auth_basic or mod_auth_digest.
745
746 %description mod_authz_owner -l pl
747 Ten modu³ autoryzuje dostêp do plików poprzez porównanie
748 identyfikatora u¿ytkownika u¿ytego przy uwierzytelnianiu HTTP (web
749 userid) z w³a¶cicielem lub grup± ¿±danego pliku w systemie plików.
750 Podana nazwa u¿ytkownika i has³o musz± byæ wcze¶niej zweryfikowane
751 przez modu³ uwierzytelniania, taki jak mod_auth_basic lub
752 mod_auth_digest.
753
754 %package mod_authz_user
755 Summary:        Apache module that allows user authorization
756 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy autoryzacjê u¿ytkowników
757 Group:          Networking/Daemons
758 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_authz_user.html
759 Requires:       %{name}-base = %{version}-%{release}
760 Provides:       apache(mod_authz_user) = %{version}-%{release}
761
762 %description mod_authz_user
763 This module provides authorization capabilities so that authenticated
764 users can be allowed or denied access to portions of the web site.
765
766 %description mod_authz_user -l pl
767 Ten modu³ daje mo¿liwo¶æ udostêpniania b±d¼ blokowania czê¶ci serwisu
768 WWW dla uwierzytelnionych u¿ytkowników.
769
770 %package mod_autoindex
771 Summary:        Apache module - display index of files
772 Summary(pl):    Modu³ apache do wy¶wietlania indeksu plików
773 Group:          Networking/Daemons
774 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_autoindex.html
775 Requires:       %{name}-base = %{version}-%{release}
776 Requires:       %{name}-mod_alias = %{version}-%{release}
777 Provides:       apache(mod_autoindex) = %{version}-%{release}
778
779 %description mod_autoindex
780 This package contains mod_autoindex module. It provides generation
781 index of files.
782
783 %description mod_autoindex -l pl
784 Ten pakiet dostarcza modu³ autoindex, który generuje indeks plików.
785
786 %package mod_bucketeer
787 Summary:        buckets manipulation filter
788 Summary(pl):    Dzielenie kube³ków po znalezieniu znaku steruj±cego
789 Group:          Networking/Daemons
790 Requires:       %{name}-base = %{version}-%{release}
791 Provides:       apache(mod_bucketeer) = %{version}-%{release}
792
793 %description mod_bucketeer
794 Split buckets whenever we find a control-char.
795
796 %description mod_bucketeer -l pl
797 Dzielenie kube³ków po znalezieniu znaku steruj±cego.
798
799 %package mod_cache
800 Summary:        Content cache keyed to URIs
801 Summary(pl):    Pamiêæ podrêczna wg klucza URI
802 Group:          Networking/Daemons
803 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_cache.html
804 Requires:       %{name}-base = %{version}-%{release}
805 Provides:       apache(mod_cache) = %{version}-%{release}
806
807 %description mod_cache
808 mod_cache implements an RFC 2616 compliant HTTP content cache that can
809 be used to cache either local or proxied content. Two storage
810 management modules are included in the base Apache distribution:
811 mod_disk_cache implements a disk based storage manager (generally used
812 for proxy caching) and mod_mem_cache implements an in-memory based
813 storage manager (primarily useful for caching local content).
814
815 %description mod_cache -l pl
816 Implementacja zgodnej z RFC 2616 pamiêci podrêcznej, która mo¿e byæ
817 u¿ywana do zapamiêtywania zawarto¶ci lokalnej lub dostêpnej przez
818 proxy. Do³±czono dwa modu³y pozwalaj±ce magazynowaæ dane w pamiêci
819 (g³ównie u¿yteczne przy cache'owaniu lokalnej zawarto¶ci) oraz na
820 dysku (u¿ywane do cache'owania proxy).
821
822 %package mod_case_filter
823 Summary:        TODO
824 Group:          Networking/Daemons
825 Requires:       %{name}-base = %{version}-%{release}
826 Provides:       apache(mod_case_filter) = %{version}-%{release}
827
828 %description mod_case_filter
829
830 %package mod_case_filter_in
831 Summary:        TODO
832 Group:          Networking/Daemons
833 Requires:       %{name}-base = %{version}-%{release}
834 Provides:       apache(mod_case_filter_in) = %{version}-%{release}
835
836 %description mod_case_filter_in
837
838 %package mod_cern_meta
839 Summary:        CERN httpd metafile semantics
840 Summary(pl):    Obs³uga semantyki metaplików CERN httpd
841 Group:          Networking/Daemons
842 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_cern_meta.html
843 Requires:       %{name}-base = %{version}-%{release}
844 Provides:       apache(mod_cern_meta) = %{version}-%{release}
845
846 %description mod_cern_meta
847 Emulate the CERN HTTPD Meta file semantics. Meta files are HTTP
848 headers that can be output in addition to the normal range of headers
849 for each file accessed. They appear rather like the Apache .asis
850 files, and are able to provide a crude way of influencing the Expires:
851 header, as well as providing other curiosities. There are many ways to
852 manage meta information, this one was chosen because there is already
853 a large number of CERN users who can exploit this module.
854
855 %description mod_cern_meta -l pl
856 Modu³ emuluj±cy semantykê metaplików CERN HTTPD. Metapliki to nag³ówki
857 HTTP, które mog± byæ wysy³ane oprócz normalnego zestawu nag³ówków dla
858 ka¿dego przetwarzanego pliku. Zachowuj± siê bardziej jak pliki .asis
859 Apache'a i mog± dawaæ brutalny sposób wp³ywania na nag³ówek Expires:,
860 a tak¿e dostarczaæ inne ciekawostki. Jest wiele sposobów zarz±dzania
861 metainformacjami, ta zosta³a wybrana poniewa¿ istnieje ju¿ wielu
862 u¿ytkowników CERN wykorzystuj±cych ten modu³.
863
864 %package mod_cgi
865 Summary:        Execution of CGI scripts
866 Summary(pl):    Uruchamianie skryptów CGI
867 Group:          Networking/Daemons
868 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_cgi.html
869 Requires:       %{name}-base = %{version}-%{release}
870 Provides:       apache(mod_cgi) = %{version}-%{release}
871
872 %description mod_cgi
873 Any file that has the mime type application/x-httpd-cgi or handler
874 cgi-script (Apache 1.1 or later) will be treated as a CGI script, and
875 run by the server, with its output being returned to the client. Files
876 acquire this type either by having a name containing an extension
877 defined by the AddType directive, or by being in a ScriptAlias
878 directory.
879
880 When using a multi-threaded MPM under unix, the module mod_cgid should
881 be used in place of this module. At the user level, the two modules
882 are essentially identical.
883
884 %description mod_cgi -l pl
885 Ten modu³ powoduje, ¿e dowolny plik o typie MIME
886 application/x-httpd-cgi albo procedurze obs³ugi cgi-script (w Apache'u
887 1.1 lub nowszym) bêdzie traktowany jako skrypt CGI i uruchamiany przez
888 serwer, a jego wyj¶cie bêdzie zwracane klientowi. Pliki uzyskuj± ten
889 typ przez posiadanie nazwy zawieraj±cej rozszerzenie okre¶lone
890 dyrektyw± AddType lub bêd±c w katalogu ScriptAlias.
891
892 Przy u¿ywaniu wielow±tkowych MPM pod unksem zamiast tego modu³u nale¿y
893 u¿ywaæ modu³u mod_cgid. Z poziomu u¿ytkownika oba te modu³y zachowuj±
894 siê identycznie.
895
896 %package mod_cgid
897 Summary:        Execution of CGI scripts using an external CGI daemon
898 Summary(pl):    Uruchamianie zewnêtrznych skryptów CGI za pomoc± daemona CGI
899 Group:          Networking/Daemons
900 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_cgid.html
901 Requires:       %{name}-base = %{version}-%{release}
902 Provides:       apache(mod_cgid) = %{version}-%{release}
903
904 %description mod_cgid
905 Execution of CGI scripts using an external CGI daemon.
906
907 Except for the optimizations and the additional ScriptSock directive,
908 mod_cgid behaves similarly to mod_cgi.
909
910 This module should be used instead of mod_cgi whenever a
911 multi-threaded MPM is selected.
912
913 %description mod_cgid -l pl
914 Uruchamianie skryptów CGI za pomoc± zewnêtrznego demona CGI.
915
916 Z wyj±tkiem optymalizacji i dodatkowej dyrektywy ScriptSock, mod_cgid
917 zachowuje siê podobnie do mod_cgi.
918
919 Tego modu³u nale¿y u¿ywaæ zamiast mod_cgi zawsze, je¶li wybrano
920 wielow±tkowy MPM.
921
922 %package mod_charset_lite
923 Summary:        Specify character set translation or recoding
924 Summary(pl):    Translacja lub przekodowywanie znaków
925 Group:          Networking/Daemons
926 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_charset_lite.html
927 Requires:       %{name}-base = %{version}-%{release}
928 Provides:       apache(mod_charset_lite) = %{version}-%{release}
929
930 %description mod_charset_lite
931 Specify character set translation or recoding.
932
933 This module provides a small subset of configuration mechanisms
934 implemented by Russian Apache and its associated mod_charset.
935
936 This is an experimental module and should be used with care.
937
938 %description mod_charset_lite -l pl
939 Translacja lub przekodowywanie znaków.
940
941 Ten modu³ udostêpnia niewielki podzbiór mechanizmów konfiguracyjnych
942 zaimplementowanych przez Russian Apache i powi±zany z nim mod_charset.
943
944 Jest to modu³ eksperymentalny i nale¿y u¿ywaæ go z uwag±.
945
946 %package mod_dav
947 Summary:        Apache module - Distributed Authoring and Versioning
948 Summary(pl):    Modu³ Apache'a - rozproszone autorstwo i wersjonowanie
949 Group:          Networking/Daemons
950 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_dav.html
951 Requires:       %{name}-base = %{version}-%{release}
952 Provides:       apache(mod_dav) = %{version}-%{release}
953
954 %description mod_dav
955 This module provides class 1 and class 2 WebDAV ('Web-based
956 Distributed Authoring and Versioning') functionality for Apache. This
957 extension to the HTTP protocol allows creating, moving, copying, and
958 deleting resources and collections on a remote web server.
959
960 %description mod_dav -l pl
961 Modu³ udostêpnia klasê 1 oraz klasê 2 WebDAV (Bazuj±cego na WWW
962 rozproszonego autorstwa i wersjonowania). To rozszerzenie HTTP pozwala
963 na tworzenie, przesuwanie, kopiowanie oraz kasowanie zasobów na
964 zdalnym serwerze WWW.
965
966 %package mod_dbd
967 Summary:        Manages SQL database connections
968 Summary(pl):    Zarz±dzanie po³±czeniami z baz± danych SQL
969 Group:          Networking/Daemons
970 URL:            http://httpd.apache.org/docs/2.2/en/mod/mod_dbd.html
971 Requires:       %{name}-base = %{version}-%{release}
972 Provides:       apache(mod_dbd) = %{version}-%{release}
973
974 %description mod_dbd
975 mod_dbd manages SQL database connections using apr_dbd. It provides
976 database connections on request to modules requiring SQL database
977 functions, and takes care of managing databases with optimal
978 efficiency and scalability for both threaded and non-threaded MPMs.
979
980 %description mod_dbd -l pl
981 mod_dbd zarz±dza po³±czeniami z baz± danych SQL przy u¿yciu apr_dbd.
982 Udostêpnia po³±czenia z baz± danych na ¿±danie modu³ów wymagaj±cych
983 funkcji bazy danych SQL, a nastêpnie dba o zarz±dzanie bazami danych z
984 optymaln± wydajno¶ci± i skalowalno¶ci± zarówno dla w±tkowych jak i
985 niew±tkowych MPM.
986
987 %package mod_deflate
988 Summary:        Apache module: Compress content before it is delivered to the client
989 Summary(pl):    Modu³ Apache'a kompresuj±cy dane przed przes³aniem ich do klienta
990 Group:          Networking/Daemons
991 URL:            http://httpd.apache.org/docs/2.2/mod/mod_deflate.html
992 Requires:       %{name}-base = %{version}-%{release}
993 Requires:       %{name}-mod_headers = %{version}-%{release}
994 Provides:       apache(mod_deflate) = %{version}-%{release}
995
996 %description mod_deflate
997 Compress content before it is delivered to the client.
998
999 %description mod_deflate -l pl
1000 Modu³ kompresuj±cy dane przed przes³aniem ich do klienta.
1001
1002 %package mod_dir
1003 Summary:        Apache module for "trailing slash" redirects and serving directory index files
1004 Summary(pl):    Modu³ Apache'a oferuj±cy przekierowania i udostêpnianie informacji o zawarto¶ci katalogu
1005 Group:          Networking/Daemons
1006 URL:            http://httpd.apache.org/docs/2.2/mod/mod_dir.html
1007 Requires:       %{name}-base = %{version}-%{release}
1008 Provides:       apache(mod_dir) = %{version}-%{release}
1009
1010 %description mod_dir
1011 This package contains mod_dir which provides "trailing slash"
1012 redirects and serving directory index files.
1013
1014 %description mod_dir -l pl
1015 Modu³ oferuj±cy przekierowania i udostêpnianie informacji o zawarto¶ci
1016 katalogu.
1017
1018 %package mod_dumpio
1019 Summary:        Dumps all I/O to error log as desired
1020 Summary(pl):    Zrzucanie ca³o¶ci wej¶cia/wyj¶cia do logu b³êdów
1021 Group:          Networking/Daemons
1022 URL:            http://httpd.apache.org/docs/2.2/mod/mod_dumpio.html
1023 Requires:       %{name}-base = %{version}-%{release}
1024 Provides:       apache(mod_dumpio) = %{version}-%{release}
1025
1026 %description mod_dumpio
1027 mod_dumpio allows for the logging of all input received by Apache
1028 and/or all output sent by Apache to be logged (dumped) to the
1029 error.log file.
1030
1031 The data logging is done right after SSL decoding (for input) and
1032 right before SSL encoding (for output). As can be expected, this can
1033 produce extreme volumes of data, and should only be used when
1034 debugging problems.
1035
1036 %description mod_dumpio -l pl
1037 mod_dumpio umo¿liwia logowanie ca³ego wej¶cia otrzymanego przez
1038 Apache'a i/lub ca³êgo wyj¶cia wysy³anego przez Apache'a do pliku
1039 error.log.
1040
1041 Logowanie danych nastêpuja zaraz po zdekodowaniu SSL (dla wej¶cia) i
1042 zaraz przed kodowaniem SSL (dla wyj¶cia). Jak mo¿na siê spodziewaæ, ta
1043 opcja mo¿e tworzyæ ogromne ilo¶ci danych i powinna byæ u¿ywana tylko
1044 przy diagnostyce problemów.
1045
1046 %package mod_echo
1047 Summary:        A simple echo server to illustrate protocol modules
1048 Summary(pl):    Prosty serwer ocho ilustruj±cy modu³y protoko³ów
1049 Group:          Networking/Daemons
1050 URL:            http://httpd.apache.org/docs/2.2/mod/mod_echo.html
1051 Requires:       %{name}-base = %{version}-%{release}
1052 Provides:       apache(mod_echo) = %{version}-%{release}
1053
1054 %description mod_echo
1055 This module provides an example protocol module to illustrate the
1056 concept. It provides a simple echo server. Telnet to it and type
1057 stuff, and it will echo it.
1058
1059 %description mod_echo -l pl
1060 Ten modu³ udostêpnia przyk³adowy modu³ protoko³u ilustruj±cy ideê.
1061 Udostêpnia prosty serwer echo. Mo¿na siê na niego zatelnetowaæ i
1062 napisaæ cokolwiek, a on odpowie tym samym.
1063
1064 %package mod_env
1065 Summary:        Modifies the environment which is passed to CGI scripts and SSI pages
1066 Summary(pl):    Modyfikowanie ¶rodowiska przekazywanego skryptom CGI i stronom SSI
1067 Group:          Networking/Daemons
1068 URL:            http://httpd.apache.org/docs/2.2/mod/mod_env.html
1069 Requires:       %{name}-base = %{version}-%{release}
1070 Provides:       apache(mod_env) = %{version}-%{release}
1071
1072 %description mod_env
1073 This module allows for control of the environment that will be
1074 provided to CGI scripts and SSI pages. Environment variables may be
1075 passed from the shell which invoked the httpd process. Alternatively,
1076 environment variables may be set or unset within the configuration
1077 process.
1078
1079 %description mod_env -l pl
1080 Ten modu³ pozwala na kontrolê ¶rodowiska udostêpnianego skryptom CGI i
1081 stronom SSI. Zmienne ¶rodowiskowe mog± byæ przekazywane z pow³oki w
1082 czasie uruchamiania procesu httpd, albo - alternatywnie - ustawiane i
1083 usuwane w procesie konfiguracji.
1084
1085 %package mod_expires
1086 Summary:        Apache module which generates Expires HTTP headers
1087 Summary(pl):    Modu³ Apache'a generuj±cy nag³ówki HTTP Expires
1088 Group:          Networking/Daemons
1089 URL:            http://httpd.apache.org/docs/2.2/mod/mod_expires.html
1090 Requires:       %{name}-base = %{version}-%{release}
1091 Provides:       apache(mod_expires) = %{version}-%{release}
1092
1093 %description mod_expires
1094 This module controls the setting of the Expires HTTP header in server
1095 responses. The expiration date can set to be relative to either the
1096 time the source file was last modified, or to the time of the client
1097 access.
1098
1099 %description mod_expires -l pl
1100 Modu³ kontroluje ustawianie nag³ówka HTTP Expires. Data wyga¶niêcia
1101 wa¿no¶ci mo¿e byæ ustalana w zale¿no¶ci od czasu modyfikacji plików
1102 ¼ród³owych lub odwo³ania klienta.
1103
1104 %package mod_ext_filter
1105 Summary:        Pass the response body through an external program before delivery to the client
1106 Summary(pl):    Przekazywanie cia³a odpowiedzi do zewnêtrznego programu przed przekazaniem klientowi
1107 Group:          Networking/Daemons
1108 URL:            http://httpd.apache.org/docs/2.2/mod/mod_ext_filter.html
1109 Requires:       %{name}-base = %{version}-%{release}
1110 Provides:       apache(mod_ext_filter) = %{version}-%{release}
1111
1112 %description mod_ext_filter
1113 mod_ext_filter presents a simple and familiar programming model for
1114 filters. With this module, a program which reads from stdin and writes
1115 to stdout (i.e., a Unix-style filter command) can be a filter for
1116 Apache.
1117
1118 This filtering mechanism is much slower than using a filter which is
1119 specially written for the Apache API and runs inside of the Apache
1120 server process, but it does have the following benefits:
1121 - the programming model is much simpler
1122 - any programming/scripting language can be used, provided that it
1123   allows the program to read from standard input and write to standard
1124   output
1125 - existing programs can be used unmodified as Apache filters
1126
1127 Even when the performance characteristics are not suitable for
1128 production use, mod_ext_filter can be used as a prototype environment
1129 for filters.
1130
1131 %description mod_ext_filter -l pl
1132 mod_ext_filter przedstawia prosty i przyjazny model programowania dla
1133 filtrów. Przy u¿yciu tego modu³u program czytaj±cy ze standardowego
1134 wej¶cia i pisz±cy na standardowe wyj¶cie (czyli uniksowe polecenie
1135 filtruj±ce) mo¿e byæ filtrem dla Apache'a.
1136
1137 Ten mechanizm filtruj±cy jest znacznie wolniejszy ni¿ u¿ycie filtru
1138 napisanego specjalnie dla API Apache'a i dzia³aj±cego wewn±trz procesu
1139 Apache'a, ale ma nastêpuj±ce zalety:
1140 - znacznie prostszy model programowania
1141 - mo¿liwo¶æ u¿ycia dowolnego jêzyka programowania/skryptowego, je¶li
1142   tylko umo¿liwia czytanie ze standardowego wej¶cia i pisanie na
1143   standardowe wyj¶cie
1144 - mo¿liwo¶æ u¿ycia istniej±cych programów bez modyfikacji jako filtrów
1145   Apache'a.
1146
1147 Nawet kiedy charakterystyka wydajno¶ci nie jest odpowiednia dla u¿ytku
1148 produkcyjnego, mod_ext_filter mo¿na u¿ywaæ w ¶rodowisku prototypowym
1149 dla filtrów.
1150
1151 %package mod_file_cache
1152 Summary:        Apache module: caches a static list of files in memory
1153 Summary(pl):    Modu³ Apache'a cache'uj±cy statyczn± listê plików w pamiêci
1154 Group:          Networking/Daemons
1155 URL:            http://httpd.apache.org/docs/2.2/mod/mod_file_cache.html
1156 Requires:       %{name}-base = %{version}-%{release}
1157 Provides:       apache(mod_file_cache) = %{version}-%{release}
1158 Obsoletes:      apache-mmap_static
1159
1160 %description mod_file_cache
1161 Caches a static list of files in memory.
1162
1163 This module is an extension of and borrows heavily from the
1164 mod_mmap_static module in Apache 1.3.
1165
1166 %description mod_file_cache -l pl
1167 Modu³ cache'uj±cy statyczn± listê plików w pamiêci.
1168
1169 %package mod_filter
1170 Summary:        Context-sensitive smart filter configuration module
1171 Summary(pl):    Modu³ inteligentnej, zale¿nej od kontekstu konfiguracji filtrów
1172 Group:          Networking/Daemons
1173 URL:            http://httpd.apache.org/docs/2.2/mod/mod_filter.html
1174 Requires:       %{name}-base = %{version}-%{release}
1175 Provides:       apache(mod_filter) = %{version}-%{release}
1176
1177 %description mod_filter
1178 This module enables smart, context-sensitive configuration of output
1179 content filters. For example, apache can be configured to process
1180 different content-types through different filters, even when the
1181 content-type is not known in advance (e.g. in a proxy).
1182
1183 %description mod_filter -l pl
1184 Ten modu³ umo¿liwia inteligentne, zale¿ne od kontekstu konfigurowanie
1185 wyj¶ciowych filtrów tre¶ci. Na przyk³ad, Apache'a mo¿na skonfigurowaæ
1186 do przetwarzania ró¿nych content-type poprzez ró¿ne filtry, nawet
1187 je¶li content-type nie jest znany z góry (np. w wypadku proxy).
1188
1189 %package mod_headers
1190 Summary:        Apache module allows for the customization of HTTP response headers
1191 Summary(pl):    Modu³ Apache'a pozwalaj±cy na modyfikacjê nag³ówków HTTP
1192 Group:          Networking/Daemons
1193 URL:            http://httpd.apache.org/docs/2.2/mod/mod_headers.html
1194 Requires:       %{name}-base = %{version}-%{release}
1195 Provides:       apache(mod_headers) = %{version}-%{release}
1196
1197 %description mod_headers
1198 This package contains mod_headers module. The module allows for the
1199 customization of HTTP response headers. Headers can be merged,
1200 replaced or removed.
1201
1202 %description mod_headers -l pl
1203 Modu³ pozwalaj±cy na ³±czenie, usuwanie oraz zamianê nag³ówków HTTP
1204 wysy³anych do przegl±darki.
1205
1206 %package mod_ident
1207 Summary:        RFC 1413 ident lookups
1208 Summary(pl):    Sprawdzanie identyfikacji RFC 1413
1209 Group:          Networking/Daemons
1210 URL:            http://httpd.apache.org/docs/2.2/mod/mod_ident.html
1211 Requires:       %{name}-base = %{version}-%{release}
1212 Provides:       apache(mod_ident) = %{version}-%{release}
1213
1214 %description mod_ident
1215 This module queries an RFC 1413 compatible daemon on a remote host to
1216 look up the owner of a connection.
1217
1218 %description mod_ident -l pl
1219 Ten modu³ odpytuje demona zgodnego z RFC 1413 na zdalnym ho¶cie w celu
1220 sprawdzenia w³a¶ciciela po³±czenia.
1221
1222 %package mod_imagemap
1223 Summary:        Server-side imagemap processing
1224 Summary(pl):    Przetwarzanie map obrazów po stronie serwera
1225 Group:          Networking/Daemons
1226 URL:            http://httpd.apache.org/docs/2.2/mod/mod_imagemap.html
1227 Requires:       %{name}-base = %{version}-%{release}
1228 Provides:       apache(mod_imagemap) = %{version}-%{release}
1229 Obsoletes:      %{name}-mod_imap
1230
1231 %description mod_imagemap
1232 This module processes .map files, thereby replacing the functionality
1233 of the imagemap CGI program. Any directory or document type configured
1234 to use the handler imap-file (using either AddHandler or SetHandler)
1235 will be processed by this module.
1236
1237 %description mod_imagemap -l pl
1238 Ten modu³ przetwarza pliki .map zastêpuj±c funkcjonalno¶æ programu CGI
1239 imagemap. Dowolny katalog lub rodzaj dokumentu skonfigurowany do
1240 u¿ywania procedury obs³ugi imap-file (poprzez AddHandler lub
1241 SetHandler) bêdzie przetwarzany przez ten modu³.
1242
1243 %package mod_include
1244 Summary:        Server-parsed html documents (Server Side Includes)
1245 Summary(pl):    Dokumenty przetwarzane przez serwer (Server Side Includes)
1246 Group:          Networking/Daemons
1247 URL:            http://httpd.apache.org/docs/2.2/mod/mod_include.html
1248 Requires:       %{name}-base = %{version}-%{release}
1249 Provides:       apache(mod_include) = %{version}-%{release}
1250
1251 %description mod_include
1252 This module provides a filter which will process files before they are
1253 sent to the client. The processing is controlled by specially
1254 formatted SGML comments, referred to as elements. These elements allow
1255 conditional text, the inclusion of other files or programs, as well as
1256 the setting and printing of environment variables.
1257
1258 %description mod_include -l pl
1259 Ten modu³ dostarcza procedurê obs³ugi przetwarzaj±c± pliki przed
1260 wys³aniem ich do klienta. Przetwarzanie jest sterowane specjalnie
1261 sformatowanymi komentarzami SGML, nazywanymi elementami. Elementy te
1262 pozwalaj± na tekst warunkowy, do³±czanie innych plików lub programów,
1263 a tak¿e ustawianie i wypisywanie zmiennych ¶rodowiskowych.
1264
1265 %package mod_info
1266 Summary:        Apache module with comprehensive overview of the server configuration
1267 Summary(pl):    Modu³ Apache'a udostêpniaj±cy informacje o serwerze
1268 Group:          Networking/Daemons
1269 URL:            http://httpd.apache.org/docs/2.2/mod/mod_info.html
1270 Requires:       %{name}-base = %{version}-%{release}
1271 Requires:       %{name}-mod_authz_host = %{version}-%{release}
1272 Provides:       apache(mod_info) = %{version}-%{release}
1273
1274 %description mod_info
1275 This package contains mod_info module. It provides a comprehensive
1276 overview of the server configuration including all installed modules
1277 and directives in the configuration files.
1278
1279 %description mod_info -l pl
1280 Modu³ udostêpniaj±cy informacje o konfiguracji serwera,
1281 zainstalowanych modu³ach itp.
1282
1283 %package mod_ldap
1284 Summary:        Apache module to use LDAP connections
1285 Summary(pl):    Modu³ Apache'a umo¿liwiaj±cy korzystanie z po³±czeñ LDAP
1286 Group:          Networking/Daemons
1287 URL:            http://httpd.apache.org/docs/2.2/mod/mod_ldap.html
1288 Requires:       %{name}-base = %{version}-%{release}
1289 Provides:       apache(mod_ldap) = %{version}-%{release}
1290
1291 %description mod_ldap
1292 Apache module to use LDAP connections.
1293
1294 %description mod_ldap -l pl
1295 Modu³ Apache'a umo¿liwiaj±cy korzystanie z po³±czeñ LDAP.
1296
1297 %package mod_log_config
1298 Summary:        Logging of the requests made to the server
1299 Summary(pl):    Logowanie ¿±dañ zg³aszanych do serwera
1300 Group:          Networking/Daemons
1301 URL:            http://httpd.apache.org/docs/2.2/mod/mod_log_config.html
1302 Requires:       %{name}-base = %{version}-%{release}
1303 Provides:       apache(mod_log_config) = %{version}-%{release}
1304
1305 %description mod_log_config
1306 This module provides for flexible logging of client requests. Logs are
1307 written in a customizable format, and may be written directly to a
1308 file, or to an external program. Conditional logging is provided so
1309 that individual requests may be included or excluded from the logs
1310 based on characteristics of the request.
1311
1312 %description mod_log_config -l pl
1313 Ten modu³ umo¿liwia elastyczne logowanie ¿±dañ klientów. Logi s±
1314 zapisywane w konfigurowalnym formacie i mog± byæ zapisywane
1315 bezpo¶rednio do pliku lub przekazywane do zewnêtrznego programu.
1316 Dostêpne jest logowanie warunkowe polegaj±ce na w³±czeniu lub
1317 wy³±czeniu poszczególnych ¿±dañ z logowania na podstawie
1318 charakterystyki ¿±dania.
1319
1320 %package mod_log_forensic
1321 Summary:        Forensic Logging of the requests made to the server
1322 Summary(pl):    Logowanie ¿adañ zg³aszanych do serwera w celu pó¼niejszej analizy
1323 Group:          Networking/Daemons
1324 URL:            http://httpd.apache.org/docs/2.2/mod/mod_log_forensic.html
1325 Requires:       %{name}-base = %{version}-%{release}
1326 Provides:       apache(mod_log_forensic) = %{version}-%{release}
1327
1328 %description mod_log_forensic
1329 This module provides for forensic logging of client requests. Logging
1330 is done before and after processing a request, so the forensic log
1331 contains two log lines for each request.
1332
1333 %description mod_log_forensic -l pl
1334 Ten modu³ pozwala na logowanie ¿±dañ w celu pó¼niejszej analizy.
1335 Logowanie jest wykonywane przed i po przetworzeniu ¿±dania, wiêc log
1336 zawiera dwie linie dla ka¿dego ¿±dania.
1337
1338 %package mod_logio
1339 Summary:        Logging of input and output bytes per request
1340 Summary(pl):    Logowanie liczby bajtów wej¶cia i wyj¶cia dla zapytañ
1341 Group:          Networking/Daemons
1342 URL:            http://httpd.apache.org/docs/2.2/mod/mod_logio.html
1343 Requires:       %{name}-base = %{version}-%{release}
1344 Requires:       %{name}-mod_log_config = %{version}-%{release}
1345 Provides:       apache(mod_logio) = %{version}-%{release}
1346
1347 %description mod_logio
1348 This module provides the logging of input and output number of bytes
1349 received/sent per request. The numbers reflect the actual bytes as
1350 received on the network, which then takes into account the headers and
1351 bodies of requests and responses. The counting is done before SSL/TLS
1352 on input and after SSL/TLS on output, so the numbers will correctly
1353 reflect any changes made by encryption.
1354
1355 %description mod_logio -l pl
1356 Ten modu³ zapewnia logowanie liczby bajtów wej¶cia i wyj¶cia
1357 odbieranych/wysy³anych przy ka¿dym zapytaniu. Liczby odzwierciedlaj±
1358 rzeczywiste bajty przesy³ane przez sieæ, z wliczonymi nag³ówkami i
1359 cia³ami ¿±dañ i odpowiedzi. Zliczanie jest wykonywane przed SSL/TLS na
1360 wej¶ciu i po SSL/TLS na wyj¶ciu, wiêc liczby bêd± w³a¶ciwie
1361 odzwierciedla³y wszystkie zmiany dokonywane przez szyfrowanie.
1362
1363 %package mod_mime
1364 Summary:        Associates the requested filename's extensions with the file's behavior and content
1365 Summary(pl):    Wi±zanie okre¶lonych rozszerzeñ plików z zachowaniem i zawarto¶ci±
1366 Group:          Networking/Daemons
1367 URL:            http://httpd.apache.org/docs/2.2/mod/mod_mime.html
1368 Requires:       %{name}-base = %{version}-%{release}
1369 Provides:       apache(mod_mime) = %{version}-%{release}
1370
1371 %description mod_mime
1372 This module is used to associate various bits of "meta information"
1373 with files by their filename extensions. This information relates the
1374 filename of the document to it's mime-type, language, character set
1375 and encoding. This information is sent to the browser, and
1376 participates in content negotiation, so the user's preferences are
1377 respected when choosing one of several possible files to serve. See
1378 mod_negotiation for more information about content negotiation.
1379
1380 %description mod_mime -l pl
1381 Ten modu³ s³u¿y do wi±zania okre¶lonych czê¶ci "metainformacji" z
1382 plikami w zale¿no¶ci od rozszerzeñ nazw plików. Informacje te ³±cz±
1383 nazwy plików dokumentów z ich typem MIME, jêzykiem, zestawem znaków i
1384 kodowaniem. Informacje te s± wysy³ane przegl±darce i maj± wp³yw na
1385 negocjacjê tre¶ci, tak ¿e preferencje u¿ytkownika s± respektowane przy
1386 wybieraniu jednego z kilku dostêpnych do zaserwowania. Wiêcej
1387 informacji o negocjacji tre¶ci jest w dokumentacji do mod_negotiation.
1388
1389 %package mod_mime_magic
1390 Summary:        Determines the MIME type of a file by looking at a few bytes of its contents
1391 Summary(pl):    Okre¶lanie typu MIME pliku poprzez sprawdzanie kilku bajtów jego zawarto¶ci
1392 Group:          Networking/Daemons
1393 URL:            http://httpd.apache.org/docs/2.2/mod/mod_mime_magic.html
1394 Requires:       %{name}-base = %{version}-%{release}
1395 Provides:       apache(mod_mime_magic) = %{version}-%{release}
1396
1397 %description mod_mime_magic
1398 This module determines the MIME type of files in the same way the Unix
1399 file(1) command works: it looks at the first few bytes of the file. It
1400 is intended as a "second line of defense" for cases that mod_mime
1401 can't resolve.
1402
1403 %description mod_mime_magic -l pl
1404 Ten modu³ okre¶la typ MIME plików w ten sam sposób, co uniksowe
1405 polecenie file(1): patrzy na kilka pocz±tkowych bajtów pliku. Ma
1406 s³u¿yæ jako "druga linia obrony" dla przypadków, których nie mo¿e
1407 rozwi±zaæ mod_mime.
1408
1409 %package mod_negotiation
1410 Summary:        Provides for content negotiation
1411 Summary(pl):    Modu³ do negocjacji tre¶ci
1412 Group:          Networking/Daemons
1413 URL:            http://httpd.apache.org/docs/2.2/mod/mod_negotiation.html
1414 Requires:       %{name}-base = %{version}-%{release}
1415 Requires:       %{name}-mod_mime = %{version}-%{release}
1416 Provides:       apache(mod_negotiation) = %{version}-%{release}
1417
1418 %description mod_negotiation
1419 Content negotiation, or more accurately content selection, is the
1420 selection of the document that best matches the clients capabilities,
1421 from one of several available documents.
1422
1423 %description mod_negotiation -l pl
1424 Negocjacja tre¶ci, lub bardziej precyzyjnie - wybór tre¶ci, to wybór
1425 dokumentu najbardziej odpowiadaj±cego mo¿liwo¶ciom klientów spo¶ród
1426 kilku mo¿liwych dokumentów.
1427
1428 %package mod_proxy
1429 Summary:        Apache module with Web proxy
1430 Summary(pl):    Modu³ Apache'a dodaj±cy obs³ugê serwera proxy
1431 Group:          Networking/Daemons
1432 URL:            http://httpd.apache.org/docs/2.2/mod/mod_proxy.html
1433 Requires:       %{name}-base = %{version}-%{release}
1434 Requires:       %{name}-mod_authz_host = %{version}-%{release}
1435 Provides:       apache(mod_proxy) = %{version}-%{release}
1436
1437 %description mod_proxy
1438 This package contains module with implementation a proxy/cache for
1439 Apache. It implements proxying capability for FTP, CONNECT (for SSL),
1440 HTTP/0.9, HTTP/1.0 and HTTP/1.1. The module can be configured to
1441 connect to other proxy modules for these and other protocols.
1442
1443 %description mod_proxy -l pl
1444 Modu³ zawiera implementacjê serwera proxy/cache dla Apache.
1445 Implementacja zawiera obs³ugê FTP, CONNECT (dla SSL), HTTP/0.9,
1446 HTTP/1.0 i HTTP/1.1.
1447
1448 %package mod_rewrite
1449 Summary:        Apache module with rule-based engine for rewrite requested URLs on the fly
1450 Summary(pl):    Modu³ Apache'a do "przepisywania" adresów URL w locie
1451 Group:          Networking/Daemons
1452 URL:            http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html
1453 Requires:       %{name}-base = %{version}-%{release}
1454 Provides:       apache(mod_rewrite) = %{version}-%{release}
1455
1456 %description mod_rewrite
1457 This package contains It provides a rule-based rewriting engine to
1458 rewrite requested URLs on the fly.
1459
1460 %description mod_rewrite -l pl
1461 Modu³ oferuj±cy mo¿liwo¶æ "przepisywania" adresów URL w locie.
1462
1463 %package mod_setenvif
1464 Summary:        Allows the setting of environment variables based on characteristics of the request
1465 Summary(pl):    Ustawianie zmiennych ¶rodowiskowych w oparciu o charakterystykê ¿±dania
1466 Group:          Networking/Daemons
1467 URL:            http://httpd.apache.org/docs/2.2/mod/mod_setenvif.html
1468 Requires:       %{name}-base = %{version}-%{release}
1469 Provides:       apache(mod_setenvif) = %{version}-%{release}
1470
1471 %description mod_setenvif
1472 The mod_setenvif module allows you to set environment variables
1473 according to whether different aspects of the request match regular
1474 expressions you specify. These environment variables can be used by
1475 other parts of the server to make decisions about actions to be taken.
1476
1477 %description mod_setenvif
1478 Modu³ mod_setenvif pozwala na ustawianie zmiennych ¶rodowiskowych w
1479 zale¿no¶ci od ró¿nych aspektów ¿±dania pasuj±cych do podanych wyra¿eñ
1480 regularnych. Te zmienne ¶rodowiskowe mog± byæ u¿ywane przez inne
1481 czê¶ci serwera do podejmowania decyzji o podejmowanych akcjach.
1482
1483 %package mod_speling
1484 Summary:        Attempts to correct mistaken URLs by ignoring capitalization and by allowing up to one misspelling
1485 Summary(pl):    Próba poprawiania b³êdnych URL-i poprzez ignorowanie wielko¶ci liter i zezwalanie na jedn± literówkê
1486 Group:          Networking/Daemons
1487 URL:            http://httpd.apache.org/docs/2.2/mod/mod_speling.html
1488 Requires:       %{name}-base = %{version}-%{release}
1489 Provides:       apache(mod_speling) = %{version}-%{release}
1490
1491 %description mod_speling
1492 Requests to documents sometimes cannot be served by the core apache
1493 server because the request was misspelled or miscapitalized. This
1494 module addresses this problem by trying to find a matching document,
1495 even after all other modules gave up. It does its work by comparing
1496 each document name in the requested directory against the requested
1497 document name without regard to case, and allowing up to one
1498 misspelling (character insertion / omission / transposition or wrong
1499 character). A list is built with all document names which were matched
1500 using this strategy.
1501
1502 %description mod_speling -l pl
1503 Czasami ¿±dania dokumentów nie mog± byæ wykonane przez sam serwer
1504 Apache, poniewa¿ ¿±danie zosta³o napisane z b³êdem w znakach lub
1505 wielko¶ci liter. Ten modu³ próbuje rozwi±zaæ ten problem próbuj±c
1506 znale¼æ pasuj±cy dokument, nawet je¶li inne modu³y siê podda³y. Dzia³a
1507 on poprzez porównywanie nazwy ka¿dego dokumentu w ¿±danym katalogu z
1508 ¿±dan± nazw± dokumentu bez zwracania uwagi na wielko¶æ liter i
1509 pozwalaj±c na jeden b³±d (dodany, pominiêty, przestawiony lub z³y
1510 znak). Tworzona jest lista dla wszystkich nazw dokumentów pasuj±cych
1511 dla tej strategii.
1512
1513 %package mod_ssl
1514 Summary:        SSL/TLS module for the Apache HTTP server
1515 Summary(pl):    Modu³ SSL/TSL dla serwera Apache
1516 Summary(ru):    íÏÄÕÌØ SSL/TLS ÄÌÑ ×ÅÂ-ÓÅÒ×ÅÒÁ Apache
1517 Group:          Networking/Daemons
1518 URL:            http://httpd.apache.org/docs/2.2/mod/mod_ssl.html
1519 Epoch:          1
1520 Requires:       %{name}-base = %{version}-%{release}
1521 Provides:       apache(mod_ssl) = 1:%{version}-%{release}
1522
1523 %description mod_ssl
1524 The mod_ssl module provides strong cryptography for the Apache Web
1525 server via the Secure Sockets Layer (SSL) and Transport Layer Security
1526 (TLS) protocols.
1527
1528 %description mod_ssl -l pl
1529 Modu³ mod_ssl udostêpnia wsparcie do silnej kryptografii dla serwera
1530 Apache poprzez protoko³y SSL/TSL (Secure Sockets Layer/Transport Layer
1531 Security).
1532
1533 %description mod_ssl -l ru
1534 íÏÄÕÌØ mod_ssl ÏÂÅÓÐÅÞÉ×ÁÅÔ ÐÏÄÄÅÒÖËÕ × ×ÅÂ-ÓÅÒ×ÅÒÅ Apache ÎÁÄÅÖÎÏÇÏ
1535 ÛÉÆÒÏ×ÁÎÉÑ ÓÒÅÄÓÔ×ÁÍÉ Secure Sockets Layer (SSL) É Transport Layer
1536
1537 %package mod_status
1538 Summary:        Server status report module for Apache
1539 Summary(pl):    Modu³ udostêpniaj±cy informacje statystyczne z serwera Apache
1540 Group:          Networking/Daemons
1541 URL:            http://httpd.apache.org/docs/2.2/mod/mod_status.html
1542 Requires:       %{name}-base = %{version}-%{release}
1543 Requires:       %{name}-mod_authz_host = %{version}-%{release}
1544 Provides:       apache(mod_status) = %{version}-%{release}
1545
1546 %description mod_status
1547 The Status module allows a server administrator to find out how well
1548 their server is performing. A HTML page is presented that gives the
1549 current server statistics in an easily readable form. If required this
1550 page can be made to automatically refresh (given a compatible
1551 browser).
1552
1553 %description mod_status -l pl
1554 Modu³ pozwala administratorowi na przegl±danie statystyk dotycz±cych
1555 pracy serwera Apache (w postaci strony HTML).
1556
1557 %package mod_unique_id
1558 Summary:        Apache module which provides a magic token for each request
1559 Summary(pl):    Modu³ Apache'a nadaj±cy ka¿demu zapytaniu unikalny token
1560 Group:          Networking/Daemons
1561 URL:            http://httpd.apache.org/docs/2.2/mod/mod_unique_id.html
1562 Requires:       %{name}-base = %{version}-%{release}
1563 Provides:       apache(mod_unique_id) = %{version}-%{release}
1564
1565 %description mod_unique_id
1566 This package contains the mod_unique_id. This module provides a magic
1567 token for each request which is guaranteed to be unique across "all"
1568 requests under very specific conditions. The unique identifier is even
1569 unique across multiple machines in a properly configured cluster of
1570 machines. The environment variable UNIQUE_ID is set to the identifier
1571 for each request. Unique identifiers are useful for various reasons
1572 which are beyond the scope of this document.
1573
1574 %description mod_unique_id -l pl
1575 Modu³ nadaje ka¿demu zapytaniu token unikalny w ramach wszystkich
1576 zapytañ, nawet w ramach poprawnie skonfigurowanego klastra z wielu
1577 maszyn. Modu³ ustawia przy ka¿dym zapytaniu zmienn± ¶rodowiskow±
1578 UNIQUE_ID.
1579
1580 %package mod_userdir
1581 Summary:        User-specific directories
1582 Summary(pl):    Katalogi specyficzne dla u¿ytkowników
1583 Group:          Networking/Daemons
1584 URL:            http://httpd.apache.org/docs/2.2/mod/mod_userdir.html
1585 Requires:       %{name}-base = %{version}-%{release}
1586 Requires:       %{name}-mod_authz_host = %{version}-%{release}
1587 Provides:       apache(mod_userdir) = %{version}-%{release}
1588
1589 %description mod_userdir
1590 This module allows user-specific directories to be accessed using the
1591 http://example.com/~user/ syntax.
1592
1593 %description mod_userdir -l pl
1594 Ten modu³ pozwala na dostêp do katalogów specyficznych dla
1595 u¿ytkowników przy u¿yciu sk³adni http://example.com/~user/ .
1596
1597 %package mod_usertrack
1598 Summary:        Apache module for user tracking using cookies
1599 Summary(pl):    Modu³ Apache'a s³u¿±cy do ¶ledzenia "ciasteczek"
1600 Group:          Networking/Daemons
1601 URL:            http://httpd.apache.org/docs/2.2/mod/mod_usertrack.html
1602 Requires:       %{name}-base = %{version}-%{release}
1603 Provides:       apache(mod_usertrack) = %{version}-%{release}
1604
1605 %description mod_usertrack
1606 This package contains the user tracking module which did its own
1607 logging using CookieLog directory. This module allow multiple log
1608 files.
1609
1610 %description mod_usertrack -l pl
1611 Ten pakiet zawiera modu³ ¶ledz±cy u¿ytkowników zapisuj±cy w³asny log
1612 przy u¿yciu katalogu CookieLog. Pozwala na u¿ycie wielu plików logów.
1613
1614 %package mod_version
1615 Summary:        Version dependent configuration
1616 Summary(pl):    Konfiguracja zale¿na od wersji
1617 Group:          Networking/Daemons
1618 URL:            http://httpd.apache.org/docs/2.2/mod/mod_version.html
1619 Requires:       %{name}-base = %{version}-%{release}
1620 Provides:       apache(mod_version) = %{version}-%{release}
1621
1622 %description mod_version
1623 This module is designed for the use in test suites and large networks
1624 which have to deal with different httpd versions and different
1625 configurations. It provides a new container -- <IfVersion>, which
1626 allows a flexible version checking including numeric comparisons and
1627 regular expressions.
1628
1629 %description mod_version -l pl
1630 Ten modu³ jest przeznaczony do u¿ywania w zestawach testów i du¿ych
1631 sieciach, gdzie trzeba inaczej obs³ugiwaæ ró¿ne wersje httpd i ró¿ne
1632 konfiguracje. Udostêpnia nowy kontener: <IfVersion>, umo¿liwiaj±cy
1633 elastyczne sprawdzanie wersji w³±cznie z porównaniami liczbowymi i
1634 wyra¿eniami regularnymi.
1635
1636 %package mod_vhost_alias
1637 Summary:        Apache module for dynamically configured mass virtual hosting
1638 Summary(pl):    Modu³ Apache'a dodaj±cy obs³ugê hostów wirtualnych
1639 Group:          Networking/Daemons
1640 URL:            http://httpd.apache.org/docs/2.2/mod/mod_vhost_alias.html
1641 Requires:       %{name}-base = %{version}-%{release}
1642 Provides:       apache(mod_vhost_alias) = %{version}-%{release}
1643
1644 %description mod_vhost_alias
1645 This package contains the mod_vhost_alias. It provides support for
1646 dynamically configured mass virtual hosting.
1647
1648 %description mod_vhost_alias -l pl
1649 Modu³ umo¿liwia na dynamiczne konfigurowanie masowej ilo¶ci serwerów
1650 wirtualnych.
1651
1652 %package -n htpasswd-%{name}
1653 Summary:        Apache 2 htpasswd utility: manage user files for basic authentication
1654 Summary(pl):    Narzêdzie htpasswd z Apache'a 2 do zarz±dzania plikami uwierzytelnienia basic
1655 Group:          Networking/Utilities
1656 Provides:       htpasswd
1657 Obsoletes:      htpasswd
1658
1659 %description -n htpasswd-%{name}
1660 htpasswd is used to create and update the flat-files used to store
1661 usernames and password for basic authentication of HTTP users. This
1662 package contains htpasswd from Apache 2; this version supports
1663 plaintext passwords and CRYPT (default), MD5 and SHA1 encryptions.
1664
1665 %description -n htpasswd-%{name} -l pl
1666 htpasswd s³u¿y do tworzenia i uaktualniania plików tekstowych
1667 s³u¿±cych do przechowywania nazw u¿ytkowników i hase³ do podstawowego
1668 uwierzytelnienia u¿ytkowników HTTP. Ten pakiet zawiera htpasswd z
1669 Apache'a 2; ta wersja obs³uguje has³a zapisane czystym tekstem oraz
1670 zakodowane algorytmami CRYPT (domy¶lnym), MD5 i SHA1.
1671
1672 %package dbmtools
1673 Summary:        Apache 2 tools for manipulating DBM files
1674 Summary(pl):    Narzêdzia Apache'a 2 do obróbki plików DBM
1675 Group:          Networking/Utilities
1676 Requires:       %{name}-base = %{version}-%{release}
1677
1678 %description dbmtools
1679 Apache 2 tools for manipulating DBM files.
1680
1681 %description dbmtools -l pl
1682 Narzêdzia Apache'a 2 do obróbki plików DBM.
1683
1684 %package cgi_test
1685 Summary:        cgi test/demo programs
1686 Summary(pl):    Programy testowe/przyk³adowe cgi
1687 Group:          Networking/Utilities
1688 Requires:       %{name}-base = %{version}-%{release}
1689 Requires:       FHS >= 2.3-12
1690
1691 %description cgi_test
1692 Two cgi test/demo programs: test-cgi and print-env.
1693
1694 %description cgi_test -l pl
1695 Dwa programy testowe/przyk³adowe cgi: test-cgi and print-env.
1696
1697 %prep
1698 %setup -q -n httpd-%{version}
1699 %patch0 -p1
1700 %patch1 -p1
1701 %patch2 -p1
1702 %patch4 -p1
1703 %patch5 -p1
1704 %patch7 -p1
1705 %patch8 -p1
1706 %patch10 -p1
1707 %patch12 -p1
1708 %patch14 -p1
1709 %patch15 -p1
1710 %patch18 -p1
1711 %patch19 -p1
1712 %patch20 -p1
1713 %patch21 -p1
1714 %patch22 -p1
1715
1716 # using system apr, apr-util and pcre
1717 rm -rf srclib/{apr,apr-util,pcre}
1718
1719 # fixup perl path
1720 sed -i -e '1s@#!.*local/bin/perl@#!%{__perl}@' docs/cgi-examples/printenv
1721
1722 # fix location of build dir in generated apxs
1723 sed -i -e '
1724 s:@exp_installbuilddir@:%{_libdir}/apache/build:g
1725 ' support/apxs.in
1726
1727 # sanity check
1728 MODULES_API=`awk '/#define MODULE_MAGIC_NUMBER_MAJOR/ {print $3}' include/ap_mmn.h`
1729 if [ "$MODULES_API" != "%_apache_modules_api" ]; then
1730         echo "Set %%_apache_modules_api to $MODULES_API and rerun."
1731         exit 1
1732 fi
1733
1734 %build
1735 cp /usr/share/apr/build/apr_common.m4 build
1736 cp /usr/share/libtool/ltmain.sh build
1737 cp /usr/share/automake/config.* build
1738 %{__autoheader}
1739 %{__autoconf}
1740
1741 # from ./buildconf
1742 : fixing timestamps for mod_ssl sources
1743 cd modules/ssl
1744 touch ssl_expr_parse.y
1745 sleep 1
1746 touch ssl_expr_parse.c ssl_expr_parse.h ssl_expr_scan.l
1747 sleep 1
1748 touch ssl_expr_scan.c
1749 cd ../..
1750
1751 CPPFLAGS="-DMAX_SERVER_LIMIT=200000 -DBIG_SECURITY_HOLE=1"
1752 for mpm in prefork worker %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} %{?with_event:event}; do
1753 install -d "buildmpm-${mpm}"; cd "buildmpm-${mpm}"
1754 ../%configure \
1755         --prefix=%{_sysconfdir} \
1756         --exec-prefix=%{_libexecdir} \
1757         --with-installbuilddir=%{_libdir}/apache/build \
1758         --disable-v4-mapped \
1759         --enable-layout=PLD \
1760         --enable-modules=all \
1761         --enable-mods-shared=all \
1762         --enable-auth-anon \
1763         --enable-auth-dbm \
1764         --enable-authn-dbd \
1765         --enable-authn-alias \
1766         --enable-authz-dbm \
1767         --enable-authz-owner \
1768         %{?with_ldap:--enable-authnz-ldap} \
1769         --enable-auth-digest \
1770         --enable-file-cache \
1771         --enable-cache \
1772         --enable-disk-cache \
1773         --enable-mem-cache \
1774         --enable-dbd \
1775         %{?with_bucketeer:--enable-bucketeer} \
1776         --enable-dumpio \
1777         --enable-echo \
1778         --enable-charset-lite \
1779         --enable-deflate \
1780         %{?with_ldap:--enable-ldap} \
1781         --enable-ext-filter \
1782         --enable-case-filter \
1783         --enable-case-filter-in \
1784         --enable-log-forensic \
1785         --enable-logio \
1786         --with-z=%{_prefix} \
1787         --enable-mime-magic \
1788         --enable-cern-meta \
1789         --enable-expires \
1790         --enable-headers \
1791         --enable-ident \
1792         --enable-usertrack \
1793         --enable-unique-id \
1794         --enable-proxy \
1795         --enable-proxy-connect \
1796         --enable-proxy-ftp \
1797         --enable-proxy-http \
1798         --enable-proxy-ajp \
1799         --enable-proxy-balancer \
1800         %{?with_ssl:--enable-ssl %{?with_distcache:--enable-distcache}} \
1801         --enable-http \
1802         --enable-dav \
1803         --enable-info \
1804         --enable-suexec \
1805         --enable-cgi \
1806         --enable-cgid \
1807         --enable-dav-fs \
1808         --enable-dav-lock \
1809         --enable-vhost-alias \
1810         --enable-imagemap \
1811         --enable-speling \
1812         --enable-rewrite \
1813         --enable-so \
1814         --with-program-name=httpd.${mpm} \
1815         --with-mpm=${mpm} \
1816 %ifarch %{ix86}
1817 %ifnarch i386 i486
1818         $( [ "${mpm}" = "leader" ] && echo "--enable-nonportable-atomics=yes" ) \
1819 %endif
1820 %endif
1821         --with-suexec-bin=%{_sbindir}/suexec \
1822         --with-suexec-caller=http \
1823         --with-suexec-docroot=%{_datadir} \
1824         --with-suexec-logfile=/var/log/httpd/suexec_log \
1825         --with-suexec-uidmin=500 \
1826         --with-suexec-gidmin=500 \
1827         --with-suexec-umask=077 \
1828         --with-apr=%{_bindir}/apr-1-config \
1829         --with-apr-util=%{_bindir}/apu-1-config \
1830         --with-pcre
1831
1832 %{__make}
1833 ./httpd.${mpm} -l | grep -v "${mpm}" > modules-inside
1834 cd ..
1835
1836 done
1837
1838 for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} worker %{?with_event:event}; do
1839         if ! cmp -s buildmpm-prefork/modules-inside buildmpm-${mpm}/modules-inside; then
1840                 echo "List of compiled modules is different between prefork-MPM and ${mpm}-MPM!"
1841                 echo "Build failed."
1842                 exit 1
1843         fi
1844 done
1845
1846 %install
1847 rm -rf $RPM_BUILD_ROOT
1848 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,monit} \
1849         $RPM_BUILD_ROOT%{_var}/{log/{httpd,archiv/httpd},{run,cache}/httpd,lock/mod_dav} \
1850         $RPM_BUILD_ROOT%{_sysconfdir}/{webapps.d,conf.d} \
1851         $RPM_BUILD_ROOT%{_datadir}/cgi-bin
1852
1853 # prefork is default one
1854 %{__make} -C buildmpm-prefork install \
1855         DESTDIR=$RPM_BUILD_ROOT \
1856         installbuilddir=%{_libdir}/apache/build \
1857         prefix=%{_sysconfdir}/httpd \
1858         libexecdir=%{_libdir}/%{name} \
1859         iconsdir=%{_datadir}/icons \
1860         errordir=%{_datadir}/error \
1861         htdocsdir=%{_datadir}/html \
1862         manualdir=%{_datadir}/manual \
1863         cgidir=%{_cgibindir} \
1864         runtimedir=%{_var}/run \
1865         logdir=%{_var}/log/httpd \
1866         proxycachedir=%{_var}/cache/httpd
1867
1868 for mpm in %{?with_metuxmpm:metuxmpm} %{?with_peruser:peruser} worker %{?with_event:event}; do
1869         install buildmpm-${mpm}/httpd.${mpm} $RPM_BUILD_ROOT%{_sbindir}/httpd.${mpm}
1870 done
1871
1872 ln -s httpd.prefork $RPM_BUILD_ROOT%{_sbindir}/httpd
1873 ln -s %{_libdir}/apache $RPM_BUILD_ROOT%{_sysconfdir}/modules
1874 ln -s %{_localstatedir}/run/httpd $RPM_BUILD_ROOT%{_sysconfdir}/run
1875 ln -s %{_var}/log/httpd $RPM_BUILD_ROOT%{_sysconfdir}/logs
1876 ln -s conf.d $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
1877
1878 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/httpd
1879 install %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/httpd
1880 install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/httpd
1881 install %{SOURCE5} $RPM_BUILD_ROOT/etc/monit/httpd.monitrc
1882
1883 touch $RPM_BUILD_ROOT/var/log/httpd/{access,error,agent,referer,suexec}_log
1884
1885 %if %{with ssl}
1886 install -d $RPM_BUILD_ROOT%{_sysconfdir}/ssl
1887 install %{SOURCE20} $RPM_BUILD_ROOT%{_sysconfdir}/ssl/server.crt
1888 install %{SOURCE21} $RPM_BUILD_ROOT%{_sysconfdir}/ssl/server.key
1889 %endif
1890
1891 install %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
1892
1893 CFG="$RPM_BUILD_ROOT%{_sysconfdir}/conf.d/"
1894
1895 install %{SOURCE7} $CFG/10_common.conf
1896
1897 install %{SOURCE25} $CFG/01_mod_mime.conf
1898 install %{SOURCE26} $CFG/01_mod_alias.conf
1899 install %{SOURCE27} $CFG/01_mod_authz_host.conf
1900 install %{SOURCE28} $CFG/01_mod_cgid.conf
1901 install %{SOURCE29} $CFG/01_mod_log_config.conf
1902 install %{SOURCE30} $CFG/01_mod_mime_magic.conf
1903 install %{SOURCE31} $CFG/01_mod_cache.conf
1904 install %{SOURCE8} $CFG/20_mod_vhost_alias.conf
1905 install %{SOURCE9} $CFG/25_mod_status.conf
1906 install %{SOURCE10} $CFG/30_mod_proxy.conf
1907 install %{SOURCE11} $CFG/35_mod_info.conf
1908 install %{SOURCE12} $CFG/40_mod_ssl.conf
1909 install %{SOURCE13} $CFG/45_mod_dav.conf
1910 install %{SOURCE14} $CFG/59_mod_dir.conf
1911 install %{SOURCE15} $CFG/13_mod_suexec.conf
1912 install %{SOURCE16} $CFG/58_mod_deflate.conf
1913 install %{SOURCE17} $CFG/57_mod_autoindex.conf
1914 install %{SOURCE18} $CFG/30_errordocs.conf
1915 install %{SOURCE19} $CFG/30_manual.conf
1916 install %{SOURCE22} $CFG/16_mod_userdir.conf
1917 install %{SOURCE23} $CFG/10_mpm.conf
1918 install %{SOURCE24} $CFG/20_languages.conf
1919
1920 echo "LoadModule authn_file_module      modules/mod_authn_file.so" > $CFG/00_mod_authn_file.conf
1921 echo "LoadModule authn_dbm_module       modules/mod_authn_dbm.so" > $CFG/00_mod_authn_dbm.conf
1922 echo "LoadModule authn_anon_module      modules/mod_authn_anon.so" > $CFG/00_mod_authn_anon.conf
1923 echo "LoadModule authn_dbd_module       modules/mod_authn_dbd.so" > $CFG/00_mod_authn_dbd.conf
1924 echo "LoadModule authn_default_module   modules/mod_authn_default.so" > $CFG/00_mod_authn_default.conf
1925 echo "LoadModule authn_alias_module     modules/mod_authn_alias.so" > $CFG/00_mod_authn_alias.conf
1926 echo "LoadModule authz_groupfile_module modules/mod_authz_groupfile.so" > $CFG/00_mod_authz_groupfile.conf
1927 echo "LoadModule authz_user_module      modules/mod_authz_user.so" > $CFG/00_mod_authz_user.conf
1928 echo "LoadModule authz_dbm_module       modules/mod_authz_dbm.so" > $CFG/00_mod_authz_dbm.conf
1929 echo "LoadModule authz_owner_module     modules/mod_authz_owner.so" > $CFG/00_mod_authz_owner.conf
1930 echo "LoadModule authnz_ldap_module     modules/mod_authnz_ldap.so" > $CFG/00_mod_authnz_ldap.conf
1931 echo "LoadModule authz_default_module   modules/mod_authz_default.so" > $CFG/00_mod_authz_default.conf
1932 echo "LoadModule auth_basic_module      modules/mod_auth_basic.so" > $CFG/00_mod_auth_basic.conf
1933 echo "LoadModule dbd_module     modules/mod_dbd.so" > $CFG/00_mod_dbd.conf
1934 %if %{with bucketeer}
1935 echo "LoadModule bucketeer_module       modules/mod_bucketeer.so" > $CFG/00_mod_bucketeer.conf
1936 %endif
1937 echo "LoadModule dumpio_module  modules/mod_dumpio.so" > $CFG/00_mod_dumpio.conf
1938 echo "LoadModule echo_module    modules/mod_echo.so" > $CFG/00_mod_echo.conf
1939 echo "LoadModule case_filter_module     modules/mod_case_filter.so" > $CFG/00_mod_case_filter.conf
1940 echo "LoadModule case_filter_in_module  modules/mod_case_filter_in.so" > $CFG/00_mod_case_filter_in.conf
1941 echo "LoadModule ext_filter_module      modules/mod_ext_filter.so" > $CFG/00_mod_ext_filter.conf
1942 echo "LoadModule include_module modules/mod_include.so" > $CFG/00_mod_include.conf
1943 echo "LoadModule filter_module  modules/mod_filter.so" > $CFG/00_mod_filter.conf
1944 echo "LoadModule log_forensic_module    modules/mod_log_forensic.so" > $CFG/00_mod_log_forensic.conf
1945 echo "LoadModule logio_module   modules/mod_logio.so" > $CFG/00_mod_logio.conf
1946 echo "LoadModule env_module     modules/mod_env.so" > $CFG/00_mod_env.conf
1947 echo "LoadModule cern_meta_module       modules/mod_cern_meta.so" > $CFG/00_mod_cern_meta.conf
1948 echo "LoadModule ident_module   modules/mod_ident.so" > $CFG/00_mod_ident.conf
1949 echo "LoadModule setenvif_module        modules/mod_setenvif.so" > $CFG/00_mod_setenvif.conf
1950 echo "LoadModule version_module modules/mod_version.so" > $CFG/00_mod_version.conf
1951 echo "LoadModule asis_module    modules/mod_asis.so" > $CFG/00_mod_asis.conf
1952 echo "LoadModule cgi_module     modules/mod_cgi.so" > $CFG/00_mod_cgi.conf
1953 echo "LoadModule negotiation_module     modules/mod_negotiation.so" > $CFG/00_mod_negotiation.conf
1954 echo "LoadModule imagemap_module        modules/mod_imagemap.so" > $CFG/00_mod_imagemap.conf
1955 echo "LoadModule speling_module modules/mod_speling.so" > $CFG/00_mod_speling.conf
1956 echo "LoadModule ldap_module    modules/mod_ldap.so" > $CFG/00_mod_ldap.conf
1957 echo "LoadModule actions_module modules/mod_actions.so" > $CFG/00_mod_actions.conf
1958 echo "LoadModule auth_digest_module     modules/mod_auth_digest.so" > $CFG/00_mod_auth_digest.conf
1959 echo "LoadModule cache_module   modules/mod_cache.so
1960 LoadModule mem_cache_module     modules/mod_mem_cache.so
1961 LoadModule disk_cache_module    modules/mod_disk_cache.so" > $CFG/00_mod_cache.conf
1962 echo "LoadModule charset_lite_module    modules/mod_charset_lite.so" > $CFG/00_mod_charset_lite.conf
1963 echo "LoadModule expires_module modules/mod_expires.so" > $CFG/00_mod_expires.conf
1964 echo "LoadModule file_cache_module      modules/mod_file_cache.so" > $CFG/00_mod_file_cache.conf
1965 echo "LoadModule headers_module modules/mod_headers.so" > $CFG/00_mod_headers.conf
1966 echo "LoadModule rewrite_module modules/mod_rewrite.so" > $CFG/00_mod_rewrite.conf
1967 echo "LoadModule usertrack_module       modules/mod_usertrack.so" > $CFG/00_mod_usertrack.conf
1968 echo "LoadModule unique_id_module       modules/mod_unique_id.so" > $CFG/00_mod_unique_id.conf
1969
1970 # anything in style dir not ending with .css is trash
1971 rm -rf $RPM_BUILD_ROOT%{_datadir}/manual/style/{lang,latex,xsl}
1972 find $RPM_BUILD_ROOT%{_datadir}/manual/style -type f ! -name '*.css' -print0 | xargs -0r rm -f
1973
1974 # find manual files
1975 > manual.files
1976 cur=$(pwd)
1977 cd $RPM_BUILD_ROOT
1978 find ./%{_datadir}/manual -type d -printf "%%%%dir %{_datadir}/manual/%%P\n" >> "$cur/manual.files"
1979 find ./%{_datadir}/manual -type f -printf "%{_datadir}/manual/%%P\n" | sed -e '
1980 s/^.*\.\(de\|es\|fr\|ja\|ko\|ru\)\(\..*\)\?/%%lang(\1) &/
1981 s/^.*\.\(pt-br\)/%%lang(pt_BR) &/
1982 ' >> "$cur/manual.files"
1983 cd $cur
1984
1985 # htpasswd goes to %{_bindir}
1986 mv $RPM_BUILD_ROOT%{_sbindir}/htpasswd $RPM_BUILD_ROOT%{_bindir}
1987 ln -sf %{_bindir}/htpasswd $RPM_BUILD_ROOT%{_sbindir}/
1988
1989 # cgi_test: create config file with ScriptAlias
1990 cat << EOF > $CFG/09_cgi_test.conf
1991 ScriptAlias /cgi-bin/printenv %{_cgibindir}/printenv
1992 ScriptAlias /cgi-bin/test-cgi %{_cgibindir}/test-cgi
1993 EOF
1994
1995 # no value
1996 rm $RPM_BUILD_ROOT%{_libexecdir}/build/config.nice
1997 rm $RPM_BUILD_ROOT%{_sysconfdir}/mime.types
1998 rm $RPM_BUILD_ROOT%{_sysconfdir}/httpd.prefork.conf
1999 rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/{extra,original}
2000
2001 %clean
2002 rm -rf $RPM_BUILD_ROOT
2003
2004 %pre base
2005 %groupadd -g 51 http
2006 %useradd -u 51 -r -d /home/services/httpd -s /bin/false -c "HTTP User" -g http http
2007
2008 %pretrans base
2009 # change httpd.conf from dir to symlink
2010 if [ ! -L /etc/httpd/httpd.conf ]; then
2011         if [ -d /etc/httpd/httpd.conf ]; then
2012                 if [ -d /etc/httpd/conf.d ]; then
2013                         mv /etc/httpd/httpd.conf/* /etc/httpd/conf.d
2014                         rmdir /etc/httpd/httpd.conf 2>/dev/null || mv -v /etc/httpd/httpd.conf{,.rpmsave}
2015                 else
2016                         mv /etc/httpd/httpd.conf /etc/httpd/conf.d
2017                 fi
2018
2019                 # new module packages issue error as first installed over 2.0 installation
2020                 mv -f /var/lock/subsys/httpd{,.disabled} 2>/dev/null
2021         fi
2022
2023         # always have httpd.conf symlink (until all packages from Ac use new dir)
2024         ln -s conf.d /etc/httpd/httpd.conf
2025 fi
2026 exit 0
2027
2028 %post base
2029 /sbin/chkconfig --add httpd
2030 umask 137
2031 touch /var/log/httpd/{access,error,agent,referer}_log
2032
2033 %preun base
2034 if [ "$1" = "0" ]; then
2035         if [ -f /var/lock/subsys/httpd ]; then
2036                 /etc/rc.d/init.d/httpd stop 1>&2
2037         fi
2038         # see http://thread.gmane.org/gmane.linux.pld.devel.english/712
2039         [ ! -x /sbin/chkconfig ] || /sbin/chkconfig --del httpd
2040 fi
2041
2042 %postun base
2043 if [ "$1" = "0" ]; then
2044         %userremove http
2045         %groupremove http
2046 fi
2047
2048 %triggerpostun base -- %{name} <= 2.0.50-6
2049 %banner %{name}-2.0.50-6 << EOF
2050 WARNING!!!
2051 Since apache-2.0.50-6 autoindex module has been separated to package
2052 %{name}-mod_autoindex If you want to have the same functionality do:
2053 poldek -Uv %{name}-mod_autoindex
2054 EOF
2055
2056 %triggerpostun base -- %{name} < 2.0.54-4
2057 %banner %{name}-2.0.54-2 << EOF
2058 WARNING!!!
2059 CGI demo/test programs - printenv and test-cgi, have been released
2060 from package apache into separate subpackage apache-cgi_test. If you
2061 need printenv and/or test-cgi, please install apache-cgi_test package,
2062 e.g. by running poldek -Uv apache-cgi_test
2063 EOF
2064
2065 # update /etc/sysconfig/apache -> httpd rename
2066 if [ -f /etc/sysconfig/apache.rpmsave ]; then
2067         cp -f /etc/sysconfig/httpd{,.rpmnew}
2068         mv -f /etc/sysconfig/{apache.rpmsave,httpd}
2069 fi
2070
2071 %triggerpostun base -- %{name} < 2.0.55-3.1
2072 # check for config first as in 2.2 it's .rpmsave
2073 if [ -f /etc/httpd/httpd.conf/10_httpd.conf ]; then
2074         if ! grep -q 'Include webapps.d/' /etc/httpd/httpd.conf/10_httpd.conf; then
2075                 # make sure webapps.d is included
2076                 cp -f /etc/httpd/httpd.conf/10_httpd.conf{,.rpmsave}
2077                 # this file is ugly, so just append new lines
2078                 cat <<-EOF >> /etc/httpd/httpd.conf/10_httpd.conf
2079                 # Include webapps config
2080                 Include webapps.d/*.conf
2081 EOF
2082         fi
2083 fi
2084
2085 %triggerpostun base -- %{name}-base < 2.2.0-0.84
2086 # rename monitrc to be service name like other files
2087 if [ -f /etc/monit/apache.monitrc.rpmsave ]; then
2088         mv -f /etc/monit/httpd.monitrc{,.rpmnew}
2089         mv -f /etc/monit/{apache.monitrc.rpmsave,httpd.monitrc}
2090 fi
2091
2092 # change HTTPD_CONF to point to new location. *only* if it's the
2093 # default config setting
2094 sed -i -e '/^HTTPD_CONF="\/etc\/httpd\/httpd.conf"/s,.*,HTTPD_CONF="/etc/httpd/apache.conf",' /etc/sysconfig/httpd
2095
2096 %posttrans base
2097 # restore lock which we disabled in pretrans
2098 mv -f /var/lock/subsys/httpd{.disabled,} 2>/dev/null
2099
2100 # minimizing apache restarts logics. we restart webserver:
2101 #
2102 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
2103 # 2. first install of module (post: $1 = 1)
2104 # 2. uninstall of module (postun: $1 == 0)
2105 #
2106 # the strict internal deps between apache modules and
2107 # main package are very important for all this to work.
2108
2109 # restart webserver at the end of transaction
2110 %service httpd restart
2111 exit 0
2112
2113 # macro called at module post scriptlet
2114 %define module_post \
2115 if [ "$1" = "1" ]; then \
2116         %service -q httpd restart \
2117 fi
2118
2119 # macro called at module postun scriptlet
2120 %define module_postun \
2121 if [ "$1" = "0" ]; then \
2122         %service -q httpd restart \
2123 fi
2124
2125 # it's sooo annoying to write them
2126 %define module_scripts() \
2127 %post %1 \
2128 %module_post \
2129 \
2130 %postun %1 \
2131 %module_postun
2132
2133 %module_scripts mod_actions
2134 %module_scripts mod_alias
2135 %module_scripts mod_asis
2136 %module_scripts mod_auth
2137 %module_scripts mod_auth_basic
2138 %module_scripts mod_auth_dbm
2139 %module_scripts mod_auth_digest
2140 %module_scripts mod_authn_alias
2141 %module_scripts mod_authn_anon
2142 %module_scripts mod_authn_dbd
2143 %module_scripts mod_authn_dbm
2144 %module_scripts mod_authn_default
2145 %module_scripts mod_authn_file
2146 %module_scripts mod_authnz_ldap
2147 %module_scripts mod_authz_dbm
2148 %module_scripts mod_authz_default
2149 %module_scripts mod_authz_groupfile
2150 %module_scripts mod_authz_host
2151 %module_scripts mod_authz_owner
2152 %module_scripts mod_authz_user
2153 %module_scripts mod_autoindex
2154 %module_scripts mod_bucketeer
2155 %module_scripts mod_cache
2156 %module_scripts mod_case_filter
2157 %module_scripts mod_case_filter_in
2158 %module_scripts mod_cern_meta
2159 %module_scripts mod_cgi
2160 %module_scripts mod_cgid
2161 %module_scripts mod_charset_lite
2162 %module_scripts mod_dav
2163 %module_scripts mod_dbd
2164 %module_scripts mod_deflate
2165 %module_scripts mod_dir
2166 %module_scripts mod_dumpio
2167 %module_scripts mod_echo
2168 %module_scripts mod_env
2169 %module_scripts mod_expires
2170 %module_scripts mod_ext_filter
2171 %module_scripts mod_file_cache
2172 %module_scripts mod_filter
2173 %module_scripts mod_headers
2174 %module_scripts mod_ident
2175 %module_scripts mod_imagemap
2176 %module_scripts mod_include
2177 %module_scripts mod_info
2178 %module_scripts mod_ldap
2179 %module_scripts mod_log_config
2180 %module_scripts mod_log_forensic
2181 %module_scripts mod_logio
2182 %module_scripts mod_mime
2183 %module_scripts mod_mime_magic
2184 %module_scripts mod_negotiation
2185 %module_scripts mod_proxy
2186 %module_scripts mod_rewrite
2187 %module_scripts mod_setenvif
2188 %module_scripts mod_speling
2189 %module_scripts mod_ssl
2190 %module_scripts mod_status
2191 %module_scripts mod_unique_id
2192 %module_scripts mod_userdir
2193 %module_scripts mod_usertrack
2194 %module_scripts mod_version
2195 %module_scripts mod_vhost_alias
2196 %module_scripts suexec
2197
2198 %post cgi_test
2199 if [ "$1" = "1" ]; then
2200         %service -q httpd reload
2201 fi
2202
2203 %postun cgi_test
2204 if [ "$1" = "0" ]; then
2205         %service -q httpd reload
2206 fi
2207
2208 %post errordocs
2209 if [ "$1" = "1" ]; then
2210         %service -q httpd reload
2211 fi
2212
2213 %postun errordocs
2214 if [ "$1" = "0" ]; then
2215         %service -q httpd reload
2216 fi
2217
2218 %files
2219 %defattr(644,root,root,755)
2220
2221 %files base
2222 %defattr(644,root,root,755)
2223 %doc ABOUT_APACHE CHANGES README
2224 %doc docs/conf/mime.types
2225
2226 %attr(754,root,root) /etc/rc.d/init.d/httpd
2227
2228 %attr(751,root,root) %dir %{_sysconfdir}
2229 %{_sysconfdir}/modules
2230 %{_sysconfdir}/run
2231 %{_sysconfdir}/logs
2232 %ghost %{_sysconfdir}/httpd.conf
2233 %attr(750,root,root) %dir %{_sysconfdir}/conf.d
2234 %attr(750,root,root) %dir %{_sysconfdir}/webapps.d
2235 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
2236 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_common.conf
2237 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mpm.conf
2238 %attr(640,root,root) %{_sysconfdir}/magic
2239 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/httpd
2240 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/*
2241 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/monit/*.monitrc
2242
2243 %dir %{_libexecdir}
2244
2245 %attr(755,root,root) %{_sbindir}/checkgid
2246 %attr(755,root,root) %{_sbindir}/httpd
2247 %attr(755,root,root) %{_sbindir}/httpd.*
2248
2249 %dir %attr(770,root,http) /var/run/httpd
2250 %dir %attr(770,root,http) /var/cache/httpd
2251
2252 %{_mandir}/man8/httpd.8*
2253
2254 %attr(2750,root,logs) %dir /var/log/httpd
2255 %attr(2750,root,logs) %dir /var/log/archiv/httpd
2256 %attr(640,root,logs) %ghost /var/log/httpd/*
2257
2258 %dir %{_datadir}
2259
2260 %dir %{_datadir}/cgi-bin
2261 %dir %{_datadir}/html
2262 %{_datadir}/icons
2263
2264 %files doc -f manual.files
2265 %defattr(644,root,root,755)
2266 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_manual.conf
2267
2268 %files errordocs
2269 %defattr(644,root,root,755)
2270 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_errordocs.conf
2271 %{_datadir}/error
2272
2273 %files suexec
2274 %defattr(644,root,root,755)
2275 %attr(4755,root,root) %{_sbindir}/suexec
2276 %attr(755,root,root) %{_libexecdir}/mod_suexec.so
2277 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_suexec.conf
2278 %{_mandir}/man8/suexec.8*
2279
2280 %files index
2281 %defattr(644,root,root,755)
2282 %config(noreplace,missingok) %{_datadir}/html/index.html*
2283 %{_datadir}/html/*.gif
2284 %{_datadir}/html/*.png
2285
2286 %files apxs
2287 %defattr(644,root,root,755)
2288 %attr(755,root,root) %{_sbindir}/apxs
2289 %attr(755,root,root) %{_sbindir}/envvars*
2290 # package libexecdir also to -apxs, as -apxs and -devel don't require -base package
2291 %dir %{_libexecdir}
2292 %dir %{_libexecdir}/build
2293 %{_libexecdir}/build/config_vars.mk
2294 %{_mandir}/man8/apxs.8*
2295
2296 %files tools
2297 %defattr(644,root,root,755)
2298 %attr(755,root,root) %{_sbindir}/ab
2299 %attr(755,root,root) %{_sbindir}/apachectl
2300 %attr(755,root,root) %{_sbindir}/htdigest
2301 %attr(755,root,root) %{_sbindir}/logresolve
2302 %attr(755,root,root) %{_sbindir}/rotatelogs
2303 %{_mandir}/man8/ab.8*
2304 %{_mandir}/man8/apachectl.8*
2305 %{_mandir}/man1/htdigest.1*
2306 %{_mandir}/man8/logresolve.8*
2307 %{_mandir}/man8/rotatelogs.8*
2308
2309 %files devel
2310 %defattr(644,root,root,755)
2311 %{_includedir}
2312 %{_libexecdir}/*.exp
2313 # is this symlink needed?
2314 #%{_sysconfdir}/build
2315 %{_libexecdir}/build/[lprs]*.mk
2316 %attr(755,root,root) %{_libexecdir}/build/*.sh
2317
2318 %files mod_actions
2319 %defattr(644,root,root,755)
2320 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_actions.conf
2321 %attr(755,root,root) %{_libexecdir}/mod_actions.so
2322
2323 %files mod_alias
2324 %defattr(644,root,root,755)
2325 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_alias.conf
2326 %attr(755,root,root) %{_libexecdir}/mod_alias.so
2327
2328 %files mod_asis
2329 %defattr(644,root,root,755)
2330 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_asis.conf
2331 %attr(755,root,root) %{_libexecdir}/mod_asis.so
2332
2333 %files mod_auth
2334 %defattr(644,root,root,755)
2335
2336 %files mod_auth_basic
2337 %defattr(644,root,root,755)
2338 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_basic.conf
2339 %attr(755,root,root) %{_libexecdir}/mod_auth_basic.so
2340
2341 %files mod_auth_dbm
2342 %defattr(644,root,root,755)
2343
2344 %files mod_auth_digest
2345 %defattr(644,root,root,755)
2346 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_digest.conf
2347 %attr(755,root,root) %{_libexecdir}/mod_auth_digest.so
2348
2349 %files mod_authn_alias
2350 %defattr(644,root,root,755)
2351 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_alias.conf
2352 %attr(755,root,root) %{_libexecdir}/mod_authn_alias.so
2353
2354 %files mod_authn_anon
2355 %defattr(644,root,root,755)
2356 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_anon.conf
2357 %attr(755,root,root) %{_libexecdir}/mod_authn_anon.so
2358
2359 %files mod_authn_dbd
2360 %defattr(644,root,root,755)
2361 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_dbd.conf
2362 %attr(755,root,root) %{_libexecdir}/mod_authn_dbd.so
2363
2364 %files mod_authn_dbm
2365 %defattr(644,root,root,755)
2366 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_dbm.conf
2367 %attr(755,root,root) %{_libexecdir}/mod_authn_dbm.so
2368
2369 %files mod_authn_default
2370 %defattr(644,root,root,755)
2371 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_default.conf
2372 %attr(755,root,root) %{_libexecdir}/mod_authn_default.so
2373
2374 %files mod_authn_file
2375 %defattr(644,root,root,755)
2376 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_file.conf
2377 %attr(755,root,root) %{_libexecdir}/mod_authn_file.so
2378
2379 %if %{with ldap}
2380 %files mod_authnz_ldap
2381 %defattr(644,root,root,755)
2382 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authnz_ldap.conf
2383 %attr(755,root,root) %{_libexecdir}/mod_authnz_ldap.so
2384 %endif
2385
2386 %files mod_authz_dbm
2387 %defattr(644,root,root,755)
2388 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_dbm.conf
2389 %attr(755,root,root) %{_libexecdir}/mod_authz_dbm.so
2390
2391 %files mod_authz_default
2392 %defattr(644,root,root,755)
2393 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_default.conf
2394 %attr(755,root,root) %{_libexecdir}/mod_authz_default.so
2395
2396 %files mod_authz_groupfile
2397 %defattr(644,root,root,755)
2398 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_groupfile.conf
2399 %attr(755,root,root) %{_libexecdir}/mod_authz_groupfile.so
2400
2401 %files mod_authz_host
2402 %defattr(644,root,root,755)
2403 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_host.conf
2404 %attr(755,root,root) %{_libexecdir}/mod_authz_host.so
2405
2406 %files mod_authz_owner
2407 %defattr(644,root,root,755)
2408 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_owner.conf
2409 %attr(755,root,root) %{_libexecdir}/mod_authz_owner.so
2410
2411 %files mod_authz_user
2412 %defattr(644,root,root,755)
2413 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_user.conf
2414 %attr(755,root,root) %{_libexecdir}/mod_authz_user.so
2415
2416 %files mod_autoindex
2417 %defattr(644,root,root,755)
2418 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_autoindex.conf
2419 %attr(755,root,root) %{_libexecdir}/mod_autoindex.so
2420
2421 %if %{with bucketeer}
2422 %files mod_bucketeer
2423 %defattr(644,root,root,755)
2424 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_bucketeer.conf
2425 %attr(755,root,root) %{_libexecdir}/mod_bucketeer.so
2426 %endif
2427
2428 %files mod_cache
2429 %defattr(644,root,root,755)
2430 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cache.conf
2431 %attr(755,root,root) %{_sbindir}/htcacheclean
2432 %attr(755,root,root) %{_libexecdir}/mod_cache.so
2433 %attr(755,root,root) %{_libexecdir}/mod_disk_cache.so
2434 %attr(755,root,root) %{_libexecdir}/mod_mem_cache.so
2435 %{_mandir}/man8/htcacheclean.8*
2436
2437 %files mod_case_filter
2438 %defattr(644,root,root,755)
2439 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_case_filter.conf
2440 %attr(755,root,root) %{_libexecdir}/mod_case_filter.so
2441
2442 %files mod_case_filter_in
2443 %defattr(644,root,root,755)
2444 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_case_filter_in.conf
2445 %attr(755,root,root) %{_libexecdir}/mod_case_filter_in.so
2446
2447 %files mod_cern_meta
2448 %defattr(644,root,root,755)
2449 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cern_meta.conf
2450 %attr(755,root,root) %{_libexecdir}/mod_cern_meta.so
2451
2452 %files mod_cgi
2453 %defattr(644,root,root,755)
2454 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cgi.conf
2455 %attr(755,root,root) %{_libexecdir}/mod_cgi.so
2456
2457 %files mod_cgid
2458 %defattr(644,root,root,755)
2459 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cgid.conf
2460 %attr(755,root,root) %{_libexecdir}/mod_cgid.so
2461
2462 %files mod_charset_lite
2463 %defattr(644,root,root,755)
2464 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_charset_lite.conf
2465 %attr(755,root,root) %{_libexecdir}/mod_charset_lite.so
2466
2467 %files mod_dav
2468 %defattr(644,root,root,755)
2469 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dav.conf
2470 %attr(755,root,root) %{_libexecdir}/mod_dav*.so
2471 %dir %attr(770,root,http) /var/lock/mod_dav
2472
2473 %files mod_dbd
2474 %defattr(644,root,root,755)
2475 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dbd.conf
2476 %attr(755,root,root) %{_libexecdir}/mod_dbd.so
2477
2478 %files mod_deflate
2479 %defattr(644,root,root,755)
2480 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_deflate.conf
2481 %attr(755,root,root) %{_libexecdir}/mod_deflate.so
2482
2483 %files mod_dir
2484 %defattr(644,root,root,755)
2485 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dir.conf
2486 %attr(755,root,root) %{_libexecdir}/mod_dir.so
2487
2488 %files mod_dumpio
2489 %defattr(644,root,root,755)
2490 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dumpio.conf
2491 %attr(755,root,root) %{_libexecdir}/mod_dumpio.so
2492
2493 %files mod_echo
2494 %defattr(644,root,root,755)
2495 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_echo.conf
2496 %attr(755,root,root) %{_libexecdir}/mod_echo.so
2497
2498 %files mod_env
2499 %defattr(644,root,root,755)
2500 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_env.conf
2501 %attr(755,root,root) %{_libexecdir}/mod_env.so
2502
2503 %files mod_expires
2504 %defattr(644,root,root,755)
2505 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_expires.conf
2506 %attr(755,root,root) %{_libexecdir}/mod_expires.so
2507
2508 %files mod_ext_filter
2509 %defattr(644,root,root,755)
2510 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ext_filter.conf
2511 %attr(755,root,root) %{_libexecdir}/mod_ext_filter.so
2512
2513 %files mod_file_cache
2514 %defattr(644,root,root,755)
2515 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_file_cache.conf
2516 %attr(755,root,root) %{_libexecdir}/mod_file_cache.so
2517
2518 %files mod_filter
2519 %defattr(644,root,root,755)
2520 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_filter.conf
2521 %attr(755,root,root) %{_libexecdir}/mod_filter.so
2522
2523 %files mod_headers
2524 %defattr(644,root,root,755)
2525 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_headers.conf
2526 %attr(755,root,root) %{_libexecdir}/mod_headers.so
2527
2528 %files mod_ident
2529 %defattr(644,root,root,755)
2530 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ident.conf
2531 %attr(755,root,root) %{_libexecdir}/mod_ident.so
2532
2533 %files mod_imagemap
2534 %defattr(644,root,root,755)
2535 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_imagemap.conf
2536 %attr(755,root,root) %{_libexecdir}/mod_imagemap.so
2537
2538 %files mod_include
2539 %defattr(644,root,root,755)
2540 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_include.conf
2541 %attr(755,root,root) %{_libexecdir}/mod_include.so
2542
2543 %files mod_info
2544 %defattr(644,root,root,755)
2545 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_info.conf
2546 %attr(755,root,root) %{_libexecdir}/mod_info.so
2547
2548 %if %{with ldap}
2549 %files mod_ldap
2550 %defattr(644,root,root,755)
2551 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ldap.conf
2552 %attr(755,root,root) %{_libexecdir}/mod_ldap.so
2553 %endif
2554
2555 %files mod_log_config
2556 %defattr(644,root,root,755)
2557 %attr(755,root,root) %{_libexecdir}/mod_log_config.so
2558 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_config.conf
2559
2560 %files mod_log_forensic
2561 %defattr(644,root,root,755)
2562 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_forensic.conf
2563 %attr(755,root,root) %{_libexecdir}/mod_log_forensic.so
2564
2565 %files mod_logio
2566 %defattr(644,root,root,755)
2567 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_logio.conf
2568 %attr(755,root,root) %{_libexecdir}/mod_logio.so
2569
2570 %files mod_mime
2571 %defattr(644,root,root,755)
2572 %attr(755,root,root) %{_libexecdir}/mod_mime.so
2573 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_mime.conf
2574
2575 %files mod_mime_magic
2576 %defattr(644,root,root,755)
2577 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_mime_magic.conf
2578 %attr(755,root,root) %{_libexecdir}/mod_mime_magic.so
2579
2580 %files mod_negotiation
2581 %defattr(644,root,root,755)
2582 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_negotiation.conf
2583 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_languages.conf
2584 %attr(755,root,root) %{_libexecdir}/mod_negotiation.so
2585
2586 %files mod_proxy
2587 %defattr(644,root,root,755)
2588 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_proxy.conf
2589 %attr(755,root,root) %{_libexecdir}/mod_proxy*.so
2590
2591 %files mod_rewrite
2592 %defattr(644,root,root,755)
2593 %attr(755,root,root) %{_sbindir}/httxt2dbm
2594 %attr(755,root,root) %{_libexecdir}/mod_rewrite.so
2595 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_rewrite.conf
2596
2597 %files mod_setenvif
2598 %defattr(644,root,root,755)
2599 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_setenvif.conf
2600 %attr(755,root,root) %{_libexecdir}/mod_setenvif.so
2601
2602 %files mod_speling
2603 %defattr(644,root,root,755)
2604 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_speling.conf
2605 %attr(755,root,root) %{_libexecdir}/mod_speling.so
2606
2607 %if %{with ssl}
2608 %files mod_ssl
2609 %defattr(644,root,root,755)
2610 %attr(750,root,root) %dir %{_sysconfdir}/ssl
2611 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ssl/server.*
2612 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ssl.conf
2613 %attr(755,root,root) %{_libexecdir}/mod_ssl.so
2614 %endif
2615
2616 %files mod_status
2617 %defattr(644,root,root,755)
2618 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_status.conf
2619 %attr(755,root,root) %{_libexecdir}/mod_status.so
2620
2621 %files mod_unique_id
2622 %defattr(644,root,root,755)
2623 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_unique_id.conf
2624 %attr(755,root,root) %{_libexecdir}/mod_unique_id.so
2625
2626 %files mod_userdir
2627 %defattr(644,root,root,755)
2628 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_userdir.conf
2629 %attr(755,root,root) %{_libexecdir}/mod_userdir.so
2630
2631 %files mod_usertrack
2632 %defattr(644,root,root,755)
2633 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_usertrack.conf
2634 %attr(755,root,root) %{_libexecdir}/mod_usertrack.so
2635
2636 %files mod_version
2637 %defattr(644,root,root,755)
2638 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_version.conf
2639 %attr(755,root,root) %{_libexecdir}/mod_version.so
2640
2641 %files mod_vhost_alias
2642 %defattr(644,root,root,755)
2643 %attr(755,root,root) %{_libexecdir}/mod_vhost_alias.so
2644 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_vhost_alias.conf
2645
2646 %files -n htpasswd-%{name}
2647 %defattr(644,root,root,755)
2648 %attr(755,root,root) %{_bindir}/htpasswd
2649 %attr(755,root,root) %{_sbindir}/htpasswd
2650 %{_mandir}/man1/htpasswd.1*
2651
2652 %files dbmtools
2653 %defattr(644,root,root,755)
2654 %attr(755,root,root) %{_sbindir}/dbmmanage
2655 %attr(755,root,root) %{_sbindir}/htdbm
2656 %{_mandir}/man1/dbmmanage.1*
2657 %{_mandir}/man1/htdbm.1*
2658
2659 %files cgi_test
2660 %defattr(644,root,root,755)
2661 %dir %{_cgibindir}
2662 %attr(755,root,root) %{_cgibindir}/*
2663 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_cgi_test.conf
This page took 0.330285 seconds and 3 git commands to generate.