]> TLD Linux GIT Repositories - packages/apache.git/blob - apache.spec
- fix mod_slotmem and mod_socache broken by PLD merge
[packages/apache.git] / apache.spec
1 # # TODO:
2 # - config examples for mod_*
3 # - --with-suexec-uidmin=500 or =1000 ?
4 # - check those autn modules inner deps
5 # - for external packages: don't use any apache module name in dep as they
6 #  differ for apache 1.3/2.0/2.2!? any better ideas? rpm Suggests: tags?
7 # - for mod_auth_* modules require each auth module to require virtual authn so at least *_core
8 #  is chosen?
9 # - same for mod_authz
10 # - mod_auth_digest and mod_auth_basic R: apache(authn) ?
11 # - drop mod_case_filter* or find summary and description for them
12 # - FYI: http://wiki.apache.org/httpd/InternalDummyConnection
13
14 # Conditional build:
15 %bcond_without  ssl             # build without SSL support
16 %bcond_without  ldap            # build without LDAP support
17 %bcond_with     itk             # ITK MPM
18 %bcond_with     distcache       # distcache support
19 %bcond_with     bucketeer       # debug one
20
21 # this is internal macro, don't change to %%apache_modules_api
22 %define         _apache_modules_api 20120211
23
24 %define         openssl_ver     1.0.1e
25 %define         apr_ver         1:1.4.6
26
27 %include        /usr/lib/rpm/macros.perl
28 Summary:        The most widely used Web server on the Internet
29 Summary(de.UTF-8):      Leading World Wide Web-Server
30 Summary(es.UTF-8):      Servidor HTTPD para proveer servicios WWW
31 Summary(fr.UTF-8):      Le serveur web le plus utilise sur Internet
32 Summary(pl.UTF-8):      Serwer WWW (World Wide Web)
33 Summary(pt_BR.UTF-8):   Servidor HTTPD para prover serviços WWW
34 Summary(ru.UTF-8):      Самый популярный веб-сервер
35 Summary(tr.UTF-8):      Lider WWW tarayıcı
36 Name:           apache
37 Version:        2.4.4
38 Release:        7
39 License:        Apache v2.0
40 Group:          Networking/Daemons/HTTP
41 Source0:        http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
42 # Source0-md5:  a2fed766e67c9681e0d9b86768f08286
43 Source1:        %{name}.init
44 Source2:        %{name}.logrotate
45 Source3:        %{name}.sysconfig
46 Source4:        %{name}-server.crt
47 Source5:        %{name}-server.key
48 Source6:        %{name}-httpd.conf
49 Source7:        %{name}-common.conf
50 Source8:        %{name}-mod_vhost_alias.conf
51 Source9:        %{name}-mod_status.conf
52 Source10:       %{name}-mod_proxy.conf
53 Source11:       %{name}-mod_info.conf
54 Source12:       %{name}-mod_ssl.conf
55 Source13:       %{name}-mod_dav.conf
56 Source14:       %{name}-mod_dir.conf
57 Source15:       %{name}-mod_suexec.conf
58 Source16:       %{name}-mod_deflate.conf
59 Source17:       %{name}-mod_autoindex.conf
60 Source18:       %{name}-multilang-errordoc.conf
61 Source19:       %{name}-manual.conf
62 Source20:       %{name}-mod_userdir.conf
63 Source21:       %{name}-mpm.conf
64 Source22:       %{name}-languages.conf
65 Source23:       %{name}-mod_mime.conf
66 Source24:       %{name}-mod_authz_host.conf
67 Source25:       %{name}-mod_cgid.conf
68 Source26:       %{name}-mod_log_config.conf
69 Source27:       %{name}-mod_mime_magic.conf
70 Source28:       %{name}-mod_cache.conf
71 Source29:       %{name}-example.net.conf
72 Source30:       %{name}.tmpfiles
73 Source31:       %{name}.service
74 Patch0:         %{name}-configdir_skip_backups.patch
75 Patch1:         %{name}-layout.patch
76 Patch2:         %{name}-suexec.patch
77 Patch3:         %{name}-branding.patch
78 Patch4:         %{name}-apr.patch
79 Patch5:         httpd-dummy-connection-result.patch
80
81 Patch7:         %{name}-syslibs.patch
82
83 Patch10:        httpd-2.0.46-dav401dest.patch
84 Patch14:        httpd-2.0.48-corelimit.patch
85 Patch15:        httpd-2.0.48-debuglog.patch
86 Patch18:        %{name}-v6only-ENOPROTOOPT.patch
87 Patch19:        %{name}-conffile-path.patch
88 Patch20:        %{name}-apxs.patch
89 Patch23:        %{name}-suexec_fcgi.patch
90 # http://scripts.mit.edu/trac/browser/trunk/server/common/patches/httpd-2.2.x-mod_ssl-sessioncaching.patch?rev=1348
91 Patch25:        httpd-2.2.x-mod_ssl-sessioncaching.patch
92 Patch26:        %{name}-mod_vhost_alias_docroot.patch
93 # http://mpm-itk.sesse.net/
94 Patch28:        %{name}-mpm-itk.patch
95 Patch29:        libtool-tag.patch
96 Patch30:        lua-lib.patch
97 URL:            http://httpd.apache.org/
98 BuildRequires:  apr-devel >= %{apr_ver}
99 BuildRequires:  apr-util-devel >= 1:1.3.10-2
100 BuildRequires:  autoconf >= 2.50
101 BuildRequires:  automake
102 %{?with_distcache:BuildRequires:        distcache-devel}
103 BuildRequires:  libtool >= 2:1.5
104 BuildRequires:  lua51-devel
105 %{?with_ldap:BuildRequires:     openldap-devel >= 2.3.0}
106 %{?with_ssl:BuildRequires:      openssl-devel >= %{openssl_ver}}
107 %{?with_ssl:BuildRequires:      openssl-tools >= %{openssl_ver}}
108 BuildRequires:  pcre-devel
109 BuildRequires:  pkgconfig
110 BuildRequires:  rpm >= 4.4.9-56
111 BuildRequires:  rpm-build >= 4.4.0
112 BuildRequires:  rpm-perlprov >= 4.1-13
113 BuildRequires:  rpmbuild(macros) >= 1.647
114 BuildRequires:  sed >= 4.0
115 BuildRequires:  zlib-devel
116 Requires:       %{name}-errordocs = %{version}-%{release}
117 Requires:       %{name}-mod_alias = %{version}-%{release}
118 Requires:       %{name}-mod_auth = %{version}-%{release}
119 Requires:       %{name}-mod_env = %{version}-%{release}
120 Requires:       %{name}-mod_log_config = %{version}-%{release}
121 Requires:       %{name}-mod_mime = %{version}-%{release}
122 Requires:       %{name}-mod_mime_magic = %{version}-%{release}
123 Requires:       %{name}-mod_negotiation = %{version}-%{release}
124 Requires:       %{name}-mod_setenvif = %{version}-%{release}
125 Requires:       %{name}-mod_speling = %{version}-%{release}
126 Requires:       %{name}-mod_userdir = %{version}-%{release}
127 Requires:       %{name}-mod_version = %{version}-%{release}
128 Requires:       %{name}-tools = %{version}-%{release}
129 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
130
131 %define         _sysconfdir     /etc/httpd
132 %define         _includedir     %{_prefix}/include/apache
133 %define         _datadir        /home/services/httpd
134 %define         _libexecdir     %{_libdir}/apache
135 %define         _cgibindir      %{_prefix}/lib/cgi-bin/%{name}
136
137 %description
138 Apache is a powerful, full-featured, efficient and freely-available
139 Web server. Apache is also the most popular Web server on the
140 Internet.
141
142 %description -l de.UTF-8
143 Apache ist ein voll funktionsfähiger Web-Server, der kostenlos
144 erhältlich und weit verbreitet ist.
145
146 %description -l es.UTF-8
147 El servidor web Apache es el mejor servidor gratuito disponible en el
148 mundo UNIX hoy. Usa HTTP (HyperText Transfer Protocol) para permitir
149 que navegadores vean documentos y sometan datos remotamente. Puede
150 ejecutar varias funciones diferentes, incluyendo funciones de proxy y
151 caché, y nos ofrece características como monitor de estado, conversión
152 dinámica de tipo, y otras más.
153
154 %description -l fr.UTF-8
155 Apache est un serveur Web puissant, efficace, gratuit et complet.
156 Apache est aussi le serveur Web le plus populaire sur Internet.
157
158 %description -l pl.UTF-8
159 Apache jest serwerem WWW (World Wide Web). Instalując ten pakiet
160 będziesz mógł prezentować własne strony WWW w sieci Internet.
161
162 %description -l pt_BR.UTF-8
163 O servidor web Apache é o melhor servidor gratuito disponível no mundo
164 UNIX hoje. Ele usa HTTP (HyperText Transfer Protocol) para permitir
165 que browsers web vejam documentos e submetam dados remotamente. Ele
166 pode executar várias funções diferentes, incluindo funções de proxy e
167 cache, e oferece características como monitor de status, conversão
168 dinâmica de tipo, e mais.
169
170 %description -l ru.UTF-8
171 Apache - мощный, функциональный, высокопроизводительный и свободно
172 распространяемый веб-сервер.
173
174 %description -l tr.UTF-8
175 Apache serbest dağıtılan ve çok kullanılan yetenekli bir web
176 sunucusudur.
177
178 %package base
179 Summary:        The Number One HTTP Server On The Internet
180 Summary(pl.UTF-8):      Wiodący w Internecie serwer HTTP
181 Group:          Networking/Daemons/HTTP
182 Requires(post): fileutils
183 Requires(post,preun):   /sbin/chkconfig
184 Requires(postun):       /usr/sbin/groupdel
185 Requires(postun):       /usr/sbin/userdel
186 Requires(pre):  /bin/id
187 Requires(pre):  /usr/bin/getgid
188 Requires(pre):  /usr/sbin/groupadd
189 Requires(pre):  /usr/sbin/useradd
190 Requires(post,preun,postun):    systemd-units >= 38
191 Requires:       /sbin/chkconfig
192 Requires:       apr >= %{apr_ver}
193 Requires:       psmisc >= 20.1
194 Requires:       rc-scripts >= 0.4.1.23
195 Requires:       sed >= 4.0
196 Requires:       systemd-units >= 38
197 Provides:       apache(modules-api) = %{_apache_modules_api}
198 Provides:       group(http)
199 Provides:       user(http)
200 Provides:       webserver = apache
201 Obsoletes:      apache-extra
202 Obsoletes:      apache6
203 # packaged by mistake. really sample code
204 Obsoletes:      apache-mod_optional_fn_export
205 Obsoletes:      apache-mod_optional_fn_import
206 Obsoletes:      apache-mod_optional_fn_import
207 Obsoletes:      apache-mod_optional_hook_import
208 Conflicts:      apache < 2.2.0
209 # mod_wsgi >= 3.4 is required for apache 2.4
210 Conflicts:      apache-mod_wsgi < 3.4
211 Conflicts:      logrotate < 3.7-4
212 # for the posttrans scriptlet, conflicts because in vserver environment rpm package is not installed.
213 Conflicts:      rpm < 4.4.2-0.2
214
215 %description base
216 Apache is a powerful, full-featured, efficient and freely-available
217 Web server. Apache is also the most popular Web server on the
218 Internet.
219
220 %description base -l pl.UTF-8
221 Apache jest potężnym, w pełni funkcjonalnym, wydajnym i wolnodostępnym
222 serwerem WWW (World Wide Web). Jest także najbardziej popularnym
223 serwerem WWW w Internecie.
224
225 %package suexec
226 Summary:        Apache suexec wrapper
227 Summary(pl.UTF-8):      Wrapper suexec do serwera WWW Apache
228 Group:          Networking/Daemons/HTTP
229 URL:            http://httpd.apache.org/docs/2.4/suexec.html
230 Requires:       %{name}-base = %{version}-%{release}
231
232 %description suexec
233 The suEXEC feature provides Apache users the ability to run CGI and
234 SSI programs under user IDs different from the user ID of the calling
235 web-server. Normally, when a CGI or SSI program executes, it runs as
236 the same user who is running the web server.
237
238 %description suexec -l pl.UTF-8
239 SuEXEC umożliwia serwerowi Apache uruchamianie programów CGI i SSI z
240 innym UID niż wywołujący je serwer. Normalnie programy CGI i SSI są
241 wykonywane jako taki sam użytkownik jak serwer WWW.
242
243 %package tools
244 Summary:        Apache tools
245 Summary(pl.UTF-8):      Narzędzia Apache'a
246 Group:          Development/Tools
247
248 %description tools
249 Apache tools.
250
251 %description tools -l pl.UTF-8
252 Narzędzia Apache'a.
253
254 %package index
255 Summary:        Apache index.html* files
256 Summary(pl.UTF-8):      Pliki Apache index.html*
257 Group:          Documentation
258 Requires:       %{name}-base = %{version}-%{release}
259 Obsoletes:      indexhtml
260
261 %description index
262 Apache index.html* files.
263
264 %description index -l pl.UTF-8
265 Pliki index.html* Apache'a.
266
267 %package doc
268 Summary:        Apache manual
269 Summary(pl.UTF-8):      Podręcznik Apache'a
270 Group:          Documentation
271 Requires:       %{name}-base = %{version}-%{release}
272 Requires:       %{name}-mod_alias = %{version}-%{release}
273 Requires:       %{name}-mod_dir = %{version}-%{release}
274 Requires:       %{name}-mod_negotiation = %{version}-%{release}
275 Requires:       %{name}-mod_setenvif = %{version}-%{release}
276
277 %description doc
278 Apache manual.
279
280 %description doc -l pl.UTF-8
281 Podręcznik Apache'a.
282
283 %package errordocs
284 Summary:        Multi-language error messages for Apache
285 Summary(pl.UTF-8):      Wielojęzyczne komunikaty błędów dla Apache'a
286 Group:          Applications/WWW
287 URL:            http://httpd.apache.org/docs-project/
288 Requires:       %{name}-base = %{version}-%{release}
289 Requires:       %{name}-mod_alias = %{version}-%{release}
290 Requires:       %{name}-mod_authz_host = %{version}-%{release}
291 Requires:       %{name}-mod_include = %{version}-%{release}
292 Requires:       %{name}-mod_negotiation = %{version}-%{release}
293
294 %description errordocs
295 Multi-language error messages.
296
297 %description errordocs -l pl.UTF-8
298 Dokumenty opisujące błędy HTTP dla Apache'a w wielu językach.
299
300 %package devel
301 Summary:        Module development tools for the Apache web server
302 Summary(es.UTF-8):      Archivos de inclusión del Apache para desarrollo de módulos
303 Summary(fr.UTF-8):      Les outils de developpement de modules pour le serveur web Apache
304 Summary(pl.UTF-8):      Pliki nagłówkowe do tworzenia modułów rozszerzeń do serwera WWW Apache
305 Summary(pt_BR.UTF-8):   Arquivos de inclusão do Apache para desenvolvimento de módulos
306 Summary(ru.UTF-8):      Средства разработки модулей для веб-сервера Apache
307 Group:          Networking/Utilities
308 Requires:       apr-util-devel >= 1:1.2
309 Requires:       libtool
310 Obsoletes:      apache-apxs
311 Obsoletes:      apache-static
312
313 %description devel
314 The apache-devel package contains header files for Apache.
315
316 %description devel -l es.UTF-8
317 Este paquete contiene los archivos de inclusión para el Apache, bien
318 como el utilitario apxs para la construcción de objetos compartidos
319 dinámicos (DSOs). Ha ce falta instalar este paquete si deseas compilar
320 o desarrollar módulos adicionales para Apache.
321
322 %description devel -l fr.UTF-8
323 Le package apache-devel contient le code source pour le serveur Web
324 Apache et le binaire APXS dont vous aurez besoin pour construire des
325 Objets Dynamiques Partages (DSOs) pour Apache.
326
327 %description devel -l pl.UTF-8
328 Pliki nagłówkowe i inne zasoby niezbędne przy budowaniu modułów DSO
329 (Dynamic Shared Objects) dla Apache'a.
330
331 %description devel -l ru.UTF-8
332 Средства разработки модулей для веб-сервера Apache.
333
334 %description devel -l pt_BR.UTF-8
335 Este pacote contem os arquivos de inclusão para o Apache, bem como o
336 utilitário apxs para a construção de objetos compartilhados dinâmicos
337 (DSOs). Este pacote precisa ser instalado se você deseja compilar ou
338 desenvolver módulos adicionais para o Apache.
339
340 %package mod_access_compat
341 Summary:        Group authorizations based on host (name or IP address)
342 Summary(pl.UTF-8):      Grupowe uwierzytelnianie w oparciu o hosta (nazwę lub adres IP)
343 Group:          Networking/Daemons/HTTP
344 URL:            http://httpd.apache.org/docs/2.4/mod/mod_access_compat.html
345 Requires:       %{name}-base = %{version}-%{release}
346 Provides:       apache(mod_access_compat) = %{version}-%{release}
347
348 %description mod_access_compat
349 The directives provided by mod_access_compat are used in <Directory>,
350 <Files>, and <Location> sections as well as .htaccess files to control
351 access to particular parts of the server. Access can be controlled
352 based on the client hostname, IP address, or other characteristics of
353 the client request, as captured in environment variables. The Allow
354 and Deny directives are used to specify which clients are or are not
355 allowed access to the server, while the Order directive sets the
356 default access state, and configures how the Allow and Deny directives
357 interact with each other.
358
359 %description mod_access_compat -l pl.UTF-8
360 Dyrektywy udostępniane przez mod_access_compat są używane w sekcjach
361 <Directory>, <Files> i <Location>, a także plikach .htaccess do
362 sterowania odstępem do poszczególnych części serwera. Dostęp można
363 kontrolować w oparciu o nazwę hosta klienta, adres IP lub inne cechy
364 żądania klienta, przechwytywane w zmiennych środowiskowych. Dyrektywy
365 Allow i Deny służą do określania, którzy klienci mają, a którzy nie
366 mają dostępu do serwera, natomiast dyrektywa Order ustawia domyślny
367 stan dostępu i konfiguruje sposób interakcji między dyrektywami Allow
368 oraz Deny.
369
370 %package mod_actions
371 Summary:        Apache module for executing CGI scripts based on media type or request method
372 Summary(pl.UTF-8):      Moduł Apache'a do uruchamiania skryptów CGI w oparciu o rodzaj danych lub żądania
373 Group:          Networking/Daemons/HTTP
374 URL:            http://httpd.apache.org/docs/2.4/mod/mod_actions.html
375 Requires:       %{name}-base = %{version}-%{release}
376 Provides:       apache(mod_actions) = %{version}-%{release}
377
378 %description mod_actions
379 This module has two directives. The Action directive lets you run CGI
380 scripts whenever a file of a certain MIME content type is requested.
381 The Script directive lets you run CGI scripts whenever a particular
382 method is used in a request. This makes it much easier to execute
383 scripts that process files.
384
385 %description mod_actions -l pl.UTF-8
386 Ten moduł ma dwie dyrektywy. Dyrektywa Action pozwala uruchamiać
387 skrypty CGI przy żądaniu pliku o danym typie zawartości MIME.
388 Dyrektywa Script pozwala uruchamiać skrypty CGI przy danej metodzie
389 żądania. Znacznie ułatwia to wykonywanie skryptów przetwarzających
390 pliki.
391
392 %package mod_alias
393 Summary:        Mapping different parts of the host filesystem in the document tree and for URL redirection
394 Summary(pl.UTF-8):      Odwzorowywanie różnych części systemu plików w drzewie dokumentów i przekierowywanie URL-i
395 Group:          Networking/Daemons/HTTP
396 URL:            http://httpd.apache.org/docs/2.4/mod/mod_alias.html
397 Requires:       %{name}-base = %{version}-%{release}
398 Provides:       apache(mod_alias) = %{version}-%{release}
399 Provides:       webserver(alias)
400
401 %description mod_alias
402 The directives contained in this module allow for manipulation and
403 control of URLs as requests arrive at the server. The Alias and
404 ScriptAlias directives are used to map between URLs and filesystem
405 paths. This allows for content which is not directly under the
406 DocumentRoot served as part of the web document tree. The ScriptAlias
407 directive has the additional effect of marking the target directory as
408 containing only CGI scripts.
409
410 The Redirect directives are used to instruct clients to make a new
411 request with a different URL. They are often used when a resource has
412 moved to a new location.
413
414 mod_alias is designed to handle simple URL manipulation tasks. For
415 more complicated tasks such as manipulating the query string, use the
416 tools provided by mod_rewrite.
417
418 %description mod_alias -l pl.UTF-8
419 Dyrektywy zawarte w tym module umożliwiają manipulacje i sterowanie
420 URL-ami kiedy żądania są dostarczane do serwera. Dyrektywy Alias i
421 ScriptAlias są używane do odwzorowywania między URL-ami i ścieżkami w
422 systemie plików. Umożliwia to serwowanie treści nie będącej
423 bezpośrednio wewnątrz DocumentRoota jako część drzewa dokumentów WWW.
424 Dyrektywa ScriptAlias ma dodatkowy efekt oznaczania katalogu
425 docelowego jako zawierającego wyłącznie skrypty CGI.
426
427 Dyrektywy Redirect służą do instruowania klientów, aby wykonali nowe
428 żądanie z innym URL-em. Są używane zwykle w przypadku, gdy zasoby
429 zostały przeniesione w inne miejsce.
430
431 mod_alias został zaprojektowany do obsługi prostych manipulacji na
432 URL-ach. Bardziej skomplikowane zadania, takie jak modyfikowanie
433 łańcucha zapytania można wykonać przy użyciu mod_rewrite.
434
435 %package mod_allowmethods
436 Summary:        Easily restrict what HTTP methods can be used on the server
437 Summary(pl.UTF-8):      Łatwe ograniczanie metod HTTP dostępnych na serwerze
438 Group:          Networking/Daemons/HTTP
439 URL:            http://httpd.apache.org/docs/2.4/mod/mod_allowmethods.html
440 Requires:       %{name}-base = %{version}-%{release}
441 Provides:       apache(mod_allowmethods) = %{version}-%{release}
442
443 %description mod_allowmethods
444 This module makes it easy to restrict what HTTP methods can used on an
445 server.
446
447 %description mod_allowmethods -l pl.UTF-8
448 Ten moduł ułatwia ograniczanie metod HTTP udostępnianych przez serwer.
449
450 %package mod_asis
451 Summary:        Sends files that contain their own HTTP headers
452 Summary(pl.UTF-8):      Wysyłanie plików zawierających własne nagłówki HTTP
453 Group:          Networking/Daemons/HTTP
454 URL:            http://httpd.apache.org/docs/2.4/mod/mod_asis.html
455 Requires:       %{name}-base = %{version}-%{release}
456 Provides:       apache(mod_asis) = %{version}-%{release}
457
458 %description mod_asis
459 This module provides the handler send-as-is which causes Apache to
460 send the document without adding most of the usual HTTP headers.
461
462 This can be used to send any kind of data from the server, including
463 redirects and other special HTTP responses, without requiring a
464 cgi-script or an nph script.
465
466 For historical reasons, this module will also process any file with
467 the mime type httpd/send-as-is.
468
469 %description mod_asis -l pl.UTF-8
470 Ten moduł udostępnia procesurę obsługi send-as-is powodującą, że
471 Apache wysyła dokument bez dodawania większości zwykle używanych
472 nagłówków HTTP.
473
474 Może to być używane do wysyłania dowolnego rodzaju danych z serwera,
475 włącznie z przekierowaniami i innymi specjalnymi odpowiedziami HTTP
476 bez wymagania skryptu CGI lub nph.
477
478 %package mod_auth
479 Summary:        Virtual package which provides backward compatibility with Apache 2.0
480 Summary(pl.UTF-8):      Pakiet wirtualny zapewniający kompatybilność wsteczną z Apachem 2.0
481 Group:          Networking/Daemons/HTTP
482 Requires:       %{name}-base = %{version}-%{release}
483 Requires:       %{name}-mod_auth_basic = %{version}-%{release}
484 Requires:       %{name}-mod_authn_file = %{version}-%{release}
485 Requires:       %{name}-mod_authz_groupfile = %{version}-%{release}
486 Requires:       %{name}-mod_authz_user = %{version}-%{release}
487 Provides:       apache(mod_auth) = %{version}-%{release}
488 Provides:       webserver(auth)
489
490 %description mod_auth
491 Virtual package which requires apache-mod_authn_file,
492 apache-mod_authz_user and apache-mod_authz_groupfile for backward
493 compatibility with Apache 2.0.
494
495 %description mod_auth -l pl.UTF-8
496 Pakiet wirtualny wymagający apache-mod_authn_file,
497 apache-mod_authz_user i apache-mod_authz_groupfile dla kompatybilności
498 wstecznej z Apachem 2.0.
499
500 %package mod_auth_basic
501 Summary:        Apache module that allows Basic authentication
502 Summary(pl.UTF-8):      Moduł Apache'a umożliwiający korzystawnie z uwierzytelnienia Basic
503 Group:          Networking/Daemons/HTTP
504 URL:            http://httpd.apache.org/docs/2.4/mod/mod_auth_basic.html
505 Requires:       %{name}-base = %{version}-%{release}
506 Provides:       apache(mod_auth_basic) = %{version}-%{release}
507
508 %description mod_auth_basic
509 This module allows the use of HTTP Basic Authentication to restrict
510 access by looking up users in the given providers.
511
512 HTTP Digest Authentication is provided by mod_auth_digest. This module
513 should usually be combined with at least one authentication module
514 such as mod_authn_file and one authorization module such as
515 mod_authz_user.
516
517 %description mod_auth_basic -l pl.UTF-8
518 Ten moduł pozwala używać uwierzytelnienia HTTP Basic do ograniczania
519 dostępu poprzez wyszukiwanie użytkowników we wskazanych miejscach.
520
521 Uwierzytelnianie HTTP Digest jest udostępniane przez moduł
522 mod_auth_digest. Niniejszy moduł jest zwykle używany w połączeniu z
523 przynajmniej jednym modułem uwierzytelniającym, takim jak
524 mod_authn_file oraz jednym modułem autoryzacyjnym, takim jak
525 mod_authz_user.
526
527 %package mod_auth_dbm
528 Summary:        Virtual package which provides backward compatibility with Apache 2.0
529 Summary(pl.UTF-8):      Pakiet wirtualny zapewniający kompatybilność wsteczną z Apachem 2.0
530 Group:          Networking/Daemons/HTTP
531 Requires:       %{name}-base = %{version}-%{release}
532 Requires:       %{name}-dbmtools = %{version}-%{release}
533 Requires:       %{name}-mod_authn_dbm = %{version}-%{release}
534 Requires:       %{name}-mod_authz_dbm = %{version}-%{release}
535 Provides:       apache(mod_auth_dbm) = %{version}-%{release}
536
537 %description mod_auth_dbm
538 Virtual package which requires apache-mod_authn_dbm and
539 apache-mod_authz_dbm for backward compatibility with Apache 2.0.
540
541 %description mod_auth_dbm -l pl.UTF-8
542 Pakiet wirtualny wymagający apache-mod_authn_dbm i
543 apache-mod_authz_dbm dla kompatybilności wstecznej z Apachem 2.0.
544
545 %package mod_auth_digest
546 Summary:        User authentication using MD5 Digest Authentication
547 Summary(pl.UTF-8):      Uwierzytelnianie użytkowników przy użyciu MD5 Digest
548 Group:          Networking/Daemons/HTTP
549 URL:            http://httpd.apache.org/docs/2.4/mod/mod_auth_digest.html
550 Requires:       %{name}-base = %{version}-%{release}
551 Provides:       apache(mod_auth_digest) = %{version}-%{release}
552
553 %description mod_auth_digest
554 This module implements HTTP Digest Authentication. However, it has not
555 been extensively tested and is therefore marked experimental.
556
557 %description mod_auth_digest -l pl.UTF-8
558 Ten moduł implementuje uwierzytelnienie HTTP Digest. Nie został on
559 jednak zbyt obszernie przetestowany, więc jest oznaczony jako
560 eksperymentalny.
561
562 %package mod_auth_form
563 Summary:        Form authentication
564 Summary(pl.UTF-8):      Uwierzytelnianie poprzez formularz
565 Group:          Networking/Daemons/HTTP
566 URL:            http://httpd.apache.org/docs/2.4/mod/mod_auth_form.html
567 Requires:       %{name}-base = %{version}-%{release}
568 Provides:       apache(mod_auth_form) = %{version}-%{release}
569
570 %description mod_auth_form
571 This module allows the use of an HTML login form to restrict access by
572 looking up users in the given providers. HTML forms require
573 significantly more configuration than the alternatives, however an
574 HTML login form can provide a much friendlier experience for end
575 users.
576
577 %description mod_auth_form -l pl.UTF-8
578 Ten moduł pozwala na wykorzystywanie HTML-owego formularza logowania
579 do ograniczania dostępu poprzez wyszukiwanie użytkowników we
580 wskazanych miejscach. Formularze HTML wymagają znacząco większych
581 nakładów na konfigurację niż alternatywne sposoby, ale mogą być
582 bardziej przyjazne dla użytkowników końcowych.
583
584 %package mod_authn_anon
585 Summary:        Apache module that allows "anonymous" user access to authenticated areas
586 Summary(pl.UTF-8):      Moduł Apache'a umożliwiający dostęp anonimowych użytkowników do stref uwierzytelnianych
587 Group:          Networking/Daemons/HTTP
588 URL:            http://httpd.apache.org/docs/2.4/mod/mod_authn_anon.html
589 Requires:       %{name}-base = %{version}-%{release}
590 Requires:       %{name}-mod_authn_core = %{version}-%{release}
591 Provides:       apache(mod_authn_anon) = %{version}-%{release}
592 # compat
593 Provides:       apache(mod_auth_anon) = %{version}-%{release}
594 Provides:       apache-mod_auth_anon = %{version}-%{release}
595 Obsoletes:      apache-mod_auth_anon < 2.2.0-0.5
596
597 %description mod_authn_anon
598 This module provides authentication front-ends such as mod_auth_basic
599 to authenticate users similar to anonymous-ftp sites, i.e. have a
600 'magic' user id 'anonymous' and the email address as a password. These
601 email addresses can be logged.
602
603 %description mod_authn_anon -l pl.UTF-8
604 Ten moduł udmożliwia frontendom uwierzytelniającym takim jak
605 mod_auth_basic uwierzytelnianie użytkowników podobnie do serwisów
606 anonimowego ftp, tzn. przez udostępnianie "magicznego" identyfikatora
607 "anonymous" i adresu pocztowego jako hasła. Te adresy pocztowe mogą
608 być logowane.
609
610 %package mod_authn_core
611 Summary:        Apache module that provides core authentication capabilieties
612 Summary(pl.UTF-8):      Moduł Apache'a udostępniający podstawowe funkcje uwierzytelniające
613 Group:          Networking/Daemons/HTTP
614 URL:            http://httpd.apache.org/docs/2.4/mod/mod_authn_core.html
615 Requires:       %{name}-base = %{version}-%{release}
616 Provides:       apache(mod_authn_core) = %{version}-%{release}
617 Provides:       apache(mod_authn_default) = %{version}-%{release}
618 Obsoletes:      apache(mod_authn_alias)
619 Obsoletes:      apache-mod_authn_default < %{version}-%{release}
620
621 %description mod_authn_core
622 This module provides core authentication capabilities to allow or deny
623 access to portions of the web site. mod_authn_core provides directives
624 that are common to all authentication providers.
625
626 %description mod_authn_core -l pl.UTF-8
627 Ten moduł dostarcza podstawowe funkcje uwierzytelniania, umożliwiające
628 lub blokujące dostęp do części serwisu WWW. mod_authn_core udostępnia
629 dyrektywy wspólne dla wszystkich modułów obsługujących
630 uwierzytelnianie.
631
632 %package mod_authn_dbd
633 Summary:        Apache module that allows user authentication using an SQL
634 Summary(pl.UTF-8):      Moduł Apache'a umożliwiający uwierzytelnianie użytkowników przy użyciu tabel SQL
635 Group:          Networking/Daemons/HTTP
636 URL:            http://httpd.apache.org/docs/2.4/mod/mod_authn_dbd.html
637 Requires:       %{name}-base = %{version}-%{release}
638 Requires:       %{name}-mod_authn_core = %{version}-%{release}
639 Requires:       %{name}-mod_dbd = %{version}-%{release}
640 Provides:       apache(mod_authn_dbd) = %{version}-%{release}
641
642 %description mod_authn_dbd
643 This module provides authentication front-ends such as mod_auth_digest
644 and mod_auth_basic to authenticate users by looking up users in SQL
645 tables.
646
647 %description mod_authn_dbd -l pl.UTF-8
648 Ten moduł udostępnia frontendom uwierzytelniającym takim jak
649 mod_auth_digest i mod_auth_basic uwierzytelnianie użytkowników poprzez
650 wyszukiwanie w tabelach SQL.
651
652 %package mod_authn_dbm
653 Summary:        Apache module that allows user authentication using DBM files
654 Summary(pl.UTF-8):      Moduł Apache'a umożliwiający uwierzytelnianie użytkowników przy użyciu plików DBM
655 Group:          Networking/Daemons/HTTP
656 URL:            http://httpd.apache.org/docs/2.4/mod/mod_authn_dbm.html
657 Requires:       %{name}-base = %{version}-%{release}
658 Requires:       %{name}-mod_authn_core = %{version}-%{release}
659 Provides:       apache(mod_authn_dbm) = %{version}-%{release}
660
661 %description mod_authn_dbm
662 This module provides authentication front-ends such as mod_auth_digest
663 and mod_auth_basic to authenticate users by looking up users in DBM
664 password files.
665
666 %description mod_authn_dbm -l pl.UTF-8
667 Ten moduł udostępnia frontendom uwierzytelniającym takim jak
668 mod_auth_digest i mod_auth_basic uwierzytelnianie użytkowników poprzez
669 wyszukiwanie w tabelach haseł DBM.
670
671 %package mod_authn_file
672 Summary:        Apache module that allows user authentication using text files
673 Summary(pl.UTF-8):      Moduł Apache'a umożliwiający uwierzytelnianie użytkowników poprzez pliki tekstowe
674 Group:          Networking/Daemons/HTTP
675 URL:            http://httpd.apache.org/docs/2.4/mod/mod_authn_file.html
676 Requires:       %{name}-base = %{version}-%{release}
677 Requires:       %{name}-mod_authn_core = %{version}-%{release}
678 Provides:       apache(mod_authn_file) = %{version}-%{release}
679
680 %description mod_authn_file
681 This module provides authentication front-ends such as mod_auth_digest
682 and mod_auth_basic to authenticate users by looking up users in plain
683 text password files.
684
685 %description mod_authn_file -l pl.UTF-8
686 Ten moduł udostępnia frontendom uwierzytelniającym takim jak
687 mod_auth_digest i mod_auth_basic uwierzytelnianie użytkowników poprzez
688 wyszukiwanie w plikach tekstowych z hasłami.
689
690 %package mod_authn_socache
691 Summary:        Manages a cache of authentication credentials to relieve the load on backends
692 Summary(pl.UTF-8):      Zarządzanie pamięcią podręczną uwierzytelniania w celu odciążenia backendów
693 Group:          Networking/Daemons/HTTP
694 URL:            http://httpd.apache.org/docs/2.4/mod/mod_authn_socache.html
695 Requires:       %{name}-base = %{version}-%{release}
696 Requires:       %{name}-mod_authn_core = %{version}-%{release}
697 Provides:       apache(mod_authn_socache) = %{version}-%{release}
698
699 %description mod_authn_socache
700 This module maintains a cache of authentication credentials, so that a
701 new backend lookup is not required for every authenticated request.
702
703 %description mod_authn_socache -l pl.UTF-8
704 Ten moduł utrzymuje pamięć podręczną danych uwierzytelniających,
705 dzięki czemu nie przy każdym żądaniu uwierzytelniania wymagane jest
706 nowe wyszukiwanie po stronie backendu.
707
708 %package mod_authnz_ldap
709 Summary:        Apache module that allows an LDAP directory to be used to store the database for HTTP Basic authentication
710 Summary(pl.UTF-8):      Moduł Apache'a umożliwiający przechowywanie danych dla uwierzytelnienia HTTP Basic w bazie LDAP
711 Group:          Networking/Daemons/HTTP
712 URL:            http://httpd.apache.org/docs/2.4/mod/mod_authnz_ldap.html
713 Requires:       %{name}-base = %{version}-%{release}
714 Requires:       %{name}-mod_ldap = %{version}-%{release}
715 Requires:       apr-util-ldap
716 Provides:       apache(mod_authnz_ldap) = %{version}-%{release}
717 # compat
718 Provides:       apache(mod_auth_ldap) = %{version}-%{release}
719 Provides:       apache-mod_auth_ldap = %{version}-%{release}
720 Obsoletes:      apache-mod_auth_ldap < 2.2.0-0.5
721
722 %description mod_authnz_ldap
723 This module provides authentication front-ends such as mod_auth_basic
724 to authenticate users through an LDAP directory.
725
726 %description mod_authnz_ldap -l pl.UTF-8
727 Ten moduł udostępnia frontendom uwierzytelniającym takim jak
728 mod_auth_basic uwierzytelnianie użytkowników poprzez katalog LDAP.
729
730 %package mod_authz_core
731 Summary:        Apache module that provides core authorization capabilities
732 Summary(pl.UTF-8):      Moduł Apache'a udostępniający podstawowe funkcje autoryzujące
733 Group:          Networking/Daemons/HTTP
734 URL:            http://httpd.apache.org/docs/2.4/mod/mod_authz_core.html
735 Requires:       %{name}-base = %{version}-%{release}
736 Provides:       apache(mod_authz_core) = %{version}-%{release}
737 Provides:       apache(mod_authz_default) = %{version}-%{release}
738 Obsoletes:      apache-mod_authz_default < %{version}-%{release}
739
740 %description mod_authz_core
741 This module provides core authorization capabilities so that
742 authenticated users can be allowed or denied access to portions of the
743 web site. mod_authz_core provides the functionality to register
744 various authorization providers. It is usually used in conjunction
745 with an authentication provider module such as mod_authn_file and an
746 authorization module such as mod_authz_user. It also allows for
747 advanced logic to be applied to the authorization processing.
748
749 %description mod_authz_core -l pl.UTF-8
750 Ten moduł dostarcza podstawowe funkcje autoryzacji, umożliwiające lub
751 blokujące dostęp do części serwisu WWW uwierzytelnionym użytkownikom.
752 mod_authz_core udostępnia funkcje do rejestrowania różnych modułów
753 autoryzujących. Zwykle jest używany w połączeniu z modułem
754 zapewniającym uwierzytelnianie, takim jak mod_authn_file oraz modułem
755 autoryzującym, takim jak mod_authz_user. Umożliwia także użycie
756 zaawansowanej logiki w czasie procesu autoryzacji.
757
758 %package mod_authz_dbd
759 Summary:        Group Authorization and Login using SQL
760 Summary(pl.UTF-8):      Grupowa autoryzacja i logowanie przy użyciu SQL
761 Group:          Networking/Daemons/HTTP
762 URL:            http://httpd.apache.org/docs/2.4/mod/mod_authz_dbd.html
763 Requires:       %{name}-base = %{version}-%{release}
764 Requires:       %{name}-mod_authz_core = %{version}-%{release}
765 Requires:       %{name}-mod_dbd = %{version}-%{release}
766 Provides:       apache(mod_authz_dbd) = %{version}-%{release}
767
768 %description mod_authz_dbd
769 This module provides authorization capabilities so that authenticated
770 users can be allowed or denied access to portions of the web site by
771 group membership. Similar functionality is provided by
772 mod_authz_groupfile and mod_authz_dbm, with the exception that this
773 module queries a SQL database to determine whether a user is a member
774 of a group.
775
776 This module can also provide database-backed user login/logout
777 capabilities. These are likely to be of most value when used in
778 conjunction with mod_authn_dbd.
779
780 This module relies on mod_dbd to specify the backend database driver
781 and connection parameters, and manage the database connections.
782
783 %description mod_authz_dbd -l pl.UTF-8
784 Ten moduł udostępnia funkcje autoryzujące pozwalające lub blokujące
785 dostęp do części serwisu WWW uwierzytelnionym użytkownikom na
786 podstawie ich przynależności do grup. Podobne funkcje udostępniają
787 moduły mod_authz_groupfile oraz mod_authz_dbm, z tą różnicą, że
788 niniejszy moduł odpytuje bazę SQL w celu stwierdzenia przynależności
789 do grupy.
790
791 Ten moduł może także zapewniać funkcje do logowania/wylogowywania
792 użytkowników w oparciu o bazę danych. Jest to przydatne najbardziej w
793 połączeniu z mod_authn_dbd.
794
795 Ten moduł polega na mod_dbd w celu określenia sterownika bazy danych i
796 parametrów połączenia oraz zarządzania połączeniami z bazą.
797
798 %package mod_authz_dbm
799 Summary:        Apache module that allows group authorization using DBM files
800 Summary(pl.UTF-8):      Moduł Apache'a umożliwiający uwierzytelnianie grup z użyciem plików DBM
801 Group:          Networking/Daemons/HTTP
802 URL:            http://httpd.apache.org/docs/2.4/mod/mod_authz_dbm.html
803 Requires:       %{name}-base = %{version}-%{release}
804 Requires:       %{name}-mod_authz_core = %{version}-%{release}
805 Provides:       apache(mod_authz_dbm) = %{version}-%{release}
806
807 %description mod_authz_dbm
808 This module provides authorization capabilities so that authenticated
809 users can be allowed or denied access to portions of the web site by
810 group membership stored in DBM file.
811
812 %description mod_authz_dbm -l pl.UTF-8
813 Ten moduł daje możliwość udostępniania bądź blokowania części serwisu
814 WWW dla uwierzytelnionych użytkowników na podstawie ich przynależności
815 do grupy zapisywanej w pliku DBM.
816
817 %package mod_authz_groupfile
818 Summary:        Apache module that allows group authorization using plaintext files
819 Summary(pl.UTF-8):      Moduł Apache'a umożliwiający autoryzację grup przy użyciu plików tekstowych
820 Group:          Networking/Daemons/HTTP
821 URL:            http://httpd.apache.org/docs/2.4/mod/mod_authz_groupfile.html
822 Requires:       %{name}-base = %{version}-%{release}
823 Requires:       %{name}-mod_authz_core = %{version}-%{release}
824 Provides:       apache(mod_authz_groupfile) = %{version}-%{release}
825
826 %description mod_authz_groupfile
827 This module provides authorization capabilities so that authenticated
828 users can be allowed or denied access to portions of the web site by
829 group membership stored in plain text file.
830
831 %description mod_authz_groupfile -l pl.UTF-8
832 Ten moduł daje możliwość udostępniania bądź blokowania części serwisu
833 WWW dla uwierzytelnionych użytkowników na podstawie ich przynależności
834 do grupy zapisywanej w pliku tekstowym.
835
836 %package mod_authz_host
837 Summary:        Apache module that allows group authorizations based on host (name or IP address)
838 Summary(pl.UTF-8):      Moduł Apache'a umożliwiający autoryzację grup w oparcu o host (nazwę lub IP)
839 Group:          Networking/Daemons/HTTP
840 URL:            http://httpd.apache.org/docs/2.4/mod/mod_authz_host.html
841 Requires:       %{name}-base = %{version}-%{release}
842 Requires:       %{name}-mod_authz_core = %{version}-%{release}
843 Provides:       apache(mod_authz_host) = %{version}-%{release}
844 # for apache < 2.2.0
845 Provides:       apache(mod_access) = %{version}-%{release}
846 Provides:       webserver(access)
847
848 %description mod_authz_host
849 The directives provided by mod_authz_host are used in <Directory>,
850 <Files>, and <Location> sections as well as .htaccess files to control
851 access to particular parts of the server. Access can be controlled
852 based on the client hostname, IP address, or other characteristics of
853 the client request, as captured in environment variables.
854
855 %description mod_authz_host -l pl.UTF-8
856 Dyrektyw udostępnianych przez mod_authz_host można używać w sekcjach
857 <Directory>, <Files> i <Location>, a także plikach .htaccess w celu
858 sterowania dostępem do poszczególnych części serwera. Dostępem można
859 sterować na podstawie nazwy hosta klienta, adresu IP lub innej
860 charakterystyki żądania klienta dostępnej w zmiennych środowiskowych.
861
862 %package mod_authz_owner
863 Summary:        Apache module that allows authorization based on file ownership
864 Summary(pl.UTF-8):      Moduł Apache'a umożliwiający autoryzacje w oparciu o własność plików
865 Group:          Networking/Daemons/HTTP
866 URL:            http://httpd.apache.org/docs/2.4/en/mod/mod_authz_owner.html
867 Requires:       %{name}-base = %{version}-%{release}
868 Requires:       %{name}-mod_authz_core = %{version}-%{release}
869 #Requires:      any-auth-module
870 Provides:       apache(mod_authz_owner) = %{version}-%{release}
871
872 %description mod_authz_owner
873 This module authorizes access to files by comparing the userid used
874 for HTTP authentication (the web userid) with the file-system owner or
875 group of the requested file. The supplied username and password must
876 be already properly verified by an authentication module, such as
877 mod_auth_basic or mod_auth_digest.
878
879 %description mod_authz_owner -l pl.UTF-8
880 Ten moduł autoryzuje dostęp do plików poprzez porównanie
881 identyfikatora użytkownika użytego przy uwierzytelnianiu HTTP (web
882 userid) z właścicielem lub grupą żądanego pliku w systemie plików.
883 Podana nazwa użytkownika i hasło muszą być wcześniej zweryfikowane
884 przez moduł uwierzytelniania, taki jak mod_auth_basic lub
885 mod_auth_digest.
886
887 %package mod_authz_user
888 Summary:        Apache module that allows user authorization
889 Summary(pl.UTF-8):      Moduł Apache'a umożliwiający autoryzację użytkowników
890 Group:          Networking/Daemons/HTTP
891 URL:            http://httpd.apache.org/docs/2.4/en/mod/mod_authz_user.html
892 Requires:       %{name}-base = %{version}-%{release}
893 Requires:       %{name}-mod_authz_core = %{version}-%{release}
894 Provides:       apache(mod_authz_user) = %{version}-%{release}
895
896 %description mod_authz_user
897 This module provides authorization capabilities so that authenticated
898 users can be allowed or denied access to portions of the web site.
899
900 %description mod_authz_user -l pl.UTF-8
901 Ten moduł daje możliwość udostępniania bądź blokowania części serwisu
902 WWW dla uwierzytelnionych użytkowników.
903
904 %package mod_autoindex
905 Summary:        Apache module - display index of files
906 Summary(pl.UTF-8):      Moduł apache do wyświetlania indeksu plików
907 Group:          Networking/Daemons/HTTP
908 URL:            http://httpd.apache.org/docs/2.4/en/mod/mod_autoindex.html
909 Requires:       %{name}-base = %{version}-%{release}
910 Requires:       %{name}-mod_alias = %{version}-%{release}
911 Provides:       apache(mod_autoindex) = %{version}-%{release}
912
913 %description mod_autoindex
914 This package contains mod_autoindex module. It provides generation
915 index of files.
916
917 %description mod_autoindex -l pl.UTF-8
918 Ten pakiet dostarcza moduł autoindex, który generuje indeks plików.
919
920 %package mod_bucketeer
921 Summary:        buckets manipulation filter
922 Summary(pl.UTF-8):      Dzielenie kubełków po znalezieniu znaku sterującego
923 Group:          Networking/Daemons/HTTP
924 Requires:       %{name}-base = %{version}-%{release}
925 Provides:       apache(mod_bucketeer) = %{version}-%{release}
926
927 %description mod_bucketeer
928 Split buckets whenever we find a control-char.
929
930 %description mod_bucketeer -l pl.UTF-8
931 Dzielenie kubełków po znalezieniu znaku sterującego.
932
933 %package mod_buffer
934 Summary:        Support for request buffering
935 Summary(pl.UTF-8):      Obsługa buforowania żądań
936 Group:          Networking/Daemons/HTTP
937 URL:            http://httpd.apache.org/docs/2.4/mod/mod_buffer.html
938 Requires:       %{name}-base = %{version}-%{release}
939 Provides:       apache(mod_buffer) = %{version}-%{release}
940
941 %description mod_buffer
942 This module provides the ability to buffer the input and output filter
943 stacks.
944
945 Under certain circumstances, content generators might create content
946 in small chunks. In order to promote memory reuse, in memory chunks
947 are always 8k in size, regardless of the size of the chunk itself.
948 When many small chunks are generated by a request, this can create a
949 large memory footprint while the request is being processed, and an
950 unnecessarily large amount of data on the wire. The addition of a
951 buffer collapses the response into the fewest chunks possible.
952
953 When httpd is used in front of an expensive content generator,
954 buffering the response may allow the backend to complete processing
955 and release resources sooner, depending on how the backend is
956 designed.
957
958 %description mod_buffer -l pl.UTF-8
959 Ten moduł daje możliwość buforowania wejścia i wyjścia stosów filtrów.
960
961 W niektórych warunkach generatory treści mogą wytwarzać treść w
962 niewielkich porcjach. W celu ułatwienia ponownego używania pamięci,
963 porcje w pamięci mają zawsze 8k niezależnoe od rozmiaru samych porcji.
964 Kiedy żądanie wygeneruje wiele małych porcji, może to spowodować duży
965 narzut pamięciowy podczas przetwarzania żądania. Dodanie bufora łączy
966 odpowiedzi w jak najmniejszą liczbę porcji.
967
968 W przypadku używania httpd do prezentacji treści z kosztownego
969 generatora, buforowanie odpowiedzi może pozwolić backendowi dokończyć
970 przetwarzanie i wcześniej zwolnić zasoby (w zależności od sposobu
971 zaprojektowania backendu).
972
973 %package mod_cache
974 Summary:        Content cache keyed to URIs
975 Summary(pl.UTF-8):      Pamięć podręczna wg klucza URI
976 Group:          Networking/Daemons/HTTP
977 URL:            http://httpd.apache.org/docs/2.4/en/mod/mod_cache.html
978 Requires:       %{name}-base = %{version}-%{release}
979 Provides:       apache(mod_cache) = %{version}-%{release}
980
981 %description mod_cache
982 mod_cache implements an RFC 2616 compliant HTTP content cache that can
983 be used to cache either local or proxied content. Two storage
984 management modules are included in the base Apache distribution:
985 mod_disk_cache implements a disk based storage manager (generally used
986 for proxy caching) and mod_mem_cache implements an in-memory based
987 storage manager (primarily useful for caching local content).
988
989 %description mod_cache -l pl.UTF-8
990 Implementacja zgodnej z RFC 2616 pamięci podręcznej, która może być
991 używana do zapamiętywania zawartości lokalnej lub dostępnej przez
992 proxy. Dołączono dwa moduły pozwalające magazynować dane w pamięci
993 (głównie użyteczne przy cache'owaniu lokalnej zawartości) oraz na
994 dysku (używane do cache'owania proxy).
995
996 %package mod_case_filter
997 Summary:        Apache output filter that converts all output to upper case
998 Summary(pl.UTF-8):      Filtr wyjściowy Apache'a zamieniający wszystkie litery na wielkie
999 Group:          Networking/Daemons/HTTP
1000 Requires:       %{name}-base = %{version}-%{release}
1001 Provides:       apache(mod_case_filter) = %{version}-%{release}
1002
1003 %description mod_case_filter
1004 Apache output filter that converts all output to upper case.
1005
1006 %description mod_case_filter -l pl.UTF-8
1007 Filtr wyjściowy Apache'a zamieniający wszystkie litery w wyjściu na
1008 wielkie.
1009
1010 %package mod_case_filter_in
1011 Summary:        Apache input filter that converts all request body to upper case
1012 Summary(pl.UTF-8):      Filtr wejściowy Apache'a zamieniający wszystkie litery w żądaniu na wielkie
1013 Group:          Networking/Daemons/HTTP
1014 Requires:       %{name}-base = %{version}-%{release}
1015 Provides:       apache(mod_case_filter_in) = %{version}-%{release}
1016
1017 %description mod_case_filter_in
1018 Apache input filter that converts all request body (not headers) to
1019 upper case.
1020
1021 %description mod_case_filter_in -l pl.UTF-8
1022 Filtr wejściowy Apache'a zamieniający wszystkie litery w ciele żądania
1023 (ale nie nagłówkach) na wielkie.
1024
1025 %package mod_cern_meta
1026 Summary:        CERN httpd metafile semantics
1027 Summary(pl.UTF-8):      Obsługa semantyki metaplików CERN httpd
1028 Group:          Networking/Daemons/HTTP
1029 URL:            http://httpd.apache.org/docs/2.4/en/mod/mod_cern_meta.html
1030 Requires:       %{name}-base = %{version}-%{release}
1031 Provides:       apache(mod_cern_meta) = %{version}-%{release}
1032
1033 %description mod_cern_meta
1034 Emulate the CERN HTTPD Meta file semantics. Meta files are HTTP
1035 headers that can be output in addition to the normal range of headers
1036 for each file accessed. They appear rather like the Apache .asis
1037 files, and are able to provide a crude way of influencing the Expires:
1038 header, as well as providing other curiosities. There are many ways to
1039 manage meta information, this one was chosen because there is already
1040 a large number of CERN users who can exploit this module.
1041
1042 %description mod_cern_meta -l pl.UTF-8
1043 Moduł emulujący semantykę metaplików CERN HTTPD. Metapliki to nagłówki
1044 HTTP, które mogą być wysyłane oprócz normalnego zestawu nagłówków dla
1045 każdego przetwarzanego pliku. Zachowują się bardziej jak pliki .asis
1046 Apache'a i mogą dawać brutalny sposób wpływania na nagłówek Expires:,
1047 a także dostarczać inne ciekawostki. Jest wiele sposobów zarządzania
1048 metainformacjami, ta została wybrana ponieważ istnieje już wielu
1049 użytkowników CERN wykorzystujących ten moduł.
1050
1051 %package mod_cgi
1052 Summary:        Execution of CGI scripts
1053 Summary(pl.UTF-8):      Uruchamianie skryptów CGI
1054 Group:          Networking/Daemons/HTTP
1055 URL:            http://httpd.apache.org/docs/2.4/en/mod/mod_cgi.html
1056 Requires:       %{name}-base = %{version}-%{release}
1057 Requires:       %{name}-mod_alias = %{version}-%{release}
1058 Suggests:       %{name}-suexec = %{version}-%{release}
1059 Provides:       apache(mod_cgi) = %{version}-%{release}
1060 Provides:       webserver(cgi)
1061
1062 %description mod_cgi
1063 Any file that has the mime type application/x-httpd-cgi or handler
1064 cgi-script (Apache 1.1 or later) will be treated as a CGI script, and
1065 run by the server, with its output being returned to the client. Files
1066 acquire this type either by having a name containing an extension
1067 defined by the AddType directive, or by being in a ScriptAlias
1068 directory.
1069
1070 When using a multi-threaded MPM under unix, the module mod_cgid should
1071 be used in place of this module. At the user level, the two modules
1072 are essentially identical.
1073
1074 %description mod_cgi -l pl.UTF-8
1075 Ten moduł powoduje, że dowolny plik o typie MIME
1076 application/x-httpd-cgi albo procedurze obsługi cgi-script (w Apache'u
1077 1.1 lub nowszym) będzie traktowany jako skrypt CGI i uruchamiany przez
1078 serwer, a jego wyjście będzie zwracane klientowi. Pliki uzyskują ten
1079 typ przez posiadanie nazwy zawierającej rozszerzenie określone
1080 dyrektywą AddType lub będąc w katalogu ScriptAlias.
1081
1082 Przy używaniu wielowątkowych MPM pod uniksem zamiast tego modułu
1083 należy używać modułu mod_cgid. Z poziomu użytkownika oba te moduły
1084 zachowują się identycznie.
1085
1086 %package mod_cgid
1087 Summary:        Execution of CGI scripts using an external CGI daemon
1088 Summary(pl.UTF-8):      Uruchamianie zewnętrznych skryptów CGI za pomocą daemona CGI
1089 Group:          Networking/Daemons/HTTP
1090 URL:            http://httpd.apache.org/docs/2.4/en/mod/mod_cgid.html
1091 Requires:       %{name}-base = %{version}-%{release}
1092 Requires:       %{name}-mod_alias = %{version}-%{release}
1093 Provides:       apache(mod_cgid) = %{version}-%{release}
1094 Provides:       webserver(cgi)
1095
1096 %description mod_cgid
1097 Execution of CGI scripts using an external CGI daemon.
1098
1099 Except for the optimizations and the additional ScriptSock directive,
1100 mod_cgid behaves similarly to mod_cgi.
1101
1102 This module should be used instead of mod_cgi whenever a
1103 multi-threaded MPM is selected.
1104
1105 %description mod_cgid -l pl.UTF-8
1106 Uruchamianie skryptów CGI za pomocą zewnętrznego demona CGI.
1107
1108 Z wyjątkiem optymalizacji i dodatkowej dyrektywy ScriptSock, mod_cgid
1109 zachowuje się podobnie do mod_cgi.
1110
1111 Tego modułu należy używać zamiast mod_cgi zawsze, jeśli wybrano
1112 wielowątkowy MPM.
1113
1114 %package mod_charset_lite
1115 Summary:        Specify character set translation or recoding
1116 Summary(pl.UTF-8):      Translacja lub przekodowywanie znaków
1117 Group:          Networking/Daemons/HTTP
1118 URL:            http://httpd.apache.org/docs/2.4/en/mod/mod_charset_lite.html
1119 Requires:       %{name}-base = %{version}-%{release}
1120 Provides:       apache(mod_charset_lite) = %{version}-%{release}
1121
1122 %description mod_charset_lite
1123 Specify character set translation or recoding.
1124
1125 This module provides a small subset of configuration mechanisms
1126 implemented by Russian Apache and its associated mod_charset.
1127
1128 This is an experimental module and should be used with care.
1129
1130 %description mod_charset_lite -l pl.UTF-8
1131 Translacja lub przekodowywanie znaków.
1132
1133 Ten moduł udostępnia niewielki podzbiór mechanizmów konfiguracyjnych
1134 zaimplementowanych przez Russian Apache i powiązany z nim mod_charset.
1135
1136 Jest to moduł eksperymentalny i należy używać go z uwagą.
1137
1138 %package mod_data
1139 Summary:        Convert response body into an RFC2397 data URL
1140 Summary(pl.UTF-8):      Konwersja ciała odpowiedzi do URL-a danych RFC2397
1141 Group:          Networking/Daemons/HTTP
1142 URL:            http://httpd.apache.org/docs/2.4/mod/mod_data.html
1143 Requires:       %{name}-base = %{version}-%{release}
1144 Provides:       apache(mod_data) = %{version}-%{release}
1145
1146 %description mod_data
1147 This module provides the ability to convert a response into an RFC2397
1148 data URL.
1149
1150 Data URLs can be embedded inline within web pages using something like
1151 the mod_include module, to remove the need for clients to make
1152 separate connections to fetch what may potentially be many small
1153 images. Data URLs may also be included into pages generated by
1154 scripting languages such as PHP.
1155
1156 %description mod_data -l pl.UTF-8
1157 Ten moduł daje możliwość konwersji odpowiedzi do URL-a danych RFC2397.
1158
1159 URL-e danych można osadzać wewnątrz stron WWW środkami takimi jak
1160 moduł mod_include, dzięki czemu klienci nie muszą tworzyć osobnych
1161 połączeń w celu pobrania wielu małych obrazków. URL-e danych można
1162 włączać także do stron generowanych przez języki skryptowe, takie jak
1163 PHP.
1164
1165 %package mod_dav
1166 Summary:        Apache module - Distributed Authoring and Versioning
1167 Summary(pl.UTF-8):      Moduł Apache'a - rozproszone autorstwo i wersjonowanie
1168 Group:          Networking/Daemons/HTTP
1169 URL:            http://httpd.apache.org/docs/2.4/en/mod/mod_dav.html
1170 Requires:       %{name}-base = %{version}-%{release}
1171 Requires:       apache-mod_authn_file
1172 Requires:       apache-mod_setenvif
1173 Requires:       apr-util-dbm-db
1174 Provides:       apache(mod_dav) = %{version}-%{release}
1175
1176 %description mod_dav
1177 This module provides class 1 and class 2 WebDAV ('Web-based
1178 Distributed Authoring and Versioning') functionality for Apache. This
1179 extension to the HTTP protocol allows creating, moving, copying, and
1180 deleting resources and collections on a remote web server.
1181
1182 %description mod_dav -l pl.UTF-8
1183 Moduł udostępnia klasę 1 oraz klasę 2 WebDAV (Bazującego na WWW
1184 rozproszonego autorstwa i wersjonowania). To rozszerzenie HTTP pozwala
1185 na tworzenie, przesuwanie, kopiowanie oraz kasowanie zasobów na
1186 zdalnym serwerze WWW.
1187
1188 %package mod_dbd
1189 Summary:        Manages SQL database connections
1190 Summary(pl.UTF-8):      Zarządzanie połączeniami z bazą danych SQL
1191 Group:          Networking/Daemons/HTTP
1192 URL:            http://httpd.apache.org/docs/2.4/en/mod/mod_dbd.html
1193 Requires:       %{name}-base = %{version}-%{release}
1194 Provides:       apache(mod_dbd) = %{version}-%{release}
1195
1196 %description mod_dbd
1197 mod_dbd manages SQL database connections using apr_dbd. It provides
1198 database connections on request to modules requiring SQL database
1199 functions, and takes care of managing databases with optimal
1200 efficiency and scalability for both threaded and non-threaded MPMs.
1201
1202 %description mod_dbd -l pl.UTF-8
1203 mod_dbd zarządza połączeniami z bazą danych SQL przy użyciu apr_dbd.
1204 Udostępnia połączenia z bazą danych na żądanie modułów wymagających
1205 funkcji bazy danych SQL, a następnie dba o zarządzanie bazami danych z
1206 optymalną wydajnością i skalowalnością zarówno dla wątkowych jak i
1207 niewątkowych MPM.
1208
1209 %package mod_deflate
1210 Summary:        Apache module: Compress content before it is delivered to the client
1211 Summary(pl.UTF-8):      Moduł Apache'a kompresujący dane przed przesłaniem ich do klienta
1212 Group:          Networking/Daemons/HTTP
1213 URL:            http://httpd.apache.org/docs/2.4/mod/mod_deflate.html
1214 Requires:       %{name}-base = %{version}-%{release}
1215 Requires:       %{name}-mod_headers = %{version}-%{release}
1216 Requires:       %{name}-mod_filter = %{version}-%{release}
1217 Provides:       apache(mod_deflate) = %{version}-%{release}
1218
1219 %description mod_deflate
1220 Compress content before it is delivered to the client.
1221
1222 %description mod_deflate -l pl.UTF-8
1223 Moduł kompresujący dane przed przesłaniem ich do klienta.
1224
1225 %package mod_dialup
1226 Summary:        Send static content at a bandwidth rate limit, defined by the various old modem standards
1227 Summary(pl.UTF-8):      Wysyłanie statycznej treści z ograniczeniem przepustowości
1228 Group:          Networking/Daemons/HTTP
1229 URL:            http://httpd.apache.org/docs/2.4/mod/mod_dialup.html
1230 Requires:       %{name}-base = %{version}-%{release}
1231 Provides:       apache(mod_dialup) = %{version}-%{release}
1232
1233 %description mod_dialup
1234 It is a module that sends static content at a bandwidth rate limit,
1235 defined by the various old modem standards. So, you can browse your
1236 site with a 56k V.92 modem.
1237
1238 %description mod_dialup -l pl.UTF-8
1239 Ten moduł wysyła statyczną treść z ograniczoną przepustowością,
1240 zgodnie ze stardardami różnych starych modemów. Można więc przeglądać
1241 stronę tak, jakby robiło się to przez modem 56k V.92.
1242
1243 %package mod_dir
1244 Summary:        Apache module for "trailing slash" redirects and serving directory index files
1245 Summary(pl.UTF-8):      Moduł Apache'a oferujący przekierowania i udostępnianie informacji o zawartości katalogu
1246 Group:          Networking/Daemons/HTTP
1247 URL:            http://httpd.apache.org/docs/2.4/mod/mod_dir.html
1248 Requires:       %{name}-base = %{version}-%{release}
1249 Provides:       apache(mod_dir) = %{version}-%{release}
1250 Provides:       webserver(indexfile)
1251
1252 %description mod_dir
1253 This package contains mod_dir which provides "trailing slash"
1254 redirects and serving directory index files.
1255
1256 %description mod_dir -l pl.UTF-8
1257 Moduł oferujący przekierowania i udostępnianie informacji o zawartości
1258 katalogu.
1259
1260 %package mod_dumpio
1261 Summary:        Dumps all I/O to error log as desired
1262 Summary(pl.UTF-8):      Zrzucanie całości wejścia/wyjścia do logu błędów
1263 Group:          Networking/Daemons/HTTP
1264 URL:            http://httpd.apache.org/docs/2.4/mod/mod_dumpio.html
1265 Requires:       %{name}-base = %{version}-%{release}
1266 Provides:       apache(mod_dumpio) = %{version}-%{release}
1267
1268 %description mod_dumpio
1269 mod_dumpio allows for the logging of all input received by Apache
1270 and/or all output sent by Apache to be logged (dumped) to the
1271 error.log file.
1272
1273 The data logging is done right after SSL decoding (for input) and
1274 right before SSL encoding (for output). As can be expected, this can
1275 produce extreme volumes of data, and should only be used when
1276 debugging problems.
1277
1278 %description mod_dumpio -l pl.UTF-8
1279 mod_dumpio umożliwia logowanie całego wejścia otrzymanego przez
1280 Apache'a i/lub całęgo wyjścia wysyłanego przez Apache'a do pliku
1281 error.log.
1282
1283 Logowanie danych następuja zaraz po zdekodowaniu SSL (dla wejścia) i
1284 zaraz przed kodowaniem SSL (dla wyjścia). Jak można się spodziewać, ta
1285 opcja może tworzyć ogromne ilości danych i powinna być używana tylko
1286 przy diagnostyce problemów.
1287
1288 %package mod_echo
1289 Summary:        A simple echo server to illustrate protocol modules
1290 Summary(pl.UTF-8):      Prosty serwer ocho ilustrujący moduły protokołów
1291 Group:          Networking/Daemons/HTTP
1292 URL:            http://httpd.apache.org/docs/2.4/mod/mod_echo.html
1293 Requires:       %{name}-base = %{version}-%{release}
1294 Provides:       apache(mod_echo) = %{version}-%{release}
1295
1296 %description mod_echo
1297 This module provides an example protocol module to illustrate the
1298 concept. It provides a simple echo server. Telnet to it and type
1299 stuff, and it will echo it.
1300
1301 %description mod_echo -l pl.UTF-8
1302 Ten moduł udostępnia przykładowy moduł protokołu ilustrujący ideę.
1303 Udostępnia prosty serwer echo. Można się na niego zatelnetować i
1304 napisać cokolwiek, a on odpowie tym samym.
1305
1306 %package mod_env
1307 Summary:        Modifies the environment which is passed to CGI scripts and SSI pages
1308 Summary(pl.UTF-8):      Modyfikowanie środowiska przekazywanego skryptom CGI i stronom SSI
1309 Group:          Networking/Daemons/HTTP
1310 URL:            http://httpd.apache.org/docs/2.4/mod/mod_env.html
1311 Requires:       %{name}-base = %{version}-%{release}
1312 Provides:       apache(mod_env) = %{version}-%{release}
1313 Provides:       webserver(setenv)
1314
1315 %description mod_env
1316 This module allows for control of the environment that will be
1317 provided to CGI scripts and SSI pages. Environment variables may be
1318 passed from the shell which invoked the httpd process. Alternatively,
1319 environment variables may be set or unset within the configuration
1320 process.
1321
1322 %description mod_env -l pl.UTF-8
1323 Ten moduł pozwala na kontrolę środowiska udostępnianego skryptom CGI i
1324 stronom SSI. Zmienne środowiskowe mogą być przekazywane z powłoki w
1325 czasie uruchamiania procesu httpd, albo - alternatywnie - ustawiane i
1326 usuwane w procesie konfiguracji.
1327
1328 %package mod_expires
1329 Summary:        Apache module which generates Expires HTTP headers
1330 Summary(pl.UTF-8):      Moduł Apache'a generujący nagłówki HTTP Expires
1331 Group:          Networking/Daemons/HTTP
1332 URL:            http://httpd.apache.org/docs/2.4/mod/mod_expires.html
1333 Requires:       %{name}-base = %{version}-%{release}
1334 Provides:       apache(mod_expires) = %{version}-%{release}
1335 Provides:       webserver(expires)
1336
1337 %description mod_expires
1338 This module controls the setting of the Expires HTTP header in server
1339 responses. The expiration date can set to be relative to either the
1340 time the source file was last modified, or to the time of the client
1341 access.
1342
1343 %description mod_expires -l pl.UTF-8
1344 Moduł kontroluje ustawianie nagłówka HTTP Expires. Data wygaśnięcia
1345 ważności może być ustalana w zależności od czasu modyfikacji plików
1346 źródłowych lub odwołania klienta.
1347
1348 %package mod_ext_filter
1349 Summary:        Pass the response body through an external program before delivery to the client
1350 Summary(pl.UTF-8):      Przekazywanie ciała odpowiedzi do zewnętrznego programu przed przekazaniem klientowi
1351 Group:          Networking/Daemons/HTTP
1352 URL:            http://httpd.apache.org/docs/2.4/mod/mod_ext_filter.html
1353 Requires:       %{name}-base = %{version}-%{release}
1354 Provides:       apache(mod_ext_filter) = %{version}-%{release}
1355
1356 %description mod_ext_filter
1357 mod_ext_filter presents a simple and familiar programming model for
1358 filters. With this module, a program which reads from stdin and writes
1359 to stdout (i.e., a Unix-style filter command) can be a filter for
1360 Apache.
1361
1362 This filtering mechanism is much slower than using a filter which is
1363 specially written for the Apache API and runs inside of the Apache
1364 server process, but it does have the following benefits:
1365 - the programming model is much simpler
1366 - any programming/scripting language can be used, provided that it
1367   allows the program to read from standard input and write to standard
1368   output
1369 - existing programs can be used unmodified as Apache filters
1370
1371 Even when the performance characteristics are not suitable for
1372 production use, mod_ext_filter can be used as a prototype environment
1373 for filters.
1374
1375 %description mod_ext_filter -l pl.UTF-8
1376 mod_ext_filter przedstawia prosty i przyjazny model programowania dla
1377 filtrów. Przy użyciu tego modułu program czytający ze standardowego
1378 wejścia i piszący na standardowe wyjście (czyli uniksowe polecenie
1379 filtrujące) może być filtrem dla Apache'a.
1380
1381 Ten mechanizm filtrujący jest znacznie wolniejszy niż użycie filtru
1382 napisanego specjalnie dla API Apache'a i działającego wewnątrz procesu
1383 Apache'a, ale ma następujące zalety:
1384 - znacznie prostszy model programowania
1385 - możliwość użycia dowolnego języka programowania/skryptowego, jeśli
1386   tylko umożliwia czytanie ze standardowego wejścia i pisanie na
1387   standardowe wyjście
1388 - możliwość użycia istniejących programów bez modyfikacji jako filtrów
1389   Apache'a.
1390
1391 Nawet kiedy charakterystyka wydajności nie jest odpowiednia dla użytku
1392 produkcyjnego, mod_ext_filter można używać w środowisku prototypowym
1393 dla filtrów.
1394
1395 %package mod_file_cache
1396 Summary:        Apache module: caches a static list of files in memory
1397 Summary(pl.UTF-8):      Moduł Apache'a cache'ujący statyczną listę plików w pamięci
1398 Group:          Networking/Daemons/HTTP
1399 URL:            http://httpd.apache.org/docs/2.4/mod/mod_file_cache.html
1400 Requires:       %{name}-base = %{version}-%{release}
1401 Provides:       apache(mod_file_cache) = %{version}-%{release}
1402 Obsoletes:      apache-mmap_static
1403
1404 %description mod_file_cache
1405 Caches a static list of files in memory.
1406
1407 This module is an extension of and borrows heavily from the
1408 mod_mmap_static module in Apache 1.3.
1409
1410 %description mod_file_cache -l pl.UTF-8
1411 Moduł cache'ujący statyczną listę plików w pamięci.
1412
1413 %package mod_filter
1414 Summary:        Context-sensitive smart filter configuration module
1415 Summary(pl.UTF-8):      Moduł inteligentnej, zależnej od kontekstu konfiguracji filtrów
1416 Group:          Networking/Daemons/HTTP
1417 URL:            http://httpd.apache.org/docs/2.4/mod/mod_filter.html
1418 Requires:       %{name}-base = %{version}-%{release}
1419 Provides:       apache(mod_filter) = %{version}-%{release}
1420
1421 %description mod_filter
1422 This module enables smart, context-sensitive configuration of output
1423 content filters. For example, apache can be configured to process
1424 different content-types through different filters, even when the
1425 content-type is not known in advance (e.g. in a proxy).
1426
1427 %description mod_filter -l pl.UTF-8
1428 Ten moduł umożliwia inteligentne, zależne od kontekstu konfigurowanie
1429 wyjściowych filtrów treści. Na przykład, Apache'a można skonfigurować
1430 do przetwarzania różnych content-type poprzez różne filtry, nawet
1431 jeśli content-type nie jest znany z góry (np. w wypadku proxy).
1432
1433 %package mod_headers
1434 Summary:        Apache module allows for the customization of HTTP response headers
1435 Summary(pl.UTF-8):      Moduł Apache'a pozwalający na modyfikację nagłówków HTTP
1436 Group:          Networking/Daemons/HTTP
1437 URL:            http://httpd.apache.org/docs/2.4/mod/mod_headers.html
1438 Requires:       %{name}-base = %{version}-%{release}
1439 Provides:       apache(mod_headers) = %{version}-%{release}
1440
1441 %description mod_headers
1442 This package contains mod_headers module. The module allows for the
1443 customization of HTTP response headers. Headers can be merged,
1444 replaced or removed.
1445
1446 %description mod_headers -l pl.UTF-8
1447 Moduł pozwalający na łączenie, usuwanie oraz zamianę nagłówków HTTP
1448 wysyłanych do przeglądarki.
1449
1450 %package mod_heartbeat
1451 Summary:        Sends messages with server status to frontend proxy
1452 Summary(pl.UTF-8):      Wysyłanie wiadomości o stanie serwera do proxy frontendowego
1453 Group:          Networking/Daemons/HTTP
1454 URL:            http://httpd.apache.org/docs/2.4/mod/mod_heartbeat.html
1455 Requires:       %{name}-base = %{version}-%{release}
1456 Requires:       %{name}-mod_status = %{version}-%{release}
1457 Requires:       %{name}-mod_watchdog = %{version}-%{release}
1458 Provides:       apache(mod_heartbeat) = %{version}-%{release}
1459
1460 %description mod_heartbeat
1461 mod_heartbeat sends multicast messages to a mod_heartmonitor listener
1462 that advertises the servers current connection count. Usually,
1463 mod_heartmonitor will be running on a proxy server with
1464 mod_lbmethod_heartbeat loaded, which allows ProxyPass to use the
1465 "heartbeat" lbmethod inside of ProxyPass.
1466
1467 mod_heartbeat itself is loaded on the origin server(s) that serve
1468 requests through the proxy server(s).
1469
1470 %description mod_heartbeat -l pl.UTF-8
1471 mod_heartbeat wysyła wiadomości multicast do modułu nasłuchującego
1472 mod_heartmonitor, rozgłaszającego bieżącą liczbę połączeń z serwerami.
1473 Zwykle mod_heartmonitor działa na serwerze proxy z wczytanym modułem
1474 mod_lbmethod_hartbeat, co pozwala na wykorzystanie metody rozkładania
1475 ruchu "heartbeat" wewnątrz ProxyPass.
1476
1477 %package mod_heartmonitor
1478 Summary:        Centralized monitor for mod_heartbeat origin servers
1479 Summary(pl.UTF-8):      Scentralizowany monitor dla serwerów z mod_heartbeat
1480 Group:          Networking/Daemons/HTTP
1481 URL:            http://httpd.apache.org/docs/2.4/mod/mod_heartmonitor.html
1482 Requires:       %{name}-base = %{version}-%{release}
1483 Requires:       %{name}-mod_status = %{version}-%{release}
1484 Requires:       %{name}-mod_watchdog = %{version}-%{release}
1485 Provides:       apache(mod_heartmonitor) = %{version}-%{release}
1486
1487 %description mod_heartmonitor
1488 mod_heartmonitor listens for server status messages generated by
1489 mod_heartbeat enabled origin servers and makes their status available
1490 to mod_lbmethod_heartbeat. This allows ProxyPass to use the
1491 "heartbeat" lbmethod inside of ProxyPass.
1492
1493 This module uses the services of mod_slotmem_shm when available
1494 instead of flat-file storage. No configuration is required to use
1495 mod_slotmem_shm.
1496
1497 %description mod_heartmonitor -l pl.UTF-8
1498 mod_heartmonitor nasłuchuje wiadomości o stanie serwera, generowanych
1499 przez serwery z mod_heartbeat i udostępnia ich stan dla modułu
1500 mod_lbmethod_heartbeat. Pozwala to na wykorzystywanie metody
1501 rozkładania ruchu "heartbeat" wewnątrz ProxyPass.
1502
1503 Ten moduł wykorzystuje usługi modułu mod_slotmem_shm (jeśli jest
1504 dostępny) zamiast przechowywania danych w płaskich plikach. Do
1505 używania tego modułu nie jest wymagana żadna konfiguracja.
1506
1507 %package mod_ident
1508 Summary:        RFC 1413 ident lookups
1509 Summary(pl.UTF-8):      Sprawdzanie identyfikacji RFC 1413
1510 Group:          Networking/Daemons/HTTP
1511 URL:            http://httpd.apache.org/docs/2.4/mod/mod_ident.html
1512 Requires:       %{name}-base = %{version}-%{release}
1513 Provides:       apache(mod_ident) = %{version}-%{release}
1514
1515 %description mod_ident
1516 This module queries an RFC 1413 compatible daemon on a remote host to
1517 look up the owner of a connection.
1518
1519 %description mod_ident -l pl.UTF-8
1520 Ten moduł odpytuje demona zgodnego z RFC 1413 na zdalnym hoście w celu
1521 sprawdzenia właściciela połączenia.
1522
1523 %package mod_imagemap
1524 Summary:        Server-side imagemap processing
1525 Summary(pl.UTF-8):      Przetwarzanie map obrazów po stronie serwera
1526 Group:          Networking/Daemons/HTTP
1527 URL:            http://httpd.apache.org/docs/2.4/mod/mod_imagemap.html
1528 Requires:       %{name}-base = %{version}-%{release}
1529 Provides:       apache(mod_imagemap) = %{version}-%{release}
1530 Provides:       apache-mod_imap
1531 Obsoletes:      apache-mod_imap
1532
1533 %description mod_imagemap
1534 This module processes .map files, thereby replacing the functionality
1535 of the imagemap CGI program. Any directory or document type configured
1536 to use the handler imap-file (using either AddHandler or SetHandler)
1537 will be processed by this module.
1538
1539 %description mod_imagemap -l pl.UTF-8
1540 Ten moduł przetwarza pliki .map zastępując funkcjonalność programu CGI
1541 imagemap. Dowolny katalog lub rodzaj dokumentu skonfigurowany do
1542 używania procedury obsługi imap-file (poprzez AddHandler lub
1543 SetHandler) będzie przetwarzany przez ten moduł.
1544
1545 %package mod_include
1546 Summary:        Server-parsed html documents (Server Side Includes)
1547 Summary(pl.UTF-8):      Dokumenty przetwarzane przez serwer (Server Side Includes)
1548 Group:          Networking/Daemons/HTTP
1549 URL:            http://httpd.apache.org/docs/2.4/mod/mod_include.html
1550 Requires:       %{name}-base = %{version}-%{release}
1551 Provides:       apache(mod_include) = %{version}-%{release}
1552
1553 %description mod_include
1554 This module provides a filter which will process files before they are
1555 sent to the client. The processing is controlled by specially
1556 formatted SGML comments, referred to as elements. These elements allow
1557 conditional text, the inclusion of other files or programs, as well as
1558 the setting and printing of environment variables.
1559
1560 %description mod_include -l pl.UTF-8
1561 Ten moduł dostarcza procedurę obsługi przetwarzającą pliki przed
1562 wysłaniem ich do klienta. Przetwarzanie jest sterowane specjalnie
1563 sformatowanymi komentarzami SGML, nazywanymi elementami. Elementy te
1564 pozwalają na tekst warunkowy, dołączanie innych plików lub programów,
1565 a także ustawianie i wypisywanie zmiennych środowiskowych.
1566
1567 %package mod_info
1568 Summary:        Apache module with comprehensive overview of the server configuration
1569 Summary(pl.UTF-8):      Moduł Apache'a udostępniający informacje o serwerze
1570 Group:          Networking/Daemons/HTTP
1571 URL:            http://httpd.apache.org/docs/2.4/mod/mod_info.html
1572 Requires:       %{name}-base = %{version}-%{release}
1573 Requires:       %{name}-mod_authz_host = %{version}-%{release}
1574 Provides:       apache(mod_info) = %{version}-%{release}
1575
1576 %description mod_info
1577 This package contains mod_info module. It provides a comprehensive
1578 overview of the server configuration including all installed modules
1579 and directives in the configuration files.
1580
1581 %description mod_info -l pl.UTF-8
1582 Moduł udostępniający informacje o konfiguracji serwera,
1583 zainstalowanych modułach itp.
1584
1585 %package mod_lbmethod_bybusyness
1586 Summary:        Pending Request Counting load balancer scheduler algorithm for mod_proxy_balancer
1587 Summary(pl.UTF-8):      Algorytm rozkładania ruchu mod_proxy_balancer w oparciu o liczbę żądań do przetworzenia
1588 Group:          Networking/Daemons/HTTP
1589 URL:            http://httpd.apache.org/docs/2.4/mod/mod_lbmethod_bybusyness.html
1590 Requires:       %{name}-base = %{version}-%{release}
1591 Requires:       %{name}-mod_proxy = %{version}-%{release}
1592 Provides:       apache(mod_lbmethod_bybusyness) = %{version}-%{release}
1593
1594 %description mod_lbmethod_bybusyness
1595 Pending Request Counting load balancer scheduler algorithm for
1596 mod_proxy_balancer.
1597
1598 %description mod_lbmethod_bybusyness -l pl.UTF-8
1599 Moduł algorytmu szeregowania rozkładania ruchu dla modułu
1600 mod_proxy_balancer w oparciu o liczbę żądań pozostałych do
1601 przetworzenia (Pending Request Count).
1602
1603 %package mod_lbmethod_byrequests
1604 Summary:        Request Counting load balancer scheduler algorithm for mod_proxy_balancer
1605 Summary(pl.UTF-8):      Algorytm rozkładania ruchu mod_proxy_balancer w oparciu o liczbę żądań
1606 Group:          Networking/Daemons/HTTP
1607 URL:            http://httpd.apache.org/docs/2.4/mod/mod_lbmethod_byrequests.html
1608 Requires:       %{name}-base = %{version}-%{release}
1609 Requires:       %{name}-mod_proxy = %{version}-%{release}
1610 Provides:       apache(mod_lbmethod_byrequests) = %{version}-%{release}
1611
1612 %description mod_lbmethod_byrequests
1613 Request Counting load balancer scheduler algorithm for
1614 mod_proxy_balancer.
1615
1616 %description mod_lbmethod_byrequests -l pl.UTF-8
1617 Moduł algorytmu szeregowania rozkładania ruchu dla modułu
1618 mod_proxy_balancer w oparciu o liczbę żądań (Request Counting).
1619
1620 %package mod_lbmethod_bytraffic
1621 Summary:        Weighted Traffic Counting load balancer scheduler algorithm for mod_proxy_balancer
1622 Summary(pl.UTF-8):      Algorytm rozkładania ruchu mod_proxy_balancer w oparciu o ważony ruch
1623 Group:          Networking/Daemons/HTTP
1624 URL:            http://httpd.apache.org/docs/2.4/mod/mod_lbmethod_bytraffic.html
1625 Requires:       %{name}-base = %{version}-%{release}
1626 Requires:       %{name}-mod_proxy = %{version}-%{release}
1627 Provides:       apache(mod_lbmethod_bytraffic) = %{version}-%{release}
1628
1629 %description mod_lbmethod_bytraffic
1630 Weighted Traffic Counting load balancer scheduler algorithm for
1631 mod_proxy_balancer.
1632
1633 %description mod_lbmethod_bytraffic -l pl.UTF-8
1634 Moduł algorytmu szeregowania rozkładania ruchu dla modułu
1635 mod_proxy_balancer w oparciu o ważone zliczanie ruchu (Weighted
1636 Traffic Counting).
1637
1638 %package mod_lbmethod_heartbeat
1639 Summary:        Heartbeat Traffic Counting load balancer scheduler algorithm for mod_proxy_balancer
1640 Summary(pl.UTF-8):      Algorytm rozkładania ruchu mod_proxy_balancer w oparciu o ruch i stan serwera
1641 Group:          Networking/Daemons/HTTP
1642 URL:            http://httpd.apache.org/docs/2.4/mod/mod_lbmethod_heartbeat.html
1643 Requires:       %{name}-base = %{version}-%{release}
1644 Requires:       %{name}-mod_proxy = %{version}-%{release}
1645 Provides:       apache(mod_lbmethod_heartbeat) = %{version}-%{release}
1646
1647 %description mod_lbmethod_heartbeat
1648 Heartbeat Traffic Counting load balancer scheduler algorithm for
1649 mod_proxy_balancer.
1650
1651 %description mod_lbmethod_heartbeat -l pl.UTF-8
1652 Moduł algorytmu szeregowania rozkładania ruchu dla modułu
1653 mod_proxy_balancer w oparciu o zliczanie ruchu i stan serwera
1654 (Heartbeat Traffic Counting).
1655
1656 %package mod_ldap
1657 Summary:        Apache module for LDAP connection pooling and result caching services for other LDAP modules
1658 Summary(pl.UTF-8):      Moduł Apache'a zarządzający połączeniami z serwerami LDAP
1659 Group:          Networking/Daemons/HTTP
1660 URL:            http://httpd.apache.org/docs/2.4/mod/mod_ldap.html
1661 Requires:       %{name}-base = %{version}-%{release}
1662 Provides:       apache(mod_ldap) = %{version}-%{release}
1663
1664 %description mod_ldap
1665 This module was created to improve the performance of websites relying
1666 on backend connections to LDAP servers. In addition to the functions
1667 provided by the standard LDAP libraries, this module adds an LDAP
1668 connection pool and an LDAP shared memory cache.
1669
1670 %description mod_ldap -l pl.UTF-8
1671 Moduł Apache'a poprawiający wydajność serwisów polegających na
1672 połączeniach z serwerami LDAP. Oprócz funkcjo udostępnianych przez
1673 standardowe biblioteki LDAP ten moduł dodaje zarządzanie pulą połączeń
1674 i współdzieloną pamięć podręczną zapytań.
1675
1676 %package mod_log_config
1677 Summary:        Logging of the requests made to the server
1678 Summary(pl.UTF-8):      Logowanie żądań zgłaszanych do serwera
1679 Group:          Networking/Daemons/HTTP
1680 URL:            http://httpd.apache.org/docs/2.4/mod/mod_log_config.html
1681 Requires:       %{name}-base = %{version}-%{release}
1682 Provides:       apache(mod_log_config) = %{version}-%{release}
1683 Provides:       webserver(log)
1684
1685 %description mod_log_config
1686 This module provides for flexible logging of client requests. Logs are
1687 written in a customizable format, and may be written directly to a
1688 file, or to an external program. Conditional logging is provided so
1689 that individual requests may be included or excluded from the logs
1690 based on characteristics of the request.
1691
1692 %description mod_log_config -l pl.UTF-8
1693 Ten moduł umożliwia elastyczne logowanie żądań klientów. Logi są
1694 zapisywane w konfigurowalnym formacie i mogą być zapisywane
1695 bezpośrednio do pliku lub przekazywane do zewnętrznego programu.
1696 Dostępne jest logowanie warunkowe polegające na włączeniu lub
1697 wyłączeniu poszczególnych żądań z logowania na podstawie
1698 charakterystyki żądania.
1699
1700 %package mod_log_debug
1701 Summary:        Additional configurable debug logging
1702 Summary(pl.UTF-8):      Dodatkowe, konfigurowalne logowanie diagnostyczne
1703 Group:          Networking/Daemons/HTTP
1704 URL:            http://httpd.apache.org/docs/2.4/mod/mod_log_debug.html
1705 Requires:       %{name}-base = %{version}-%{release}
1706 Provides:       apache(mod_log_debug) = %{version}-%{release}
1707
1708 %description mod_log_debug
1709 Additional configurable debug logging.
1710
1711 %description mod_log_debug -l pl.UTF-8
1712 Dodatkowe, konfigurowalne logowanie diagnostyczne.
1713
1714 %package mod_log_forensic
1715 Summary:        Forensic Logging of the requests made to the server
1716 Summary(pl.UTF-8):      Logowanie żadań zgłaszanych do serwera w celu późniejszej analizy
1717 Group:          Networking/Daemons/HTTP
1718 URL:            http://httpd.apache.org/docs/2.4/mod/mod_log_forensic.html
1719 Requires:       %{name}-base = %{version}-%{release}
1720 Provides:       apache(mod_log_forensic) = %{version}-%{release}
1721
1722 %description mod_log_forensic
1723 This module provides for forensic logging of client requests. Logging
1724 is done before and after processing a request, so the forensic log
1725 contains two log lines for each request.
1726
1727 %description mod_log_forensic -l pl.UTF-8
1728 Ten moduł pozwala na logowanie żądań w celu późniejszej analizy.
1729 Logowanie jest wykonywane przed i po przetworzeniu żądania, więc log
1730 zawiera dwie linie dla każdego żądania.
1731
1732 %package mod_logio
1733 Summary:        Logging of input and output bytes per request
1734 Summary(pl.UTF-8):      Logowanie liczby bajtów wejścia i wyjścia dla zapytań
1735 Group:          Networking/Daemons/HTTP
1736 URL:            http://httpd.apache.org/docs/2.4/mod/mod_logio.html
1737 Requires:       %{name}-base = %{version}-%{release}
1738 Requires:       %{name}-mod_log_config = %{version}-%{release}
1739 Provides:       apache(mod_logio) = %{version}-%{release}
1740
1741 %description mod_logio
1742 This module provides the logging of input and output number of bytes
1743 received/sent per request. The numbers reflect the actual bytes as
1744 received on the network, which then takes into account the headers and
1745 bodies of requests and responses. The counting is done before SSL/TLS
1746 on input and after SSL/TLS on output, so the numbers will correctly
1747 reflect any changes made by encryption.
1748
1749 %description mod_logio -l pl.UTF-8
1750 Ten moduł zapewnia logowanie liczby bajtów wejścia i wyjścia
1751 odbieranych/wysyłanych przy każdym zapytaniu. Liczby odzwierciedlają
1752 rzeczywiste bajty przesyłane przez sieć, z wliczonymi nagłówkami i
1753 ciałami żądań i odpowiedzi. Zliczanie jest wykonywane przed SSL/TLS na
1754 wejściu i po SSL/TLS na wyjściu, więc liczby będą właściwie
1755 odzwierciedlały wszystkie zmiany dokonywane przez szyfrowanie.
1756
1757 %package mod_lua
1758 Summary:        Provides Lua hooks into various portions of the HTTP request processing
1759 Summary(pl.UTF-8):      Zaczepienia Lua do różnych etapów przetwarzania żądań HTTP
1760 Group:          Networking/Daemons/HTTP
1761 URL:            http://httpd.apache.org/docs/2.4/mod/mod_lua.html
1762 Requires:       %{name}-base = %{version}-%{release}
1763 Provides:       apache(mod_lua) = %{version}-%{release}
1764
1765 %description mod_lua
1766 This module allows the server to be extended with scripts written in
1767 the Lua programming language. The extension points (hooks) available
1768 with mod_lua include many of the hooks available to natively compiled
1769 Apache HTTP Server modules, such as mapping requests to files,
1770 generating dynamic responses, access control, authentication,
1771 and authorization.
1772
1773 %description mod_lua -l pl.UTF-8
1774 Ten moduł pozwala na rozszerzanie serwera poprzez skrypty napisane w
1775 języku Lua. Punkty rozszerzania (zaczepienia) dostępne poprzez mod_lua
1776 obejmują wiele punktów zaczepienia dostępnych w natywnie kompilowanych
1777 modułach serwera HTTP Apache, takich jak odwzorowywanie żądań na
1778 pliki, generowanie dynamicznych odpowiedzi, kontrola dostępu,
1779 uwierzytelnianie i autoryzacja.
1780
1781 %package mod_mime
1782 Summary:        Associates the requested filename's extensions with the file's behavior and content
1783 Summary(pl.UTF-8):      Wiązanie określonych rozszerzeń plików z zachowaniem i zawartością
1784 Group:          Networking/Daemons/HTTP
1785 URL:            http://httpd.apache.org/docs/2.4/mod/mod_mime.html
1786 Requires:       %{name}-base = %{version}-%{release}
1787 Requires:       mailcap
1788 Provides:       apache(mod_mime) = %{version}-%{release}
1789 Provides:       webserver(mime)
1790
1791 %description mod_mime
1792 This module is used to associate various bits of "meta information"
1793 with files by their filename extensions. This information relates the
1794 filename of the document to it's mime-type, language, character set
1795 and encoding. This information is sent to the browser, and
1796 participates in content negotiation, so the user's preferences are
1797 respected when choosing one of several possible files to serve. See
1798 mod_negotiation for more information about content negotiation.
1799
1800 %description mod_mime -l pl.UTF-8
1801 Ten moduł służy do wiązania określonych części "metainformacji" z
1802 plikami w zależności od rozszerzeń nazw plików. Informacje te łączą
1803 nazwy plików dokumentów z ich typem MIME, językiem, zestawem znaków i
1804 kodowaniem. Informacje te są wysyłane przeglądarce i mają wpływ na
1805 negocjację treści, tak że preferencje użytkownika są respektowane przy
1806 wybieraniu jednego z kilku dostępnych do zaserwowania. Więcej
1807 informacji o negocjacji treści jest w dokumentacji do mod_negotiation.
1808
1809 %package mod_mime_magic
1810 Summary:        Determines the MIME type of a file by looking at a few bytes of its contents
1811 Summary(pl.UTF-8):      Określanie typu MIME pliku poprzez sprawdzanie kilku bajtów jego zawartości
1812 Group:          Networking/Daemons/HTTP
1813 URL:            http://httpd.apache.org/docs/2.4/mod/mod_mime_magic.html
1814 Requires:       %{name}-base = %{version}-%{release}
1815 Requires:       file
1816 Provides:       apache(mod_mime_magic) = %{version}-%{release}
1817
1818 %description mod_mime_magic
1819 This module determines the MIME type of files in the same way the Unix
1820 file(1) command works: it looks at the first few bytes of the file. It
1821 is intended as a "second line of defense" for cases that mod_mime
1822 can't resolve.
1823
1824 %description mod_mime_magic -l pl.UTF-8
1825 Ten moduł określa typ MIME plików w ten sam sposób, co uniksowe
1826 polecenie file(1): patrzy na kilka początkowych bajtów pliku. Ma
1827 służyć jako "druga linia obrony" dla przypadków, których nie może
1828 rozwiązać mod_mime.
1829
1830 %package mod_negotiation
1831 Summary:        Provides for content negotiation
1832 Summary(pl.UTF-8):      Moduł do negocjacji treści
1833 Group:          Networking/Daemons/HTTP
1834 URL:            http://httpd.apache.org/docs/2.4/mod/mod_negotiation.html
1835 Requires:       %{name}-base = %{version}-%{release}
1836 Requires:       %{name}-mod_mime = %{version}-%{release}
1837 Provides:       apache(mod_negotiation) = %{version}-%{release}
1838
1839 %description mod_negotiation
1840 Content negotiation, or more accurately content selection, is the
1841 selection of the document that best matches the clients capabilities,
1842 from one of several available documents.
1843
1844 %description mod_negotiation -l pl.UTF-8
1845 Negocjacja treści, lub bardziej precyzyjnie - wybór treści, to wybór
1846 dokumentu najbardziej odpowiadającego możliwościom klientów spośród
1847 kilku możliwych dokumentów.
1848
1849 %package mod_proxy
1850 Summary:        Apache module with Web proxy
1851 Summary(pl.UTF-8):      Moduł Apache'a dodający obsługę serwera proxy
1852 Group:          Networking/Daemons/HTTP
1853 URL:            http://httpd.apache.org/docs/2.4/mod/mod_proxy.html
1854 Requires:       %{name}-base = %{version}-%{release}
1855 Requires:       %{name}-mod_authz_host = %{version}-%{release}
1856 Requires:       %{name}-mod_xml2enc = %{version}-%{release}
1857 Provides:       apache(mod_proxy) = %{version}-%{release}
1858
1859 %description mod_proxy
1860 This package contains module with implementation a proxy/cache for
1861 Apache. It implements proxying capability for FTP, CONNECT (for SSL),
1862 HTTP/0.9, HTTP/1.0 and HTTP/1.1. The module can be configured to
1863 connect to other proxy modules for these and other protocols.
1864
1865 %description mod_proxy -l pl.UTF-8
1866 Moduł zawiera implementację serwera proxy/cache dla Apache.
1867 Implementacja zawiera obsługę FTP, CONNECT (dla SSL), HTTP/0.9,
1868 HTTP/1.0 i HTTP/1.1.
1869
1870 %package mod_ratelimit
1871 Summary:        Bandwidth Rate Limiting for Clients
1872 Summary(pl.UTF-8):      Ograniczanie pasma dla klientów
1873 Group:          Networking/Daemons/HTTP
1874 URL:            http://httpd.apache.org/docs/2.4/mod/mod_ratelimit.html
1875 Requires:       %{name}-base = %{version}-%{release}
1876 Provides:       apache(mod_ratelimit) = %{version}-%{release}
1877
1878 %description mod_ratelimit
1879 Provides a filter named RATE_LIMIT to limit client bandwidth. The
1880 connection speed to be simulated is specified, in KiB/s, using the
1881 environment variable rate-limit.
1882
1883 %description mod_ratelimit -l pl.UTF-8
1884 Ten moduł udostępnia filtr o nazwie RATE_LIMIT do ograniczania pasma
1885 klienta. Szybkość połączenia do symulacji jest podawana w KiB/s
1886 poprzez zmienną środowiskową rate-limit.
1887
1888 %package mod_reflector
1889 Summary:        Reflect a request body as a response via the output filter stack
1890 Summary(pl.UTF-8):      Odbijanie ciała żądania jako odpowiedzi poprzez stos filtrów wyjściowych
1891 Group:          Networking/Daemons/HTTP
1892 URL:            http://httpd.apache.org/docs/2.4/mod/mod_reflector.html
1893 Requires:       %{name}-base = %{version}-%{release}
1894 Provides:       apache(mod_reflector) = %{version}-%{release}
1895
1896 %description mod_reflector
1897 This module allows request bodies to be reflected back to the client,
1898 in the process passing the request through the output filter stack. A
1899 suitably configured chain of filters can be used to transform the
1900 request into a response. This module can be used to turn an output
1901 filter into an HTTP service.
1902
1903 %description mod_reflector -l pl.UTF-8
1904 Ten moduł pozwala na odbijanie ciał żądań z powrotem do klienta w
1905 procesie przekazywania żądania poprzez stos filtrów wyjściowych.
1906 Odpowiednio skonfigurowany łańcuch filtrów może przekształcić żądanie
1907 w odpowiedź. Tego modułu można użyć do zamiany filtra wyjściowego w
1908 usługę HTTP.
1909
1910 %package mod_remoteip
1911 Summary:        Replaces the original client IP address for the connection
1912 Summary(pl.UTF-8):      Podmiana oryginalnego adresu IP klienta dla połączenia
1913 Group:          Networking/Daemons/HTTP
1914 URL:            http://httpd.apache.org/docs/2.4/mod/mod_remoteip.html
1915 Requires:       %{name}-base = %{version}-%{release}
1916 Provides:       apache(mod_remoteip) = %{version}-%{release}
1917
1918 %description mod_remoteip
1919 This module is used to treat the useragent which initiated the request
1920 as the originating useragent as identified by httpd for the purposes
1921 of authorization and logging, even where that useragent is behind a
1922 load balancer, front end server, or proxy server.
1923
1924 The module overrides the client IP address for the connection with the
1925 useragent IP address reported in the request header configured with
1926 the RemoteIPHeader directive.
1927
1928 Once replaced as instructed, this overridden useragent IP address is
1929 then used for the mod_authz_host <Require ip> feature, is reported by
1930 mod_status, and is recorded by mod_log_config %%a and core %%a format
1931 strings. The underlying client IP of the connection is available in
1932 the %%{c}a format string.
1933
1934 %description mod_remoteip -l pl.UTF-8
1935 Ten moduł pozwala traktować adres przeglądarki, który zapoczątkował
1936 żądanie, jako oryginalny adres identyfikowany przez httpd do celów
1937 autoryzacji i logowania, nawet jeśli przeglądarka jest za load
1938 balancerem, serwerem frontendowym lub proxy.
1939
1940 Moduł nadpisuje adres IP klienta dla połączenia adresem IP zgłaszanym
1941 w nagłówku żądania konfigurowanym dyrektywą RemoteIPHeader.
1942
1943 Po zastąpieniu zgodnie z instrukcją ten nadpisany adres IP jest
1944 używany w dyrektywie <Require ip> modułu mod_authz_host, jest
1945 raportowany przez mod_status oraz zapisywany poprzez łańcuchy
1946 formatujące %%a modułu mod_log_config. Bezpośrednie IP klienckie
1947 połączenia jest dostępne poprzez łańcuch formatujący %%{c}a.
1948
1949 %package mod_reqtimeout
1950 Summary:        Apache module to set timeout and minimum data rate for receiving requests
1951 Summary(pl.UTF-8):      Moduł Apache'a pozwalający na ustawianie limitu czasu oraz minimalnego transferu danych
1952 Group:          Networking/Daemons/HTTP
1953 URL:            http://httpd.apache.org/docs/2.4/mod/mod_reqtimeout.html
1954 Requires:       %{name}-base = %{version}-%{release}
1955 Provides:       apache(mod_reqtimeout) = %{version}-%{release}
1956 Provides:       webserver(reqtimeout)
1957
1958 %description mod_reqtimeout
1959 Apache module to set timeout and minimum data rate for receiving
1960 requests.
1961
1962 %description mod_reqtimeout -l pl.UTF-8
1963 Moduł Apache'a pozwalający na ustawianie limitu czasu oraz minimalnego
1964 transferu danych.
1965
1966 %package mod_request
1967 Summary:        Filters to handle and make available HTTP request bodies
1968 Summary(pl.UTF-8):      Filtry do obsługi i udostępniania ciał żądań HTTP
1969 Group:          Networking/Daemons/HTTP
1970 URL:            http://httpd.apache.org/docs/2.4/mod/mod_request.html
1971 Requires:       %{name}-base = %{version}-%{release}
1972 Provides:       apache(mod_request) = %{version}-%{release}
1973
1974 %description mod_request
1975 Filters to handle and make available HTTP request bodies.
1976
1977 %description mod_request -l pl.UTF-8
1978 Filtry do obsługi i udostępniania ciał żądań HTTP.
1979
1980 %package mod_rewrite
1981 Summary:        Apache module with rule-based engine for rewrite requested URLs on the fly
1982 Summary(pl.UTF-8):      Moduł Apache'a do "przepisywania" adresów URL w locie
1983 Group:          Networking/Daemons/HTTP
1984 URL:            http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html
1985 Requires:       %{name}-base = %{version}-%{release}
1986 Provides:       apache(mod_rewrite) = %{version}-%{release}
1987 Provides:       webserver(rewrite)
1988
1989 %description mod_rewrite
1990 This package contains It provides a rule-based rewriting engine to
1991 rewrite requested URLs on the fly.
1992
1993 %description mod_rewrite -l pl.UTF-8
1994 Moduł oferujący możliwość "przepisywania" adresów URL w locie.
1995
1996 %package mod_sed
1997 Summary:        Filter Input (request) and Output (response) content using sed syntax
1998 Summary(pl.UTF-8):      Filtrowanie treści wejścia (żądań) i wyjścia (odpowiedzi) przy użyciu składni seda
1999 Group:          Networking/Daemons/HTTP
2000 URL:            http://httpd.apache.org/docs/2.4/mod/mod_sed.html
2001 Requires:       %{name}-base = %{version}-%{release}
2002 Provides:       apache(mod_sed) = %{version}-%{release}
2003
2004 %description mod_sed
2005 mod_sed is an in-process content filter. The mod_sed filter implements
2006 the sed editing commands implemented by the Solaris 10 sed program as
2007 described in the manual page. However, unlike sed, mod_sed doesn't
2008 take data from standard input. Instead, the filter acts on the entity
2009 data sent between client and server. mod_sed can be used as an input
2010 or output filter. mod_sed is a content filter, which means that it
2011 cannot be used to modify client or server HTTP headers.
2012
2013 The mod_sed output filter accepts a chunk of data, executes the sed
2014 scripts on the data, and generates the output which is passed to the
2015 next filter in the chain.
2016
2017 The mod_sed input filter reads the data from the next filter in the
2018 chain, executes the sed scripts, and returns the generated data to the
2019 caller filter in the filter chain.
2020
2021 %description mod_sed -l pl.UTF-8
2022 Moduł mod_sed to filtr treści wewnątrz procesu. Filtr mod_sed
2023 implementuje polecenia edycyjne programu sed zgodnie z implementacją z
2024 systemu Solaris 10, opisaną na stronie man. W odróżnieniu od seda nie
2025 przyjmuje danych ze standardowego wejścia, ale przetwarza dane
2026 przesyłane między klientem a serwerem. mod_sed może być używany jako
2027 filtr wejściowy lub wyjściowy. mod_sed to filtr treści, co oznacza, że
2028 nie może być używany do modyfikowania nagłówków HTTP klienta ani
2029 serwera.
2030
2031 Filtr wyjściowy mod_sed pobiera porcję danych, wykonuje na nich
2032 skrypty seda, a wygenerowane dane przekazuje do następnego filtra w
2033 łańcuchu.
2034
2035 Filtr wejściowy mod_sed odczytuje dane z następnego filtra w łańcuchu,
2036 wykonuje skrypty seda i zwraca wygenerowane dane do filtra
2037 wywołującego w łańcuchu.
2038
2039 %package mod_session
2040 Summary:        Session support
2041 Summary(pl.UTF-8):      Obsługa sesji
2042 Group:          Networking/Daemons/HTTP
2043 URL:            http://httpd.apache.org/docs/2.4/mod/mod_session.html
2044 Requires:       %{name}-base = %{version}-%{release}
2045 Provides:       apache(mod_session) = %{version}-%{release}
2046
2047 %description mod_session
2048 This module provides support for a server wide per user session
2049 interface. Sessions can be used for keeping track of whether a user
2050 has been logged in, or for other per user information that should be
2051 kept available across requests.
2052
2053 Sessions may be stored on the server, or may be stored on the browser.
2054 Sessions may also be optionally encrypted for added security. These
2055 features are divided into several modules in addition to mod_session:
2056 mod_session_crypto, mod_session_cookie and mod_session_dbd. Depending
2057 on the server requirements, load the appropriate modules into the
2058 server.
2059
2060 Sessions may be manipulated from other modules that depend on the
2061 session, or the session may be read from and written to using
2062 environment variables and HTTP headers, as appropriate.
2063
2064 %description mod_session -l pl.UTF-8
2065 Ten moduł zapewnia obsługę sesji użytkownika po stronie serwera. Sesje
2066 można wykorzystywać do śledzenia, czy użytkownik jest zalogowany, albo
2067 do przechowywania innych informacji związanych z użytkownikiem, które
2068 powinny być pamiętane między żądaniami.
2069
2070 Sesje mogą być przechowywane na serwerze, albo przez przeglądarkę.
2071 Mogą być opcjonalnie szyfrowane dla poprawy bezpieczeństwa. Te funkcje
2072 są rozdzielone między kilka modułów poza mod_session:
2073 mod_session_crypto, mod_session_cookie oraz mod_session_dbd. W
2074 zależności od wymagań można poszczególne moduły załadować do serwera.
2075
2076 Sesjami można manipulować z poziomu innych modułów zależnych od sesji,
2077 można je też odczytywać i zapisywać przy użyciu odpowiednich zmiennych
2078 środowiskowych oraz nagłówków HTTP.
2079
2080 %package mod_session_cookie
2081 Summary:        Cookie based session support
2082 Summary(pl.UTF-8):      Obsługa sesji opartych na ciasteczkach (cookie)
2083 Group:          Networking/Daemons/HTTP
2084 URL:            http://httpd.apache.org/docs/2.4/mod/mod_session_cookie.html
2085 Requires:       %{name}-base = %{version}-%{release}
2086 Requires:       %{name}-mod_session = %{version}-%{release}
2087 Provides:       apache(mod_session_cookie) = %{version}-%{release}
2088
2089 %description mod_session_cookie
2090 This submodule of mod_session provides support for the storage of user
2091 sessions on the remote browser within HTTP cookies.
2092
2093 Using cookies to store a session removes the need for the server or a
2094 group of servers to store the session locally, or collaborate to share
2095 a session, and can be useful for high traffic environments where a
2096 server based session might be too resource intensive.
2097
2098 %description mod_session_cookie -l pl.UTF-8
2099 Ten podmoduł mod_session zapewnia obsługę przechowywania sesji
2100 użytkownika w zdalnej przeglądarce wewnątrz ciasteczek (cookie) HTTP.
2101
2102 Wykorzystanie ciasteczek do zapisywania sesji eliminuje potrzebę
2103 zapisywania tych informacji lokalnie przez serwer lub grupę serwerów
2104 oraz współdzielenia sesji; jest przydatne także w środowiskach z dużym
2105 ruchem, gdzie sesje trzymane po stronie serwera mogłyby zajmować zbyt
2106 dużo zasobów.
2107
2108 %package mod_session_crypto
2109 Summary:        Session encryption support
2110 Summary(pl.UTF-8):      Obsługa szyfrowania sesji
2111 Group:          Networking/Daemons/HTTP
2112 URL:            http://httpd.apache.org/docs/2.4/mod/mod_session_crypto.html
2113 Requires:       %{name}-base = %{version}-%{release}
2114 Requires:       %{name}-mod_session = %{version}-%{release}
2115 Provides:       apache(mod_session_crypto) = %{version}-%{release}
2116
2117 %description mod_session_crypto
2118 This submodule of mod_session provides support for the encryption of
2119 user sessions before being written to a local database, or written to
2120 a remote browser via an HTTP cookie.
2121
2122 This can help provide privacy to user sessions where the contents of
2123 the session should be kept private from the user, or where protection
2124 is needed against the effects of cross site scripting attacks.
2125
2126 %description mod_session_crypto -l pl.UTF-8
2127 Ten modmoduł mod_session zapewnia obsługę szyfrowania sesji
2128 użytkownika przed zapisaniem do lokalnej bazy danych lub w zdalnej
2129 przeglądarce wewnątrz ciasteczka (cookie) HTTP.
2130
2131 Może to pomóc w zapewnieniu prywatności sesji użytkowników, gdzie
2132 zawartość sesji powinna być chroniona przed użytkownikiem lub
2133 niezbędna jest ochrona przed efektami ataków CSS (cross-site
2134 scripting).
2135
2136 %package mod_session_dbd
2137 Summary:        DBD/SQL based session support
2138 Summary(pl.UTF-8):      Obsługa sesji opartych na DBD/SQL
2139 Group:          Networking/Daemons/HTTP
2140 URL:            http://httpd.apache.org/docs/2.4/mod/mod_session_dbd.html
2141 Requires:       %{name}-base = %{version}-%{release}
2142 Requires:       %{name}-mod_dbd = %{version}-%{release}
2143 Requires:       %{name}-mod_session = %{version}-%{release}
2144 Provides:       apache(mod_session_dbd) = %{version}-%{release}
2145
2146 %description mod_session_dbd
2147 This submodule of mod_session provides support for the storage of user
2148 sessions within a SQL database using the mod_dbd module.
2149
2150 Sessions can either be anonymous, where the session is keyed by a
2151 unique UUID string stored on the browser in a cookie, or per user,
2152 where the session is keyed against the userid of the logged in user.
2153
2154 SQL based sessions are hidden from the browser, and so offer a measure
2155 of privacy without the need for encryption.
2156
2157 Different webservers within a server farm may choose to share a
2158 database, and so share sessions with one another.
2159
2160 %description mod_session_dbd -l pl.UTF-8
2161 Ten podmoduł mod_session zapewnia obsługę przechowywania sesji
2162 użytkownika w bazie SQL poprzez moduł mod_dbd.
2163
2164 Sesje oparte na SQL-u są ukryte dla przeglądarki, więc dają pewien
2165 stopień prywatności bez potrzeby szyfrowania.
2166
2167 Różne serwery WWW z farmy mogą dzielić współdzielić bazę danych, tym
2168 samym współdzieląc sesje.
2169
2170 %package mod_setenvif
2171 Summary:        Allows the setting of environment variables based on characteristics of the request
2172 Summary(pl.UTF-8):      Ustawianie zmiennych środowiskowych w oparciu o charakterystykę żądania
2173 Group:          Networking/Daemons/HTTP
2174 URL:            http://httpd.apache.org/docs/2.4/mod/mod_setenvif.html
2175 Requires:       %{name}-base = %{version}-%{release}
2176 Provides:       apache(mod_setenvif) = %{version}-%{release}
2177
2178 %description mod_setenvif
2179 The mod_setenvif module allows you to set environment variables
2180 according to whether different aspects of the request match regular
2181 expressions you specify. These environment variables can be used by
2182 other parts of the server to make decisions about actions to be taken.
2183
2184 %description mod_setenvif -l pl.UTF-8
2185 Moduł mod_setenvif pozwala na ustawianie zmiennych środowiskowych w
2186 zależności od różnych aspektów żądania pasujących do podanych wyrażeń
2187 regularnych. Te zmienne środowiskowe mogą być używane przez inne
2188 części serwera do podejmowania decyzji o podejmowanych akcjach.
2189
2190 %package mod_slotmem
2191 Summary:        Slot-based shared memory provider
2192 Group:          Networking/Daemons/HTTP
2193 URL:            http://httpd.apache.org/docs/2.4/mod/mod_slotmem_plain.html
2194 #URL:           http://httpd.apache.org/docs/2.4/mod/mod_slotmem_shm.html
2195 Requires:       %{name}-base = %{version}-%{release}
2196 Provides:       apache(mod_slotmem) = %{version}-%{release}
2197 Provides:       apache(mod_slotmem_plain) = %{version}-%{release}
2198 Provides:       apache(mod_slotmem_shm) = %{version}-%{release}
2199 Obsoletes:      apache-mod_slotmem_plain
2200 Obsoletes:      apache-mod_slotmem_shm
2201
2202 %description mod_slotmem
2203 Slot-based shared memory provider.
2204
2205 %package mod_socache
2206 Summary:        Shared object cache provider
2207 Group:          Networking/Daemons/HTTP
2208 URL:            http://httpd.apache.org/docs/2.4/mod/mod_socache_dbm.html
2209 #URL:           http://httpd.apache.org/docs/2.4/mod/mod_socache_memcache.html
2210 #URL:           http://httpd.apache.org/docs/2.4/mod/mod_socache_shmcb.html
2211 Requires:       %{name}-base = %{version}-%{release}
2212 Provides:       apache(mod_socache) = %{version}-%{release}
2213 Provides:       apache(mod_socache_dbm) = %{version}-%{release}
2214 Provides:       apache(mod_socache_memcache) = %{version}-%{release}
2215 Provides:       apache(mod_socache_shmcb) = %{version}-%{release}
2216 Obsoletes:      apache-mod_socache_dbm
2217 Obsoletes:      apache-mod_socache_memcache
2218 Obsoletes:      apache-mod_socache_shmcb
2219
2220 %description mod_socache
2221 Shared object cache provider.
2222
2223 %package mod_speling
2224 Summary:        Attempts to correct mistaken URLs by ignoring capitalization and by allowing up to one misspelling
2225 Summary(pl.UTF-8):      Próba poprawiania błędnych URL-i poprzez ignorowanie wielkości liter i zezwalanie na jedną literówkę
2226 Group:          Networking/Daemons/HTTP
2227 URL:            http://httpd.apache.org/docs/2.4/mod/mod_speling.html
2228 Requires:       %{name}-base = %{version}-%{release}
2229 Provides:       apache(mod_speling) = %{version}-%{release}
2230
2231 %description mod_speling
2232 Requests to documents sometimes cannot be served by the core apache
2233 server because the request was misspelled or miscapitalized. This
2234 module addresses this problem by trying to find a matching document,
2235 even after all other modules gave up. It does its work by comparing
2236 each document name in the requested directory against the requested
2237 document name without regard to case, and allowing up to one
2238 misspelling (character insertion / omission / transposition or wrong
2239 character). A list is built with all document names which were matched
2240 using this strategy.
2241
2242 %description mod_speling -l pl.UTF-8
2243 Czasami żądania dokumentów nie mogą być wykonane przez sam serwer
2244 Apache, ponieważ żądanie zostało napisane z błędem w znakach lub
2245 wielkości liter. Ten moduł próbuje rozwiązać ten problem próbując
2246 znaleźć pasujący dokument, nawet jeśli inne moduły się poddały. Działa
2247 on poprzez porównywanie nazwy każdego dokumentu w żądanym katalogu z
2248 żądaną nazwą dokumentu bez zwracania uwagi na wielkość liter i
2249 pozwalając na jeden błąd (dodany, pominięty, przestawiony lub zły
2250 znak). Tworzona jest lista dla wszystkich nazw dokumentów pasujących
2251 dla tej strategii.
2252
2253 %package mod_ssl
2254 Summary:        SSL/TLS module for the Apache HTTP server
2255 Summary(pl.UTF-8):      Moduł SSL/TSL dla serwera Apache
2256 Summary(ru.UTF-8):      Модуль SSL/TLS для веб-сервера Apache
2257 Epoch:          1
2258 Group:          Networking/Daemons/HTTP
2259 URL:            http://httpd.apache.org/docs/2.4/mod/mod_ssl.html
2260 Requires:       %{name}-base = %{version}-%{release}
2261 Suggests:       apache(mod_socache_shmcb) = %{version}-%{release}
2262 Suggests:       apache(mod_socache_dbm) = %{version}-%{release}
2263 Requires:       openssl >= %{openssl_ver}
2264 Requires:       apr-util-dbm-db
2265 Provides:       apache(mod_ssl) = 1:%{version}-%{release}
2266
2267 %description mod_ssl
2268 The mod_ssl module provides strong cryptography for the Apache Web
2269 server via the Secure Sockets Layer (SSL) and Transport Layer Security
2270 (TLS) protocols.
2271
2272 %description mod_ssl -l pl.UTF-8
2273 Moduł mod_ssl udostępnia wsparcie do silnej kryptografii dla serwera
2274 Apache poprzez protokoły SSL/TSL (Secure Sockets Layer/Transport Layer
2275 Security).
2276
2277 %description mod_ssl -l ru.UTF-8
2278 Модуль mod_ssl обеспечивает поддержку в веб-сервере Apache надежного
2279 шифрования средствами Secure Sockets Layer (SSL) и Transport Layer
2280
2281 %package mod_status
2282 Summary:        Server status report module for Apache
2283 Summary(pl.UTF-8):      Moduł udostępniający informacje statystyczne z serwera Apache
2284 Group:          Networking/Daemons/HTTP
2285 URL:            http://httpd.apache.org/docs/2.4/mod/mod_status.html
2286 Requires:       %{name}-base = %{version}-%{release}
2287 Requires:       %{name}-mod_authz_host = %{version}-%{release}
2288 Provides:       apache(mod_status) = %{version}-%{release}
2289
2290 %description mod_status
2291 The Status module allows a server administrator to find out how well
2292 their server is performing. A HTML page is presented that gives the
2293 current server statistics in an easily readable form. If required this
2294 page can be made to automatically refresh (given a compatible
2295 browser).
2296
2297 %description mod_status -l pl.UTF-8
2298 Moduł pozwala administratorowi na przeglądanie statystyk dotyczących
2299 pracy serwera Apache (w postaci strony HTML).
2300
2301 %package mod_substitute
2302 Summary:        Substitute module for Apache
2303 Summary(pl.UTF-8):      Moduł pozwalający na znajdywanie i zastępowanie wyjścia dla serwera Apache
2304 Group:          Networking/Daemons/HTTP
2305 URL:            http://httpd.apache.org/docs/2.4/mod/mod_substitute.html
2306 Requires:       %{name}-base = %{version}-%{release}
2307 Provides:       apache(mod_substitute) = %{version}-%{release}
2308
2309 %description mod_substitute
2310 The Substitute module provides a mechanism to perform both regular
2311 expression and fixed string substitutions on response bodies.
2312
2313 %description mod_substitute -l pl.UTF-8
2314 Moduł pozwala na zastępowanie ciągów znaków w wyjściu również na
2315 podstawie wyrażenia regularnego.
2316
2317 %package mod_unique_id
2318 Summary:        Apache module which provides a magic token for each request
2319 Summary(pl.UTF-8):      Moduł Apache'a nadający każdemu zapytaniu unikalny token
2320 Group:          Networking/Daemons/HTTP
2321 URL:            http://httpd.apache.org/docs/2.4/mod/mod_unique_id.html
2322 Requires:       %{name}-base = %{version}-%{release}
2323 Provides:       apache(mod_unique_id) = %{version}-%{release}
2324
2325 %description mod_unique_id
2326 This package contains the mod_unique_id. This module provides a magic
2327 token for each request which is guaranteed to be unique across "all"
2328 requests under very specific conditions. The unique identifier is even
2329 unique across multiple machines in a properly configured cluster of
2330 machines. The environment variable UNIQUE_ID is set to the identifier
2331 for each request. Unique identifiers are useful for various reasons
2332 which are beyond the scope of this document.
2333
2334 %description mod_unique_id -l pl.UTF-8
2335 Moduł nadaje każdemu zapytaniu token unikalny w ramach wszystkich
2336 zapytań, nawet w ramach poprawnie skonfigurowanego klastra z wielu
2337 maszyn. Moduł ustawia przy każdym zapytaniu zmienną środowiskową
2338 UNIQUE_ID.
2339
2340 %package mod_userdir
2341 Summary:        User-specific directories
2342 Summary(pl.UTF-8):      Katalogi specyficzne dla użytkowników
2343 Group:          Networking/Daemons/HTTP
2344 URL:            http://httpd.apache.org/docs/2.4/mod/mod_userdir.html
2345 Requires:       %{name}-base = %{version}-%{release}
2346 Requires:       %{name}-mod_authz_host = %{version}-%{release}
2347 Provides:       apache(mod_userdir) = %{version}-%{release}
2348
2349 %description mod_userdir
2350 This module allows user-specific directories to be accessed using the
2351 http://example.com/~user/ syntax.
2352
2353 %description mod_userdir -l pl.UTF-8
2354 Ten moduł pozwala na dostęp do katalogów specyficznych dla
2355 użytkowników przy użyciu składni http://example.com/~user/ .
2356
2357 %package mod_usertrack
2358 Summary:        Apache module for user tracking using cookies
2359 Summary(pl.UTF-8):      Moduł Apache'a służący do śledzenia "ciasteczek"
2360 Group:          Networking/Daemons/HTTP
2361 URL:            http://httpd.apache.org/docs/2.4/mod/mod_usertrack.html
2362 Requires:       %{name}-base = %{version}-%{release}
2363 Provides:       apache(mod_usertrack) = %{version}-%{release}
2364
2365 %description mod_usertrack
2366 This package contains the user tracking module which did its own
2367 logging using CookieLog directory. This module allow multiple log
2368 files.
2369
2370 %description mod_usertrack -l pl.UTF-8
2371 Ten pakiet zawiera moduł śledzący użytkowników zapisujący własny log
2372 przy użyciu katalogu CookieLog. Pozwala na użycie wielu plików logów.
2373
2374 %package mod_version
2375 Summary:        Version dependent configuration
2376 Summary(pl.UTF-8):      Konfiguracja zależna od wersji
2377 Group:          Networking/Daemons/HTTP
2378 URL:            http://httpd.apache.org/docs/2.4/mod/mod_version.html
2379 Requires:       %{name}-base = %{version}-%{release}
2380 Provides:       apache(mod_version) = %{version}-%{release}
2381
2382 %description mod_version
2383 This module is designed for the use in test suites and large networks
2384 which have to deal with different httpd versions and different
2385 configurations. It provides a new container -- <IfVersion>, which
2386 allows a flexible version checking including numeric comparisons and
2387 regular expressions.
2388
2389 %description mod_version -l pl.UTF-8
2390 Ten moduł jest przeznaczony do używania w zestawach testów i dużych
2391 sieciach, gdzie trzeba inaczej obsługiwać różne wersje httpd i różne
2392 konfiguracje. Udostępnia nowy kontener: <IfVersion>, umożliwiający
2393 elastyczne sprawdzanie wersji włącznie z porównaniami liczbowymi i
2394 wyrażeniami regularnymi.
2395
2396 %package mod_vhost_alias
2397 Summary:        Apache module for dynamically configured mass virtual hosting
2398 Summary(pl.UTF-8):      Moduł Apache'a dodający obsługę hostów wirtualnych
2399 Group:          Networking/Daemons/HTTP
2400 URL:            http://httpd.apache.org/docs/2.4/mod/mod_vhost_alias.html
2401 Requires:       %{name}-base = %{version}-%{release}
2402 Provides:       apache(mod_vhost_alias) = %{version}-%{release}
2403
2404 %description mod_vhost_alias
2405 This package contains the mod_vhost_alias. It provides support for
2406 dynamically configured mass virtual hosting.
2407
2408 %description mod_vhost_alias -l pl.UTF-8
2409 Moduł umożliwia na dynamiczne konfigurowanie masowej ilości serwerów
2410 wirtualnych.
2411
2412 %package mod_watchdog
2413 Summary:        Infrastructure for other modules to periodically run tasks
2414 Summary(pl.UTF-8):      Infrastruktura do cyklicznego uruchamiania zadań przez inne moduły
2415 Group:          Networking/Daemons/HTTP
2416 URL:            http://httpd.apache.org/docs/2.4/mod/mod_watchdog.html
2417 Requires:       %{name}-base = %{version}-%{release}
2418 Provides:       apache(mod_watchdog) = %{version}-%{release}
2419
2420 %description mod_watchdog
2421 mod_watchdog defines programmatic hooks for other modules to
2422 periodically run tasks. These modules can register handlers for
2423 mod_watchdog hooks.
2424
2425 Currently, the following modules in the Apache distribution use this
2426 functionality:
2427 - mod_heartbeat
2428 - mod_heartmonitor
2429
2430 %description mod_watchdog -l pl.UTF-8
2431 mod_watchdog definiuje zaczepienia programowe dla innych modułów,
2432 pozwalające na cykliczne uruchamianie zadań. Moduły te mogą
2433 rejestrować procedury obsługi zaczepień mod_watchdog.
2434
2435 Obecnie następujące moduły w dystrybucji Apache'a wykorzystują tę
2436 funkcjonalność:
2437 - mod_heartbeat
2438 - mod_heartmonitor
2439
2440 %package mod_xml2enc
2441 Summary:        Enhanced charset/internationalisation support for libxml2-based filter modules
2442 Summary(pl.UTF-8):      Rozszerzona obsługa zestawów znaków/umiędzynarodowienia dla modułów filtrów opartych na libxml2
2443 Group:          Networking/Daemons/HTTP
2444 URL:            http://httpd.apache.org/docs/2.4/mod/mod_xml2enc.html
2445 Requires:       %{name}-base = %{version}-%{release}
2446 Provides:       apache(mod_xml2enc) = %{version}-%{release}
2447
2448 %description mod_xml2enc
2449 This module provides enhanced internationalisation support for
2450 markup-aware filter modules such as mod_proxy_html. It can
2451 automatically detect the encoding of input data and ensure they are
2452 correctly processed by the libxml2 parser, including converting to
2453 Unicode (UTF-8) where necessary. It can also convert data to an
2454 encoding of choice after markup processing, and will ensure the
2455 correct charset value is set in the HTTP Content-Type header.
2456
2457 %description mod_xml2enc -l pl.UTF-8
2458 Ten moduł zapewnia rozszerzoną obsługę umiędzynarodowienia dla modułów
2459 filtrów uwzględniających znaczniki, takich jak mod_proxy_html. Potrafi
2460 automatycznie wykryć kodowanie danych wejściowych i zapewnić, że będą
2461 właściwie przetworzone przez analizator libxml2, włącznie z konwersją
2462 do Unicode (UTF-8) w razie potrzeby. Potrafi także przekonwertować
2463 dane po przetworzeniu znaczników do wybranego kodowania i zapewnić
2464 ustawienie właściwej wartości zestawu znaków w nagłówku HTTP
2465 Content-Type.
2466
2467 %package -n htpasswd-%{name}
2468 Summary:        Apache 2 htpasswd utility: manage user files for basic authentication
2469 Summary(pl.UTF-8):      Narzędzie htpasswd z Apache'a 2 do zarządzania plikami uwierzytelnienia basic
2470 Group:          Networking/Utilities
2471 Provides:       htpasswd
2472 Obsoletes:      htpasswd
2473
2474 %description -n htpasswd-%{name}
2475 htpasswd is used to create and update the flat-files used to store
2476 usernames and password for basic authentication of HTTP users. This
2477 package contains htpasswd from Apache 2; this version supports
2478 plaintext passwords and CRYPT (default), MD5 and SHA1 encryptions.
2479
2480 %description -n htpasswd-%{name} -l pl.UTF-8
2481 htpasswd służy do tworzenia i uaktualniania plików tekstowych
2482 służących do przechowywania nazw użytkowników i haseł do podstawowego
2483 uwierzytelnienia użytkowników HTTP. Ten pakiet zawiera htpasswd z
2484 Apache'a 2; ta wersja obsługuje hasła zapisane czystym tekstem oraz
2485 zakodowane algorytmami CRYPT (domyślnym), MD5 i SHA1.
2486
2487 %package dbmtools
2488 Summary:        Apache 2 tools for manipulating DBM files
2489 Summary(pl.UTF-8):      Narzędzia Apache'a 2 do obróbki plików DBM
2490 Group:          Networking/Utilities
2491 Requires:       %{name}-base = %{version}-%{release}
2492
2493 %description dbmtools
2494 Apache 2 tools for manipulating DBM files.
2495
2496 %description dbmtools -l pl.UTF-8
2497 Narzędzia Apache'a 2 do obróbki plików DBM.
2498
2499 %package cgi_test
2500 Summary:        cgi test/demo programs
2501 Summary(pl.UTF-8):      Programy testowe/przykładowe cgi
2502 Group:          Networking/Utilities
2503 Requires:       %{name}-base = %{version}-%{release}
2504 Requires:       filesystem >= 2.0-1
2505
2506 %description cgi_test
2507 Two cgi test/demo programs: test-cgi and print-env.
2508
2509 %description cgi_test -l pl.UTF-8
2510 Dwa programy testowe/przykładowe cgi: test-cgi and print-env.
2511
2512 %prep
2513 %setup -q -n httpd-%{version}
2514 %patch0 -p1
2515 %patch1 -p1
2516 %patch2 -p1
2517 %patch3 -p1
2518 %patch4 -p1
2519 %patch5 -p1
2520
2521 %patch7 -p1
2522
2523 %patch10 -p1
2524
2525 %patch14 -p1
2526 %patch15 -p1
2527 %patch18 -p1
2528 %patch19 -p1
2529 %patch20 -p1
2530 %patch23 -p1
2531
2532 # ?
2533 #%patch25 -p1
2534 # ?
2535 #%patch26 -p1
2536 # probably drop
2537 #%patch28 -p1
2538 %patch29 -p1
2539 %patch30 -p1
2540
2541 # sanity check
2542 MODULES_API=`awk '/#define MODULE_MAGIC_NUMBER_MAJOR/ {print $3}' include/ap_mmn.h`
2543 if [ "$MODULES_API" != "%_apache_modules_api" ]; then
2544         echo "Set %%_apache_modules_api to $MODULES_API and rerun."
2545         exit 1
2546 fi
2547
2548 # fix libdir (at least in TLD layout; no need to care about other ones)
2549 sed -i -e 's,/lib$,/%{_lib},' config.layout
2550
2551 %build
2552 cp /usr/share/apr/build/apr_common.m4 build
2553 %{__libtoolize}
2554 %{__aclocal} -I build
2555 cp /usr/share/automake/config.* build
2556 %{__autoheader}
2557 %{__autoconf}
2558
2559 # from ./buildconf
2560 : fixing timestamps for mod_ssl sources
2561 cd modules/ssl
2562 touch ssl_expr_parse.y
2563 sleep 1
2564 touch ssl_expr_parse.c ssl_expr_parse.h ssl_expr_scan.l
2565 sleep 1
2566 touch ssl_expr_scan.c
2567 cd ../..
2568
2569 CPPFLAGS="-DMAX_SERVER_LIMIT=200000 -DBIG_SECURITY_HOLE=1"
2570 install -d build; cd build
2571 ../%configure \
2572         --enable-layout=TLD \
2573         --disable-v4-mapped \
2574         --enable-exception-hook \
2575         --enable-modules=all \
2576         --enable-mods-shared=all \
2577         --enable-auth-anon \
2578         --enable-auth-dbm \
2579         --enable-authn-dbd \
2580         --enable-authn-alias \
2581         --enable-authz-dbm \
2582         --enable-authz-owner \
2583         %{?with_ldap:--enable-authnz-ldap} \
2584         --enable-auth-digest \
2585         --enable-file-cache \
2586         --enable-cache \
2587         --enable-disk-cache \
2588         --enable-mem-cache \
2589         --enable-dbd \
2590         %{?with_bucketeer:--enable-bucketeer} \
2591         --enable-dumpio \
2592         --enable-echo \
2593         --enable-charset-lite \
2594         --enable-deflate \
2595         %{?with_ldap:--enable-ldap} \
2596         --enable-ext-filter \
2597         --enable-case-filter \
2598         --enable-case-filter-in \
2599         --enable-log-forensic \
2600         --enable-logio \
2601         --enable-lua \
2602         --with-z=%{_prefix} \
2603         --enable-mime-magic \
2604         --enable-cern-meta \
2605         --enable-expires \
2606         --enable-headers \
2607         --enable-ident \
2608         --enable-usertrack \
2609         --enable-unique-id \
2610         --enable-proxy \
2611         --enable-proxy-connect \
2612         --enable-proxy-ftp \
2613         --enable-proxy-http \
2614         --enable-proxy-ajp \
2615         --enable-proxy-balancer \
2616         %{?with_ssl:--enable-ssl %{?with_distcache:--enable-distcache}} \
2617         --enable-http \
2618         --enable-dav \
2619         --enable-info \
2620         --enable-suexec \
2621         --enable-cgi \
2622         --enable-cgid \
2623         --enable-dav-fs \
2624         --enable-dav-lock \
2625         --enable-vhost-alias \
2626         --enable-imagemap \
2627         --enable-speling \
2628         --enable-rewrite \
2629         --enable-so \
2630         --with-program-name=httpd \
2631         --enable-mpms-shared=all \
2632 %ifarch %{ix86}
2633 %ifnarch i386 i486
2634         --enable-nonportable-atomics=yes \
2635 %endif
2636 %endif
2637         --with-suexec-bin=%{_sbindir}/suexec \
2638         --with-suexec-caller=http \
2639         --with-suexec-docroot=%{_datadir} \
2640         --with-suexec-logfile=/var/log/httpd/suexec_log \
2641         --with-suexec-uidmin=500 \
2642         --with-suexec-gidmin=500 \
2643         --with-suexec-umask=077 \
2644         --with-apr=%{_bindir}/apr-1-config \
2645         --with-apr-util=%{_bindir}/apu-1-config \
2646         --with-pcre
2647
2648 %{__make}
2649
2650 %install
2651 rm -rf $RPM_BUILD_ROOT
2652 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,systemd/system} \
2653         $RPM_BUILD_ROOT%{_var}/{log/{httpd,archive/httpd},{run,cache}/httpd,lock/mod_dav} \
2654         $RPM_BUILD_ROOT%{_sysconfdir}/{webapps.d,conf.d,vhosts.d} \
2655         $RPM_BUILD_ROOT%{_datadir}/{cgi-bin,vhosts} \
2656         $RPM_BUILD_ROOT%{systemdtmpfilesdir} \
2657         $RPM_BUILD_ROOT%{systemdunitdir}
2658
2659 %{__make} -C build install \
2660         DESTDIR=$RPM_BUILD_ROOT
2661
2662 # clean "ccache" prefix. confuses other build systems (like php)
2663 %{__sed} -i -re '/^(CC|CPP|CXX)/ s/ccache //' $RPM_BUILD_ROOT%{_libdir}/%{name}/build/config_vars.mk
2664
2665 install %{SOURCE31} $RPM_BUILD_ROOT%{systemdunitdir}/httpd.service
2666 ln -s %{systemdunitdir}/httpd.service $RPM_BUILD_ROOT/etc/systemd/system/httpd.service
2667 ln -s %{_libexecdir} $RPM_BUILD_ROOT%{_sysconfdir}/modules
2668 ln -s %{_localstatedir}/run/httpd $RPM_BUILD_ROOT%{_sysconfdir}/run
2669 ln -s %{_var}/log/httpd $RPM_BUILD_ROOT%{_sysconfdir}/logs
2670 # we have own apache.conf
2671 rm $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
2672 ln -s conf.d $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
2673
2674 install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/httpd
2675 cp -a %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/httpd
2676 cp -a %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/httpd
2677
2678 touch $RPM_BUILD_ROOT/var/log/httpd/{access,error,agent,referer,suexec}_log
2679
2680 %if %{with ssl}
2681 install -d $RPM_BUILD_ROOT%{_sysconfdir}/ssl
2682 cp -a %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/ssl/server.crt
2683 cp -a %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/ssl/server.key
2684 %endif
2685
2686 cp -a %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
2687
2688 CFG="$RPM_BUILD_ROOT%{_sysconfdir}/conf.d"
2689
2690 cp -a %{SOURCE7} $CFG/10_common.conf
2691 cp -a %{SOURCE23} $CFG/01_mod_mime.conf
2692 cp -a %{SOURCE24} $CFG/01_mod_authz_host.conf
2693 cp -a %{SOURCE25} $CFG/01_mod_cgid.conf
2694 cp -a %{SOURCE26} $CFG/01_mod_log_config.conf
2695 cp -a %{SOURCE27} $CFG/01_mod_mime_magic.conf
2696 cp -a %{SOURCE28} $CFG/01_mod_cache.conf
2697 cp -a %{SOURCE8} $CFG/20_mod_vhost_alias.conf
2698 cp -a %{SOURCE9} $CFG/25_mod_status.conf
2699 cp -a %{SOURCE10} $CFG/30_mod_proxy.conf
2700 cp -a %{SOURCE11} $CFG/35_mod_info.conf
2701 cp -a %{SOURCE12} $CFG/40_mod_ssl.conf
2702 cp -a %{SOURCE13} $CFG/45_mod_dav.conf
2703 cp -a %{SOURCE14} $CFG/59_mod_dir.conf
2704 cp -a %{SOURCE15} $CFG/13_mod_suexec.conf
2705 cp -a %{SOURCE16} $CFG/58_mod_deflate.conf
2706 cp -a %{SOURCE17} $CFG/57_mod_autoindex.conf
2707 cp -a %{SOURCE18} $CFG/30_errordocs.conf
2708 cp -a %{SOURCE19} $CFG/30_manual.conf
2709 cp -a %{SOURCE20} $CFG/16_mod_userdir.conf
2710 cp -a %{SOURCE21} $CFG/10_mpm.conf
2711 cp -a %{SOURCE22} $CFG/20_languages.conf
2712 cp -a %{SOURCE29} $RPM_BUILD_ROOT%{_sysconfdir}/vhosts.d/example.net.conf
2713
2714 install %{SOURCE30} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
2715
2716 echo "LoadModule access_compat_module   modules/mod_access_compat.so" > $CFG/00_mod_access_compat.conf
2717 echo "LoadModule actions_module modules/mod_actions.so" > $CFG/00_mod_actions.conf
2718 echo "LoadModule alias_module modules/mod_alias.so" > $CFG/00_mod_alias.conf
2719 echo "LoadModule allowmethods_module    modules/mod_allowmethods.so" > $CFG/00_mod_allowmethods.conf
2720 echo "LoadModule asis_module    modules/mod_asis.so" > $CFG/00_mod_asis.conf
2721 echo "LoadModule auth_basic_module      modules/mod_auth_basic.so" > $CFG/00_mod_auth_basic.conf
2722 echo "LoadModule auth_digest_module     modules/mod_auth_digest.so" > $CFG/00_mod_auth_digest.conf
2723 echo "LoadModule auth_form_module       modules/mod_auth_form.so" > $CFG/00_mod_auth_form.conf
2724 echo "LoadModule authn_anon_module      modules/mod_authn_anon.so" > $CFG/00_mod_authn_anon.conf
2725 echo "LoadModule authn_core_module      modules/mod_authn_core.so" > $CFG/00_mod_authn_core.conf
2726 echo "LoadModule authn_dbd_module       modules/mod_authn_dbd.so" > $CFG/00_mod_authn_dbd.conf
2727 echo "LoadModule authn_dbm_module       modules/mod_authn_dbm.so" > $CFG/00_mod_authn_dbm.conf
2728 echo "LoadModule authn_file_module      modules/mod_authn_file.so" > $CFG/00_mod_authn_file.conf
2729 echo "LoadModule authn_socache_module      modules/mod_authn_socache.so" > $CFG/00_mod_authn_socache.conf
2730 echo "LoadModule authnz_ldap_module     modules/mod_authnz_ldap.so" > $CFG/00_mod_authnz_ldap.conf
2731 echo "LoadModule authz_core_module      modules/mod_authz_core.so" > $CFG/00_mod_authz_core.conf
2732 echo "LoadModule authz_dbd_module       modules/mod_authz_dbd.so" > $CFG/00_mod_authz_dbd.conf
2733 echo "LoadModule authz_dbm_module       modules/mod_authz_dbm.so" > $CFG/00_mod_authz_dbm.conf
2734 echo "LoadModule authz_groupfile_module modules/mod_authz_groupfile.so" > $CFG/00_mod_authz_groupfile.conf
2735 echo "LoadModule authz_owner_module     modules/mod_authz_owner.so" > $CFG/00_mod_authz_owner.conf
2736 echo "LoadModule authz_user_module      modules/mod_authz_user.so" > $CFG/00_mod_authz_user.conf
2737 echo "LoadModule buffer_module  modules/mod_buffer.so" > $CFG/00_mod_buffer.conf
2738 %if %{with bucketeer}
2739 echo "LoadModule bucketeer_module       modules/mod_bucketeer.so" > $CFG/00_mod_bucketeer.conf
2740 %endif
2741 echo "LoadModule case_filter_in_module  modules/mod_case_filter_in.so" > $CFG/00_mod_case_filter_in.conf
2742 echo "LoadModule case_filter_module     modules/mod_case_filter.so" > $CFG/00_mod_case_filter.conf
2743 echo "LoadModule cern_meta_module       modules/mod_cern_meta.so" > $CFG/00_mod_cern_meta.conf
2744 echo "LoadModule cgi_module     modules/mod_cgi.so" > $CFG/00_mod_cgi.conf
2745 echo "LoadModule charset_lite_module    modules/mod_charset_lite.so" > $CFG/00_mod_charset_lite.conf
2746 echo "LoadModule data_module    modules/mod_data.so" > $CFG/00_mod_data.conf
2747 echo "LoadModule dbd_module     modules/mod_dbd.so" > $CFG/00_mod_dbd.conf
2748 echo "LoadModule dialup_module  modules/mod_dialup.so" > $CFG/00_mod_dialup.conf
2749 echo "LoadModule dumpio_module  modules/mod_dumpio.so" > $CFG/00_mod_dumpio.conf
2750 echo "LoadModule echo_module    modules/mod_echo.so" > $CFG/00_mod_echo.conf
2751 echo "LoadModule env_module     modules/mod_env.so" > $CFG/00_mod_env.conf
2752 echo "LoadModule expires_module modules/mod_expires.so" > $CFG/00_mod_expires.conf
2753 echo "LoadModule ext_filter_module      modules/mod_ext_filter.so" > $CFG/00_mod_ext_filter.conf
2754 echo "LoadModule file_cache_module      modules/mod_file_cache.so" > $CFG/00_mod_file_cache.conf
2755 echo "LoadModule filter_module  modules/mod_filter.so" > $CFG/00_mod_filter.conf
2756 echo "LoadModule headers_module modules/mod_headers.so" > $CFG/00_mod_headers.conf
2757 echo "LoadModule heartbeat_module       modules/mod_heartbeat.so" > $CFG/01_mod_heartbeat.conf
2758 echo "LoadModule heartmonitor_module    modules/mod_heartmonitor.so" > $CFG/01_mod_heartmonitor.conf
2759 echo "LoadModule ident_module   modules/mod_ident.so" > $CFG/00_mod_ident.conf
2760 echo "LoadModule imagemap_module        modules/mod_imagemap.so" > $CFG/00_mod_imagemap.conf
2761 echo "LoadModule include_module modules/mod_include.so" > $CFG/00_mod_include.conf
2762 echo "LoadModule lbmethod_bybusyness_module     modules/mod_lbmethod_bybusyness.so" > $CFG/00_mod_lbmethod_bybusyness.conf
2763 echo "LoadModule lbmethod_byrequests_module     modules/mod_lbmethod_byrequests.so" > $CFG/00_mod_lbmethod_byrequests.conf
2764 echo "LoadModule lbmethod_bytraffic_module      modules/mod_lbmethod_bytraffic.so" > $CFG/00_mod_lbmethod_bytraffic.conf
2765 echo "LoadModule lbmethod_heartbeat_module      modules/mod_lbmethod_heartbeat.so" > $CFG/00_mod_lbmethod_heartbeat.conf
2766 echo "LoadModule ldap_module    modules/mod_ldap.so" > $CFG/00_mod_ldap.conf
2767 echo "LoadModule log_debug_module       modules/mod_log_debug.so" > $CFG/00_mod_log_debug.conf
2768 echo "LoadModule log_forensic_module    modules/mod_log_forensic.so" > $CFG/00_mod_log_forensic.conf
2769 echo "LoadModule logio_module   modules/mod_logio.so" > $CFG/00_mod_logio.conf
2770 echo "LoadModule lua_module     modules/mod_lua.so" > $CFG/00_mod_lua.conf
2771 echo "LoadModule negotiation_module     modules/mod_negotiation.so" > $CFG/00_mod_negotiation.conf
2772 echo "LoadModule ratelimit_module       modules/mod_ratelimit.so" > $CFG/00_mod_ratelimit.conf
2773 echo "LoadModule reflector_module       modules/mod_reflector.so" > $CFG/00_mod_reflector.conf
2774 echo "LoadModule remoteip_module        modules/mod_remoteip.so" > $CFG/00_mod_remoteip.conf
2775 echo "LoadModule reqtimeout_module      modules/mod_reqtimeout.so" >> $CFG/00_mod_reqtimeout.conf
2776 echo "LoadModule request_module modules/mod_request.so" > $CFG/00_mod_request.conf
2777 echo "LoadModule rewrite_module modules/mod_rewrite.so" > $CFG/00_mod_rewrite.conf
2778 echo "LoadModule sed_module     modules/mod_sed.so" > $CFG/00_mod_sed.conf
2779 echo "LoadModule session_cookie_module  modules/mod_session_cookie.so" > $CFG/00_mod_session_cookie.conf
2780 echo "LoadModule session_crypto_module  modules/mod_session_crypto.so" > $CFG/00_mod_session_crypto.conf
2781 echo "LoadModule session_dbd_module     modules/mod_session_dbd.so" > $CFG/00_mod_session_dbd.conf
2782 echo "LoadModule session_module modules/mod_session.so" > $CFG/00_mod_session.conf
2783 echo "LoadModule setenvif_module        modules/mod_setenvif.so" > $CFG/00_mod_setenvif.conf
2784 echo "LoadModule slotmem_plain_module   modules/mod_slotmem_plain.so" > $CFG/00_mod_slotmem.conf
2785 echo "#LoadModule slotmem_shm_module     modules/mod_slotmem_shm.so" >> $CFG/00_mod_slotmem.conf
2786 echo "#LoadModule socache_dbm_module    modules/mod_socache_dbm.so" > $CFG/00_mod_socache.conf
2787 echo "#LoadModule socache_memcache_module       modules/mod_socache_memcache.so" >> $CFG/00_mod_socache.conf
2788 echo "LoadModule socache_shmcb_module   modules/mod_socache_shmcb.so" >> $CFG/00_mod_socache.conf
2789 echo "LoadModule speling_module modules/mod_speling.so" > $CFG/00_mod_speling.conf
2790 echo "LoadModule substitute_module      modules/mod_substitute.so" > $CFG/00_mod_substitute.conf
2791 echo "LoadModule unique_id_module       modules/mod_unique_id.so" > $CFG/00_mod_unique_id.conf
2792 echo "LoadModule usertrack_module       modules/mod_usertrack.so" > $CFG/00_mod_usertrack.conf
2793 echo "LoadModule version_module modules/mod_version.so" > $CFG/00_mod_version.conf
2794 echo "LoadModule watchdog_module        modules/mod_watchdog.so" > $CFG/00_mod_watchdog.conf
2795 echo "LoadModule xml2enc_module modules/mod_xml2enc.so" > $CFG/00_mod_xml2enc.conf
2796
2797
2798 # anything in style dir not ending with .css is trash
2799 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/manual/style/{lang,latex,xsl}
2800 find $RPM_BUILD_ROOT%{_datadir}/manual/style -type f ! -name '*.css' -print0 | xargs -0r rm -f
2801
2802 # find manual files
2803 > manual.files
2804 cur=$(pwd)
2805 cd $RPM_BUILD_ROOT
2806 find ./%{_datadir}/manual -type d -printf "%%%%dir %{_datadir}/manual/%%P\n" >> "$cur/manual.files"
2807 find ./%{_datadir}/manual -type f -printf "%{_datadir}/manual/%%P\n" | sed -e '
2808 s/^.*\.\(de\|es\|fr\|ja\|ko\|ru\)\(\..*\)\?/%%lang(\1) &/
2809 s/^.*\.\(pt-br\)/%%lang(pt_BR) &/
2810 ' >> "$cur/manual.files"
2811 cd $cur
2812
2813 # htpasswd goes to %{_bindir}
2814 ln -sf %{_bindir}/htpasswd $RPM_BUILD_ROOT%{_sbindir}
2815
2816 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/apxs
2817
2818 # cgi_test: create config file with ScriptAlias
2819 cat << 'EOF' > $CFG/09_cgi_test.conf
2820 ScriptAlias /cgi-bin/printenv %{_cgibindir}/printenv
2821 ScriptAlias /cgi-bin/test-cgi %{_cgibindir}/test-cgi
2822 EOF
2823
2824 # our suexec is patched to support php + fcgi + suexec with
2825 # virtual users when called as suexec.fcgi
2826 ln -sf suexec $RPM_BUILD_ROOT%{_sbindir}/suexec.fcgi
2827
2828 # no value
2829 %{__rm} $RPM_BUILD_ROOT%{_libexecdir}/build/config.nice
2830 %{__rm} $RPM_BUILD_ROOT%{_libexecdir}/*.exp
2831 %{__rm} $RPM_BUILD_ROOT%{_sysconfdir}/mime.types
2832 %{__rm} -r $RPM_BUILD_ROOT%{_sysconfdir}/{extra,original}
2833
2834 %clean
2835 rm -rf $RPM_BUILD_ROOT
2836
2837 %pre base
2838 %groupadd -g 51 http
2839 %useradd -u 51 -r -d /home/services/httpd -s /bin/false -c "HTTP User" -g http http
2840
2841 %pretrans base
2842 # change httpd.conf from dir to symlink
2843 if [ ! -L /etc/httpd/httpd.conf ]; then
2844         if [ -d /etc/httpd/httpd.conf ]; then
2845                 if [ -d /etc/httpd/conf.d ]; then
2846                         mv /etc/httpd/httpd.conf/* /etc/httpd/conf.d
2847                         rmdir /etc/httpd/httpd.conf 2>/dev/null || mv -v /etc/httpd/httpd.conf{,.rpmsave}
2848                 else
2849                         mv /etc/httpd/httpd.conf /etc/httpd/conf.d
2850                 fi
2851
2852                 # new module packages issue error as first installed over 2.0 installation
2853                 mv -f /var/lock/subsys/httpd{,.disabled} 2>/dev/null
2854         fi
2855
2856         # always have httpd.conf symlink (until all packages from Ac use new dir)
2857         install -d /etc/httpd
2858         ln -s conf.d /etc/httpd/httpd.conf
2859 fi
2860 if [ -f /etc/sysconfig/httpd ]; then
2861         MPM=$(grep ^HTTPD_MPM /etc/sysconfig/httpd |sed 's,HTTPD_MPM=,,;s,",,g')
2862         if [ -n "$MPM" ]; then
2863                 echo "LoadModule mpm_${MPM}_module                modules/mod_mpm_${MPM}.so" > /etc/httpd/conf.d/10_mpm.conf.rpmnew
2864                 cat /etc/httpd/conf.d/10_mpm.conf >> /etc/httpd/conf.d/10_mpm.conf.rpmnew
2865                 mv /etc/httpd/conf.d/10_mpm.conf.rpmnew /etc/httpd/conf.d/10_mpm.conf
2866                 sed -i -e 's,HTTPD_MPM.*,,g' /etc/sysconfig/httpd
2867         fi
2868 fi
2869
2870 exit 0
2871
2872 %post base
2873 /sbin/chkconfig --add httpd
2874 umask 137
2875 touch /var/log/httpd/{access,error,agent,referer}_log
2876 %systemd_post httpd.service
2877
2878 %preun base
2879 if [ "$1" = "0" ]; then
2880         %service httpd stop
2881         /sbin/chkconfig --del httpd
2882 fi
2883 %systemd_preun httpd.service
2884
2885 %postun base
2886 if [ "$1" = "0" ]; then
2887         %userremove http
2888         %groupremove http
2889 fi
2890 %systemd_reload
2891
2892 %triggerpostun base -- %{name} < 2.0.50-6.9
2893 %banner %{name}-2.0.50-6 << EOF
2894 WARNING!!!
2895 Since apache-2.0.50-6 autoindex module has been separated to package
2896 %{name}-mod_autoindex If you want to have the same functionality do:
2897 poldek -Uv %{name}-mod_autoindex
2898 EOF
2899
2900 %triggerpostun base -- %{name} < 2.0.54-4
2901 %banner %{name}-2.0.54-2 << EOF
2902 WARNING!!!
2903 CGI demo/test programs - printenv and test-cgi, have been released
2904 from package apache into separate subpackage apache-cgi_test. If you
2905 need printenv and/or test-cgi, please install apache-cgi_test package,
2906 e.g. by running poldek -Uv apache-cgi_test
2907 EOF
2908
2909 # update /etc/sysconfig/apache -> httpd rename
2910 if [ -f /etc/sysconfig/apache.rpmsave ]; then
2911         cp -f /etc/sysconfig/httpd{,.rpmnew}
2912         mv -f /etc/sysconfig/{apache.rpmsave,httpd}
2913 fi
2914
2915 %triggerpostun base -- %{name} < 2.0.55-3.1
2916 # check for config first as in 2.2 it's .rpmsave
2917 if [ -f /etc/httpd/httpd.conf/10_httpd.conf ]; then
2918         if ! grep -q 'Include webapps.d/' /etc/httpd/httpd.conf/10_httpd.conf; then
2919                 # make sure webapps.d is included
2920                 cp -f /etc/httpd/httpd.conf/10_httpd.conf{,.rpmsave}
2921                 # this file is ugly, so just append new lines
2922                 cat <<-EOF >> /etc/httpd/httpd.conf/10_httpd.conf
2923                 # Include webapps config
2924                 Include webapps.d/*.conf
2925 EOF
2926         fi
2927 fi
2928
2929 %triggerpostun base -- %{name} < 2.4.0
2930 cp -f /etc/httpd/apache.conf{,.rpmsave}
2931 sed -i -e '
2932         /^DefaultType.*/s,.*,,
2933         /^Include /s,^Include ,IncludeOptional ,
2934         /^NameVirtualHost.*/s,.*,,
2935         /^User/s,^,LoadModule unixd_module modules/mod_unixd.so\n,
2936 ' /etc/httpd/apache.conf
2937 sed -i -e '
2938         s,^LockFile /var/run/httpd/accept.lock,Mutex file:/var/run/httpd/,g
2939 ' /etc/httpd/conf.d/10_mpm.conf
2940
2941 %triggerpostun base -- %{name} < 2.2.0
2942 # change HTTPD_CONF to point to new location. *only* if it's the
2943 # default config setting
2944 cp -f /etc/sysconfig/httpd{,.rpmorig}
2945 sed -i -e '/^HTTPD_CONF="\/etc\/httpd\/httpd.conf"/s,.*,HTTPD_CONF="/etc/httpd/apache.conf",' /etc/sysconfig/httpd
2946
2947 if [ -f /etc/httpd/conf.d/10_httpd.conf.rpmsave ]; then
2948         sed -e '
2949         # as separate modules
2950         /^LoadModule access_module/s,^,#,
2951         /^LoadModule alias_module/s,^,#,
2952         /^LoadModule asis_module/s,^,#,
2953         /^LoadModule cern_meta_module/s,^,#,
2954         /^LoadModule cgi_module/s,^,#,
2955         /^LoadModule env_module/s,^,#,
2956         /^LoadModule include_module/s,^,#,
2957         /^LoadModule log_config_module/s,^,#,
2958         /^LoadModule mime_magic_module/s,^,#,
2959         /^LoadModule mime_module/s,^,#,
2960         /^LoadModule negotiation_module/s,^,#,
2961         /^LoadModule setenvif_module/s,^,#,
2962         /^LoadModule speling_module/s,^,#,
2963         /^LoadModule userdir_module/s,^,#,
2964
2965         # in 30_errordocs.conf
2966         /<IfModule mod_include.c>/,/<\/IfModule>/s,^,#,
2967
2968         # in 57_mod_autoindex.conf
2969         /^Alias \/icons\//s,^,#,
2970
2971         # in apache.conf
2972         /^ScriptAlias \/cgi-bin\//s,^,#,
2973         /^Listen 80/s,^,#,
2974
2975         # avoid loops
2976         /Include conf.d\/\*.conf/s,^,#,
2977         /Include webapps.d\/\*.conf/s,^,#,
2978
2979         ' < /etc/httpd/conf.d/10_httpd.conf.rpmsave > /etc/httpd/conf.d/10_httpd.conf
2980 fi
2981
2982 %banner -e %{name} <<'EOF'
2983 NB! Apache main config has been changed to /etc/httpd/apache.conf
2984
2985 There has been changed a lot, so many things could be broken.
2986 Please report bugs to <http://bugs.pld-linux.org/>.
2987
2988 EOF
2989
2990 %triggerpostun base -- %{name} < 2.2.22-2
2991 . /etc/sysconfig/httpd
2992 if [ -z "$HTTPD_CONF" ]; then
2993         echo 'HTTPD_CONF="/etc/httpd/apache.conf"' >> /etc/sysconfig/httpd
2994 fi
2995 %systemd_trigger httpd.service
2996
2997 %triggerpostun base -- %{name} < 2.4.0
2998 cp -f /etc/httpd/apache.conf{,.rpmsave}
2999 sed -i -e '
3000         /^DefaultType/d
3001         /^Include / s,^Include ,IncludeOptional ,
3002         /^NameVirtualHost/d
3003         /^User/ s,^,LoadModule unixd_module modules/mod_unixd.so\n,
3004 ' /etc/httpd/apache.conf
3005 sed -i -e '
3006         s,^LockFile /var/run/httpd/accept.lock,Mutex file:/var/run/httpd/,g
3007 ' /etc/httpd/conf.d/10_mpm.conf
3008
3009 %triggerpostun mod_ssl -- %{name}-mod_ssl < 1:2.2.0-3.1
3010 cp -f /etc/httpd/conf.d/40_mod_ssl.conf{,.rpmsave}
3011 sed -i -e '
3012         s,/var/run/apache,/var/run/httpd,g
3013         s,/var/cache/apache,/var/cache/httpd,g
3014 ' /etc/httpd/conf.d/40_mod_ssl.conf
3015
3016 %triggerpostun mod_ssl -- %{name}-mod_ssl < 1:2.4.0
3017 cp -f /etc/httpd/conf.d/40_mod_ssl.conf{,.rpmsave}
3018 sed -i -e '
3019         /^SSLMutex/ s,^,#,
3020         /^NameVirtualHost/d
3021 ' /etc/httpd/conf.d/40_mod_ssl.conf
3022
3023 %posttrans base
3024 # restore lock which we disabled in pretrans
3025 mv -f /var/lock/subsys/httpd{.disabled,} 2>/dev/null
3026
3027 # minimizing apache restarts logics. we restart webserver:
3028 #
3029 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
3030 # 2. first install of module (post: $1 = 1)
3031 # 2. uninstall of module (postun: $1 == 0)
3032 #
3033 # the strict internal deps between apache modules and
3034 # main package are very important for all this to work.
3035
3036 # restart webserver at the end of transaction
3037 %service httpd restart
3038 %systemd_service_restart httpd.service
3039
3040 # macro called at module post scriptlet
3041 %define module_post \
3042 if [ "$1" = "1" ]; then \
3043         %service -q httpd restart \
3044         %systemd_service_restart httpd.service \
3045 fi
3046
3047 # macro called at module postun scriptlet
3048 %define module_postun \
3049 if [ "$1" = "0" ]; then \
3050         %service -q httpd restart \
3051         %systemd_service_restart httpd.service \
3052 fi
3053
3054 # it's sooo annoying to write them
3055 %define module_scripts() \
3056 %post %1 \
3057 %module_post \
3058 \
3059 %postun %1 \
3060 %module_postun
3061
3062 %module_scripts mod_access_compat
3063 %module_scripts mod_actions
3064 %module_scripts mod_alias
3065 %module_scripts mod_allowmethods
3066 %module_scripts mod_asis
3067 %module_scripts mod_auth_basic
3068 %module_scripts mod_auth_dbm
3069 %module_scripts mod_auth_digest
3070 %module_scripts mod_auth_form
3071 %module_scripts mod_authn_anon
3072 %module_scripts mod_authn_core
3073 %module_scripts mod_authn_dbd
3074 %module_scripts mod_authn_dbm
3075 %module_scripts mod_authn_file
3076 %module_scripts mod_authn_socache
3077 %module_scripts mod_authnz_ldap
3078 %module_scripts mod_authz_core
3079 %module_scripts mod_authz_dbd
3080 %module_scripts mod_authz_dbm
3081 %module_scripts mod_authz_groupfile
3082 %module_scripts mod_authz_host
3083 %module_scripts mod_authz_owner
3084 %module_scripts mod_authz_user
3085 %module_scripts mod_autoindex
3086 %module_scripts mod_bucketeer
3087 %module_scripts mod_buffer
3088 %module_scripts mod_cache
3089 %module_scripts mod_case_filter
3090 %module_scripts mod_case_filter_in
3091 %module_scripts mod_cern_meta
3092 %module_scripts mod_cgi
3093 %module_scripts mod_cgid
3094 %module_scripts mod_charset_lite
3095 %module_scripts mod_data
3096 %module_scripts mod_dav
3097 %module_scripts mod_dbd
3098 %module_scripts mod_deflate
3099 %module_scripts mod_dialup
3100 %module_scripts mod_dir
3101 %module_scripts mod_dumpio
3102 %module_scripts mod_echo
3103 %module_scripts mod_env
3104 %module_scripts mod_expires
3105 %module_scripts mod_ext_filter
3106 %module_scripts mod_file_cache
3107 %module_scripts mod_filter
3108 %module_scripts mod_headers
3109 %module_scripts mod_heartbeat
3110 %module_scripts mod_heartmonitor
3111 %module_scripts mod_ident
3112 %module_scripts mod_imagemap
3113 %module_scripts mod_include
3114 %module_scripts mod_info
3115 %module_scripts mod_lbmethod_bybusyness
3116 %module_scripts mod_lbmethod_byrequests
3117 %module_scripts mod_lbmethod_bytraffic
3118 %module_scripts mod_lbmethod_heartbeat
3119 %module_scripts mod_ldap
3120 %module_scripts mod_log_config
3121 %module_scripts mod_log_debug
3122 %module_scripts mod_log_forensic
3123 %module_scripts mod_logio
3124 %module_scripts mod_lua
3125 %module_scripts mod_mime
3126 %module_scripts mod_mime_magic
3127 %module_scripts mod_negotiation
3128 %module_scripts mod_proxy
3129 %module_scripts mod_ratelimit
3130 %module_scripts mod_reflector
3131 %module_scripts mod_remoteip
3132 %module_scripts mod_reqtimeout
3133 %module_scripts mod_request
3134 %module_scripts mod_rewrite
3135 %module_scripts mod_sed
3136 %module_scripts mod_session
3137 %module_scripts mod_session_cookie
3138 %module_scripts mod_session_crypto
3139 %module_scripts mod_session_dbd
3140 %module_scripts mod_setenvif
3141 %module_scripts mod_slotmem
3142 %module_scripts mod_socache
3143 %module_scripts mod_speling
3144 %module_scripts mod_ssl
3145 %module_scripts mod_status
3146 %module_scripts mod_substitute
3147 %module_scripts mod_unique_id
3148 %module_scripts mod_userdir
3149 %module_scripts mod_usertrack
3150 %module_scripts mod_version
3151 %module_scripts mod_vhost_alias
3152 %module_scripts mod_watchdog
3153 %module_scripts mod_xml2enc
3154 %module_scripts suexec
3155
3156 %post cgi_test
3157 if [ "$1" = "1" ]; then
3158         %service -q httpd reload
3159         %systemd_service_reload httpd.service
3160 fi
3161
3162 %postun cgi_test
3163 if [ "$1" = "0" ]; then
3164         %service -q httpd reload
3165         %systemd_service_reload httpd.service
3166 fi
3167
3168 %post errordocs
3169 if [ "$1" = "1" ]; then
3170         %service -q httpd reload
3171         %systemd_service_reload httpd.service
3172 fi
3173
3174 %postun errordocs
3175 if [ "$1" = "0" ]; then
3176         %service -q httpd reload
3177         %systemd_service_reload httpd.service
3178 fi
3179
3180 %files
3181 %defattr(644,root,root,755)
3182
3183 %files base
3184 %defattr(644,root,root,755)
3185 %doc ABOUT_APACHE CHANGES README
3186 %doc docs/conf/mime.types
3187 %attr(754,root,root) /etc/rc.d/init.d/httpd
3188 %attr(751,root,root) %dir %{_sysconfdir}
3189 %{_sysconfdir}/modules
3190 %{_sysconfdir}/run
3191 %{_sysconfdir}/logs
3192 %ghost %{_sysconfdir}/httpd.conf
3193 %attr(750,root,root) %dir %{_sysconfdir}/conf.d
3194 %attr(750,root,root) %dir %{_sysconfdir}/vhosts.d
3195 %attr(750,root,root) %dir %{_sysconfdir}/webapps.d
3196 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
3197 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_common.conf
3198 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mpm.conf
3199 %attr(640,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/vhosts.d/example.net.conf
3200 %attr(640,root,root) %{_sysconfdir}/magic
3201 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/httpd
3202 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/httpd
3203
3204 %dir %{_libexecdir}
3205
3206 %attr(755,root,root) %{_sbindir}/checkgid
3207 %attr(755,root,root) %{_sbindir}/httpd
3208
3209 %dir %attr(770,root,http) /var/run/httpd
3210 %dir %attr(770,root,http) /var/cache/httpd
3211
3212 %{systemdtmpfilesdir}/%{name}.conf
3213 %{systemdunitdir}/httpd.service
3214 %config(noreplace) %verify(not md5 mtime size) /etc/systemd/system/httpd.service
3215
3216 %{_mandir}/man8/httpd.8*
3217
3218 %attr(2751,root,logs) %dir /var/log/httpd
3219 %attr(2750,root,logs) %dir /var/log/archive/httpd
3220 %attr(640,root,logs) %ghost /var/log/httpd/*
3221
3222 %dir %{_datadir}
3223
3224 %dir %{_datadir}/cgi-bin
3225 %dir %{_datadir}/html
3226 %dir %{_datadir}/vhosts
3227 # do not adapter here, %{_datadir} != /usr/share here
3228 %{_datadir}/icons
3229 %attr(755,root,root) %{_libexecdir}/mod_mpm_event.so
3230 %attr(755,root,root) %{_libexecdir}/mod_mpm_prefork.so
3231 %attr(755,root,root) %{_libexecdir}/mod_mpm_worker.so
3232 %attr(755,root,root) %{_libexecdir}/mod_unixd.so
3233
3234 %files doc -f manual.files
3235 %defattr(644,root,root,755)
3236 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_manual.conf
3237
3238 %files errordocs
3239 %defattr(644,root,root,755)
3240 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_errordocs.conf
3241 %{_datadir}/error
3242
3243 %files suexec
3244 %defattr(644,root,root,755)
3245 %attr(4755,root,root) %{_sbindir}/suexec
3246 %attr(755,root,root) %{_sbindir}/suexec.fcgi
3247 %attr(755,root,root) %{_libexecdir}/mod_suexec.so
3248 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_suexec.conf
3249 %{_mandir}/man8/suexec.8*
3250
3251 %files index
3252 %defattr(644,root,root,755)
3253 %config(noreplace,missingok) %{_datadir}/html/index.html*
3254
3255 %files tools
3256 %defattr(644,root,root,755)
3257 %attr(755,root,root) %{_bindir}/ab
3258 %attr(755,root,root) %{_sbindir}/apachectl
3259 %attr(755,root,root) %{_bindir}/htdigest
3260 %attr(755,root,root) %{_bindir}/logresolve
3261 %attr(755,root,root) %{_sbindir}/rotatelogs
3262 %{_mandir}/man1/ab.1*
3263 %{_mandir}/man8/apachectl.8*
3264 %{_mandir}/man1/htdigest.1*
3265 %{_mandir}/man1/logresolve.1*
3266 %{_mandir}/man8/rotatelogs.8*
3267
3268 %files devel
3269 %defattr(644,root,root,755)
3270 %attr(755,root,root) %{_sbindir}/apxs
3271 %attr(755,root,root) %{_sbindir}/envvars*
3272 %dir %{_libexecdir}
3273 %dir %{_libexecdir}/build
3274 %{_libexecdir}/build/[lprs]*.mk
3275 %{_libexecdir}/build/config_vars.mk
3276 %attr(755,root,root) %{_libexecdir}/build/*.sh
3277 %{_includedir}
3278 %{_mandir}/man1/apxs.1*
3279
3280 %files mod_access_compat
3281 %defattr(644,root,root,755)
3282 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_access_compat.conf
3283 %attr(755,root,root) %{_libexecdir}/mod_access_compat.so
3284
3285 %files mod_actions
3286 %defattr(644,root,root,755)
3287 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_actions.conf
3288 %attr(755,root,root) %{_libexecdir}/mod_actions.so
3289
3290 %files mod_alias
3291 %defattr(644,root,root,755)
3292 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_alias.conf
3293 %attr(755,root,root) %{_libexecdir}/mod_alias.so
3294
3295 %files mod_allowmethods
3296 %defattr(644,root,root,755)
3297 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_allowmethods.conf
3298 %attr(755,root,root) %{_libexecdir}/mod_allowmethods.so
3299
3300 %files mod_asis
3301 %defattr(644,root,root,755)
3302 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_asis.conf
3303 %attr(755,root,root) %{_libexecdir}/mod_asis.so
3304
3305 %files mod_auth
3306 %defattr(644,root,root,755)
3307
3308 %files mod_auth_basic
3309 %defattr(644,root,root,755)
3310 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_basic.conf
3311 %attr(755,root,root) %{_libexecdir}/mod_auth_basic.so
3312
3313 %files mod_auth_dbm
3314 %defattr(644,root,root,755)
3315
3316 %files mod_auth_digest
3317 %defattr(644,root,root,755)
3318 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_digest.conf
3319 %attr(755,root,root) %{_libexecdir}/mod_auth_digest.so
3320
3321 %files mod_auth_form
3322 %defattr(644,root,root,755)
3323 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_form.conf
3324 %attr(755,root,root) %{_libexecdir}/mod_auth_form.so
3325
3326 %files mod_authn_core
3327 %defattr(644,root,root,755)
3328 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_core.conf
3329 %attr(755,root,root) %{_libexecdir}/mod_authn_core.so
3330
3331 %files mod_authn_anon
3332 %defattr(644,root,root,755)
3333 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_anon.conf
3334 %attr(755,root,root) %{_libexecdir}/mod_authn_anon.so
3335
3336 %files mod_authn_dbd
3337 %defattr(644,root,root,755)
3338 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_dbd.conf
3339 %attr(755,root,root) %{_libexecdir}/mod_authn_dbd.so
3340
3341 %files mod_authn_dbm
3342 %defattr(644,root,root,755)
3343 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_dbm.conf
3344 %attr(755,root,root) %{_libexecdir}/mod_authn_dbm.so
3345
3346 %files mod_authn_file
3347 %defattr(644,root,root,755)
3348 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_file.conf
3349 %attr(755,root,root) %{_libexecdir}/mod_authn_file.so
3350
3351 %files mod_authn_socache
3352 %defattr(644,root,root,755)
3353 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_socache.conf
3354 %attr(755,root,root) %{_libexecdir}/mod_authn_socache.so
3355
3356 %if %{with ldap}
3357 %files mod_authnz_ldap
3358 %defattr(644,root,root,755)
3359 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authnz_ldap.conf
3360 %attr(755,root,root) %{_libexecdir}/mod_authnz_ldap.so
3361 %endif
3362
3363 %files mod_authz_core
3364 %defattr(644,root,root,755)
3365 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_core.conf
3366 %attr(755,root,root) %{_libexecdir}/mod_authz_core.so
3367
3368 %files mod_authz_dbd
3369 %defattr(644,root,root,755)
3370 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_dbd.conf
3371 %attr(755,root,root) %{_libexecdir}/mod_authz_dbd.so
3372
3373 %files mod_authz_dbm
3374 %defattr(644,root,root,755)
3375 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_dbm.conf
3376 %attr(755,root,root) %{_libexecdir}/mod_authz_dbm.so
3377
3378 %files mod_authz_groupfile
3379 %defattr(644,root,root,755)
3380 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_groupfile.conf
3381 %attr(755,root,root) %{_libexecdir}/mod_authz_groupfile.so
3382
3383 %files mod_authz_host
3384 %defattr(644,root,root,755)
3385 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_host.conf
3386 %attr(755,root,root) %{_libexecdir}/mod_authz_host.so
3387
3388 %files mod_authz_owner
3389 %defattr(644,root,root,755)
3390 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_owner.conf
3391 %attr(755,root,root) %{_libexecdir}/mod_authz_owner.so
3392
3393 %files mod_authz_user
3394 %defattr(644,root,root,755)
3395 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_user.conf
3396 %attr(755,root,root) %{_libexecdir}/mod_authz_user.so
3397
3398 %files mod_autoindex
3399 %defattr(644,root,root,755)
3400 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_autoindex.conf
3401 %attr(755,root,root) %{_libexecdir}/mod_autoindex.so
3402
3403 %if %{with bucketeer}
3404 %files mod_bucketeer
3405 %defattr(644,root,root,755)
3406 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_bucketeer.conf
3407 %attr(755,root,root) %{_libexecdir}/mod_bucketeer.so
3408 %endif
3409
3410 %files mod_buffer
3411 %defattr(644,root,root,755)
3412 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_buffer.conf
3413 %attr(755,root,root) %{_libexecdir}/mod_buffer.so
3414
3415 %files mod_cache
3416 %defattr(644,root,root,755)
3417 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cache.conf
3418 %attr(755,root,root) %{_sbindir}/htcacheclean
3419 %attr(755,root,root) %{_libexecdir}/mod_cache.so
3420 %attr(755,root,root) %{_libexecdir}/mod_cache_disk.so
3421 %{_mandir}/man8/htcacheclean.8*
3422
3423 %files mod_case_filter
3424 %defattr(644,root,root,755)
3425 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_case_filter.conf
3426 %attr(755,root,root) %{_libexecdir}/mod_case_filter.so
3427
3428 %files mod_case_filter_in
3429 %defattr(644,root,root,755)
3430 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_case_filter_in.conf
3431 %attr(755,root,root) %{_libexecdir}/mod_case_filter_in.so
3432
3433 %files mod_cern_meta
3434 %defattr(644,root,root,755)
3435 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cern_meta.conf
3436 %attr(755,root,root) %{_libexecdir}/mod_cern_meta.so
3437
3438 %files mod_cgi
3439 %defattr(644,root,root,755)
3440 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cgi.conf
3441 %attr(755,root,root) %{_libexecdir}/mod_cgi.so
3442
3443 %files mod_cgid
3444 %defattr(644,root,root,755)
3445 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cgid.conf
3446 %attr(755,root,root) %{_libexecdir}/mod_cgid.so
3447
3448 %files mod_charset_lite
3449 %defattr(644,root,root,755)
3450 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_charset_lite.conf
3451 %attr(755,root,root) %{_libexecdir}/mod_charset_lite.so
3452
3453 %files mod_data
3454 %defattr(644,root,root,755)
3455 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_data.conf
3456 %attr(755,root,root) %{_libexecdir}/mod_data.so
3457
3458 %files mod_dav
3459 %defattr(644,root,root,755)
3460 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dav.conf
3461 %attr(755,root,root) %{_libexecdir}/mod_dav*.so
3462 %dir %attr(770,root,http) /var/lock/mod_dav
3463
3464 %files mod_dbd
3465 %defattr(644,root,root,755)
3466 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dbd.conf
3467 %attr(755,root,root) %{_libexecdir}/mod_dbd.so
3468
3469 %files mod_deflate
3470 %defattr(644,root,root,755)
3471 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_deflate.conf
3472 %attr(755,root,root) %{_libexecdir}/mod_deflate.so
3473
3474 %files mod_dialup
3475 %defattr(644,root,root,755)
3476 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dialup.conf
3477 %attr(755,root,root) %{_libexecdir}/mod_dialup.so
3478
3479 %files mod_dir
3480 %defattr(644,root,root,755)
3481 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dir.conf
3482 %attr(755,root,root) %{_libexecdir}/mod_dir.so
3483
3484 %files mod_dumpio
3485 %defattr(644,root,root,755)
3486 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dumpio.conf
3487 %attr(755,root,root) %{_libexecdir}/mod_dumpio.so
3488
3489 %files mod_echo
3490 %defattr(644,root,root,755)
3491 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_echo.conf
3492 %attr(755,root,root) %{_libexecdir}/mod_echo.so
3493
3494 %files mod_env
3495 %defattr(644,root,root,755)
3496 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_env.conf
3497 %attr(755,root,root) %{_libexecdir}/mod_env.so
3498
3499 %files mod_expires
3500 %defattr(644,root,root,755)
3501 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_expires.conf
3502 %attr(755,root,root) %{_libexecdir}/mod_expires.so
3503
3504 %files mod_ext_filter
3505 %defattr(644,root,root,755)
3506 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ext_filter.conf
3507 %attr(755,root,root) %{_libexecdir}/mod_ext_filter.so
3508
3509 %files mod_file_cache
3510 %defattr(644,root,root,755)
3511 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_file_cache.conf
3512 %attr(755,root,root) %{_libexecdir}/mod_file_cache.so
3513
3514 %files mod_filter
3515 %defattr(644,root,root,755)
3516 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_filter.conf
3517 %attr(755,root,root) %{_libexecdir}/mod_filter.so
3518
3519 %files mod_headers
3520 %defattr(644,root,root,755)
3521 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_headers.conf
3522 %attr(755,root,root) %{_libexecdir}/mod_headers.so
3523
3524 %files mod_heartbeat
3525 %defattr(644,root,root,755)
3526 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_heartbeat.conf
3527 %attr(755,root,root) %{_libexecdir}/mod_heartbeat.so
3528
3529 %files mod_heartmonitor
3530 %defattr(644,root,root,755)
3531 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_heartmonitor.conf
3532 %attr(755,root,root) %{_libexecdir}/mod_heartmonitor.so
3533
3534 %files mod_ident
3535 %defattr(644,root,root,755)
3536 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ident.conf
3537 %attr(755,root,root) %{_libexecdir}/mod_ident.so
3538
3539 %files mod_imagemap
3540 %defattr(644,root,root,755)
3541 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_imagemap.conf
3542 %attr(755,root,root) %{_libexecdir}/mod_imagemap.so
3543
3544 %files mod_include
3545 %defattr(644,root,root,755)
3546 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_include.conf
3547 %attr(755,root,root) %{_libexecdir}/mod_include.so
3548
3549 %files mod_info
3550 %defattr(644,root,root,755)
3551 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_info.conf
3552 %attr(755,root,root) %{_libexecdir}/mod_info.so
3553
3554 %files mod_lbmethod_bybusyness
3555 %defattr(644,root,root,755)
3556 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_lbmethod_bybusyness.conf
3557 %attr(755,root,root) %{_libexecdir}/mod_lbmethod_bybusyness.so
3558
3559 %files mod_lbmethod_byrequests
3560 %defattr(644,root,root,755)
3561 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_lbmethod_byrequests.conf
3562 %attr(755,root,root) %{_libexecdir}/mod_lbmethod_byrequests.so
3563
3564 %files mod_lbmethod_bytraffic
3565 %defattr(644,root,root,755)
3566 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_lbmethod_bytraffic.conf
3567 %attr(755,root,root) %{_libexecdir}/mod_lbmethod_bytraffic.so
3568
3569 %files mod_lbmethod_heartbeat
3570 %defattr(644,root,root,755)
3571 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_lbmethod_heartbeat.conf
3572 %attr(755,root,root) %{_libexecdir}/mod_lbmethod_heartbeat.so
3573
3574 %if %{with ldap}
3575 %files mod_ldap
3576 %defattr(644,root,root,755)
3577 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ldap.conf
3578 %attr(755,root,root) %{_libexecdir}/mod_ldap.so
3579 %endif
3580
3581 %files mod_log_config
3582 %defattr(644,root,root,755)
3583 %attr(755,root,root) %{_libexecdir}/mod_log_config.so
3584 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_config.conf
3585
3586 %files mod_log_debug
3587 %defattr(644,root,root,755)
3588 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_debug.conf
3589 %attr(755,root,root) %{_libexecdir}/mod_log_debug.so
3590
3591 %files mod_log_forensic
3592 %defattr(644,root,root,755)
3593 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_forensic.conf
3594 %attr(755,root,root) %{_libexecdir}/mod_log_forensic.so
3595
3596 %files mod_logio
3597 %defattr(644,root,root,755)
3598 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_logio.conf
3599 %attr(755,root,root) %{_libexecdir}/mod_logio.so
3600
3601 %files mod_lua
3602 %defattr(644,root,root,755)
3603 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_lua.conf
3604 %attr(755,root,root) %{_libexecdir}/mod_lua.so
3605
3606 %files mod_mime
3607 %defattr(644,root,root,755)
3608 %attr(755,root,root) %{_libexecdir}/mod_mime.so
3609 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_mime.conf
3610
3611 %files mod_mime_magic
3612 %defattr(644,root,root,755)
3613 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_mime_magic.conf
3614 %attr(755,root,root) %{_libexecdir}/mod_mime_magic.so
3615
3616 %files mod_negotiation
3617 %defattr(644,root,root,755)
3618 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_negotiation.conf
3619 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_languages.conf
3620 %attr(755,root,root) %{_libexecdir}/mod_negotiation.so
3621
3622 %files mod_proxy
3623 %defattr(644,root,root,755)
3624 %attr(755,root,root) %{_sbindir}/fcgistarter
3625 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_proxy.conf
3626 %attr(755,root,root) %{_libexecdir}/mod_proxy_ajp.so
3627 %attr(755,root,root) %{_libexecdir}/mod_proxy_balancer.so
3628 %attr(755,root,root) %{_libexecdir}/mod_proxy_connect.so
3629 %attr(755,root,root) %{_libexecdir}/mod_proxy_express.so
3630 %attr(755,root,root) %{_libexecdir}/mod_proxy_fcgi.so
3631 %attr(755,root,root) %{_libexecdir}/mod_proxy_fdpass.so
3632 %attr(755,root,root) %{_libexecdir}/mod_proxy_ftp.so
3633 %attr(755,root,root) %{_libexecdir}/mod_proxy_html.so
3634 %attr(755,root,root) %{_libexecdir}/mod_proxy_http.so
3635 %attr(755,root,root) %{_libexecdir}/mod_proxy_scgi.so
3636 %attr(755,root,root) %{_libexecdir}/mod_proxy.so
3637 %{_mandir}/man8/fcgistarter.8*
3638
3639 %files mod_ratelimit
3640 %defattr(644,root,root,755)
3641 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ratelimit.conf
3642 %attr(755,root,root) %{_libexecdir}/mod_ratelimit.so
3643
3644 %files mod_reflector
3645 %defattr(644,root,root,755)
3646 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_reflector.conf
3647 %attr(755,root,root) %{_libexecdir}/mod_reflector.so
3648
3649 %files mod_remoteip
3650 %defattr(644,root,root,755)
3651 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_remoteip.conf
3652 %attr(755,root,root) %{_libexecdir}/mod_remoteip.so
3653
3654 %files mod_reqtimeout
3655 %defattr(644,root,root,755)
3656 %attr(755,root,root) %{_libexecdir}/mod_reqtimeout.so
3657 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_reqtimeout.conf
3658
3659 %files mod_request
3660 %defattr(644,root,root,755)
3661 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_request.conf
3662 %attr(755,root,root) %{_libexecdir}/mod_request.so
3663
3664 %files mod_rewrite
3665 %defattr(644,root,root,755)
3666 %attr(755,root,root) %{_bindir}/httxt2dbm
3667 %attr(755,root,root) %{_libexecdir}/mod_rewrite.so
3668 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_rewrite.conf
3669 %{_mandir}/man1/httxt2dbm.1*
3670
3671 %files mod_sed
3672 %defattr(644,root,root,755)
3673 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_sed.conf
3674 %attr(755,root,root) %{_libexecdir}/mod_sed.so
3675
3676 %files mod_session
3677 %defattr(644,root,root,755)
3678 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_session.conf
3679 %attr(755,root,root) %{_libexecdir}/mod_session.so
3680
3681 %files mod_session_cookie
3682 %defattr(644,root,root,755)
3683 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_session_cookie.conf
3684 %attr(755,root,root) %{_libexecdir}/mod_session_cookie.so
3685
3686 %files mod_session_crypto
3687 %defattr(644,root,root,755)
3688 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_session_crypto.conf
3689 %attr(755,root,root) %{_libexecdir}/mod_session_crypto.so
3690
3691 %files mod_session_dbd
3692 %defattr(644,root,root,755)
3693 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_session_dbd.conf
3694 %attr(755,root,root) %{_libexecdir}/mod_session_dbd.so
3695
3696 %files mod_setenvif
3697 %defattr(644,root,root,755)
3698 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_setenvif.conf
3699 %attr(755,root,root) %{_libexecdir}/mod_setenvif.so
3700
3701 %files mod_slotmem
3702 %defattr(644,root,root,755)
3703 %attr(755,root,root) %{_libexecdir}/mod_slotmem_plain.so
3704 %attr(755,root,root) %{_libexecdir}/mod_slotmem_shm.so
3705 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_slotmem.conf
3706
3707 %files mod_socache
3708 %defattr(644,root,root,755)
3709 %attr(755,root,root) %{_libexecdir}/mod_socache_dbm.so
3710 %attr(755,root,root) %{_libexecdir}/mod_socache_shmcb.so
3711 %attr(755,root,root) %{_libexecdir}/mod_socache_memcache.so
3712 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_socache.conf
3713
3714 %files mod_speling
3715 %defattr(644,root,root,755)
3716 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_speling.conf
3717 %attr(755,root,root) %{_libexecdir}/mod_speling.so
3718
3719 %if %{with ssl}
3720 %files mod_ssl
3721 %defattr(644,root,root,755)
3722 %attr(750,root,root) %dir %{_sysconfdir}/ssl
3723 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ssl/server.*
3724 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ssl.conf
3725 %attr(755,root,root) %{_libexecdir}/mod_ssl.so
3726 %endif
3727
3728 %files mod_status
3729 %defattr(644,root,root,755)
3730 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_status.conf
3731 %attr(755,root,root) %{_libexecdir}/mod_status.so
3732
3733 %files mod_substitute
3734 %defattr(644,root,root,755)
3735 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_substitute.conf
3736 %attr(755,root,root) %{_libexecdir}/mod_substitute.so
3737
3738 %files mod_unique_id
3739 %defattr(644,root,root,755)
3740 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_unique_id.conf
3741 %attr(755,root,root) %{_libexecdir}/mod_unique_id.so
3742
3743 %files mod_userdir
3744 %defattr(644,root,root,755)
3745 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_userdir.conf
3746 %attr(755,root,root) %{_libexecdir}/mod_userdir.so
3747
3748 %files mod_usertrack
3749 %defattr(644,root,root,755)
3750 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_usertrack.conf
3751 %attr(755,root,root) %{_libexecdir}/mod_usertrack.so
3752
3753 %files mod_version
3754 %defattr(644,root,root,755)
3755 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_version.conf
3756 %attr(755,root,root) %{_libexecdir}/mod_version.so
3757
3758 %files mod_vhost_alias
3759 %defattr(644,root,root,755)
3760 %attr(755,root,root) %{_libexecdir}/mod_vhost_alias.so
3761 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_vhost_alias.conf
3762
3763 %files mod_watchdog
3764 %defattr(644,root,root,755)
3765 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_watchdog.conf
3766 %attr(755,root,root) %{_libexecdir}/mod_watchdog.so
3767
3768 %files mod_xml2enc
3769 %defattr(644,root,root,755)
3770 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_xml2enc.conf
3771 %attr(755,root,root) %{_libexecdir}/mod_xml2enc.so
3772
3773 %files -n htpasswd-%{name}
3774 %defattr(644,root,root,755)
3775 %attr(755,root,root) %{_bindir}/htpasswd
3776 %attr(755,root,root) %{_sbindir}/htpasswd
3777 %{_mandir}/man1/htpasswd.1*
3778
3779 %files dbmtools
3780 %defattr(644,root,root,755)
3781 %attr(755,root,root) %{_bindir}/dbmmanage
3782 %attr(755,root,root) %{_bindir}/htdbm
3783 %{_mandir}/man1/dbmmanage.1*
3784 %{_mandir}/man1/htdbm.1*
3785
3786 %files cgi_test
3787 %defattr(644,root,root,755)
3788 %dir %{_cgibindir}
3789 %attr(755,root,root) %{_cgibindir}/*
3790 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_cgi_test.conf