]> TLD Linux GIT Repositories - packages/apache.git/blob - apache.spec
49f47898bb4c9b2585de9e11b524a0ee905415df
[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.1f
25 %define         apr_ver         1:1.5.0
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.12
38 Release:        1
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:  ec8676a7fe62433883868b8341da6734
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_macro
1782 Summary:       Provides macros within apache runtime configuration files
1783 Summary(pl.UTF-8):     Makra wewnątrz plików konfiguracyjnych apache
1784 Group:         Networking/Daemons/HTTP
1785 URL:           http://httpd.apache.org/docs/2.4/mod/mod_macro.html
1786 Requires:      %{name}-base = %{version}-%{release}
1787 Provides:      apache(mod_macro) = %{version}-%{release}
1788
1789 %description mod_macro
1790 This module provides macros within apache runtime configuration files.
1791 These macros have parameters. They are expanded when used (parameters
1792 are substituted by their values given as an argument), and the result
1793 is processed normally.
1794
1795 %description mod_macro -l pl.UTF-8
1796 Ten moduł umożliwia tworzenie makr wewnątrz plików konfiguracyjnych
1797 apache. Makra mogą mieć parametry. Makra są rozwijane w momencie
1798 użycia (argumenty makra są podstawiane za wartości parametrów) a wynik
1799 jest parsowany jak normalna konfiguracja.
1800
1801 %package mod_mime
1802 Summary:        Associates the requested filename's extensions with the file's behavior and content
1803 Summary(pl.UTF-8):      Wiązanie określonych rozszerzeń plików z zachowaniem i zawartością
1804 Group:          Networking/Daemons/HTTP
1805 URL:            http://httpd.apache.org/docs/2.4/mod/mod_mime.html
1806 Requires:       %{name}-base = %{version}-%{release}
1807 Requires:       mailcap
1808 Provides:       apache(mod_mime) = %{version}-%{release}
1809 Provides:       webserver(mime)
1810
1811 %description mod_mime
1812 This module is used to associate various bits of "meta information"
1813 with files by their filename extensions. This information relates the
1814 filename of the document to it's mime-type, language, character set
1815 and encoding. This information is sent to the browser, and
1816 participates in content negotiation, so the user's preferences are
1817 respected when choosing one of several possible files to serve. See
1818 mod_negotiation for more information about content negotiation.
1819
1820 %description mod_mime -l pl.UTF-8
1821 Ten moduł służy do wiązania określonych części "metainformacji" z
1822 plikami w zależności od rozszerzeń nazw plików. Informacje te łączą
1823 nazwy plików dokumentów z ich typem MIME, językiem, zestawem znaków i
1824 kodowaniem. Informacje te są wysyłane przeglądarce i mają wpływ na
1825 negocjację treści, tak że preferencje użytkownika są respektowane przy
1826 wybieraniu jednego z kilku dostępnych do zaserwowania. Więcej
1827 informacji o negocjacji treści jest w dokumentacji do mod_negotiation.
1828
1829 %package mod_mime_magic
1830 Summary:        Determines the MIME type of a file by looking at a few bytes of its contents
1831 Summary(pl.UTF-8):      Określanie typu MIME pliku poprzez sprawdzanie kilku bajtów jego zawartości
1832 Group:          Networking/Daemons/HTTP
1833 URL:            http://httpd.apache.org/docs/2.4/mod/mod_mime_magic.html
1834 Requires:       %{name}-base = %{version}-%{release}
1835 Requires:       file
1836 Provides:       apache(mod_mime_magic) = %{version}-%{release}
1837
1838 %description mod_mime_magic
1839 This module determines the MIME type of files in the same way the Unix
1840 file(1) command works: it looks at the first few bytes of the file. It
1841 is intended as a "second line of defense" for cases that mod_mime
1842 can't resolve.
1843
1844 %description mod_mime_magic -l pl.UTF-8
1845 Ten moduł określa typ MIME plików w ten sam sposób, co uniksowe
1846 polecenie file(1): patrzy na kilka początkowych bajtów pliku. Ma
1847 służyć jako "druga linia obrony" dla przypadków, których nie może
1848 rozwiązać mod_mime.
1849
1850 %package mod_negotiation
1851 Summary:        Provides for content negotiation
1852 Summary(pl.UTF-8):      Moduł do negocjacji treści
1853 Group:          Networking/Daemons/HTTP
1854 URL:            http://httpd.apache.org/docs/2.4/mod/mod_negotiation.html
1855 Requires:       %{name}-base = %{version}-%{release}
1856 Requires:       %{name}-mod_mime = %{version}-%{release}
1857 Provides:       apache(mod_negotiation) = %{version}-%{release}
1858
1859 %description mod_negotiation
1860 Content negotiation, or more accurately content selection, is the
1861 selection of the document that best matches the clients capabilities,
1862 from one of several available documents.
1863
1864 %description mod_negotiation -l pl.UTF-8
1865 Negocjacja treści, lub bardziej precyzyjnie - wybór treści, to wybór
1866 dokumentu najbardziej odpowiadającego możliwościom klientów spośród
1867 kilku możliwych dokumentów.
1868
1869 %package mod_proxy
1870 Summary:        Apache module with Web proxy
1871 Summary(pl.UTF-8):      Moduł Apache'a dodający obsługę serwera proxy
1872 Group:          Networking/Daemons/HTTP
1873 URL:            http://httpd.apache.org/docs/2.4/mod/mod_proxy.html
1874 Requires:       %{name}-base = %{version}-%{release}
1875 Requires:       %{name}-mod_authz_host = %{version}-%{release}
1876 Requires:       %{name}-mod_xml2enc = %{version}-%{release}
1877 Provides:       apache(mod_proxy) = %{version}-%{release}
1878
1879 %description mod_proxy
1880 This package contains module with implementation a proxy/cache for
1881 Apache. It implements proxying capability for FTP, CONNECT (for SSL),
1882 HTTP/0.9, HTTP/1.0 and HTTP/1.1. The module can be configured to
1883 connect to other proxy modules for these and other protocols.
1884
1885 %description mod_proxy -l pl.UTF-8
1886 Moduł zawiera implementację serwera proxy/cache dla Apache.
1887 Implementacja zawiera obsługę FTP, CONNECT (dla SSL), HTTP/0.9,
1888 HTTP/1.0 i HTTP/1.1.
1889
1890 %package mod_ratelimit
1891 Summary:        Bandwidth Rate Limiting for Clients
1892 Summary(pl.UTF-8):      Ograniczanie pasma dla klientów
1893 Group:          Networking/Daemons/HTTP
1894 URL:            http://httpd.apache.org/docs/2.4/mod/mod_ratelimit.html
1895 Requires:       %{name}-base = %{version}-%{release}
1896 Provides:       apache(mod_ratelimit) = %{version}-%{release}
1897
1898 %description mod_ratelimit
1899 Provides a filter named RATE_LIMIT to limit client bandwidth. The
1900 connection speed to be simulated is specified, in KiB/s, using the
1901 environment variable rate-limit.
1902
1903 %description mod_ratelimit -l pl.UTF-8
1904 Ten moduł udostępnia filtr o nazwie RATE_LIMIT do ograniczania pasma
1905 klienta. Szybkość połączenia do symulacji jest podawana w KiB/s
1906 poprzez zmienną środowiskową rate-limit.
1907
1908 %package mod_reflector
1909 Summary:        Reflect a request body as a response via the output filter stack
1910 Summary(pl.UTF-8):      Odbijanie ciała żądania jako odpowiedzi poprzez stos filtrów wyjściowych
1911 Group:          Networking/Daemons/HTTP
1912 URL:            http://httpd.apache.org/docs/2.4/mod/mod_reflector.html
1913 Requires:       %{name}-base = %{version}-%{release}
1914 Provides:       apache(mod_reflector) = %{version}-%{release}
1915
1916 %description mod_reflector
1917 This module allows request bodies to be reflected back to the client,
1918 in the process passing the request through the output filter stack. A
1919 suitably configured chain of filters can be used to transform the
1920 request into a response. This module can be used to turn an output
1921 filter into an HTTP service.
1922
1923 %description mod_reflector -l pl.UTF-8
1924 Ten moduł pozwala na odbijanie ciał żądań z powrotem do klienta w
1925 procesie przekazywania żądania poprzez stos filtrów wyjściowych.
1926 Odpowiednio skonfigurowany łańcuch filtrów może przekształcić żądanie
1927 w odpowiedź. Tego modułu można użyć do zamiany filtra wyjściowego w
1928 usługę HTTP.
1929
1930 %package mod_remoteip
1931 Summary:        Replaces the original client IP address for the connection
1932 Summary(pl.UTF-8):      Podmiana oryginalnego adresu IP klienta dla połączenia
1933 Group:          Networking/Daemons/HTTP
1934 URL:            http://httpd.apache.org/docs/2.4/mod/mod_remoteip.html
1935 Requires:       %{name}-base = %{version}-%{release}
1936 Provides:       apache(mod_remoteip) = %{version}-%{release}
1937
1938 %description mod_remoteip
1939 This module is used to treat the useragent which initiated the request
1940 as the originating useragent as identified by httpd for the purposes
1941 of authorization and logging, even where that useragent is behind a
1942 load balancer, front end server, or proxy server.
1943
1944 The module overrides the client IP address for the connection with the
1945 useragent IP address reported in the request header configured with
1946 the RemoteIPHeader directive.
1947
1948 Once replaced as instructed, this overridden useragent IP address is
1949 then used for the mod_authz_host <Require ip> feature, is reported by
1950 mod_status, and is recorded by mod_log_config %%a and core %%a format
1951 strings. The underlying client IP of the connection is available in
1952 the %%{c}a format string.
1953
1954 %description mod_remoteip -l pl.UTF-8
1955 Ten moduł pozwala traktować adres przeglądarki, który zapoczątkował
1956 żądanie, jako oryginalny adres identyfikowany przez httpd do celów
1957 autoryzacji i logowania, nawet jeśli przeglądarka jest za load
1958 balancerem, serwerem frontendowym lub proxy.
1959
1960 Moduł nadpisuje adres IP klienta dla połączenia adresem IP zgłaszanym
1961 w nagłówku żądania konfigurowanym dyrektywą RemoteIPHeader.
1962
1963 Po zastąpieniu zgodnie z instrukcją ten nadpisany adres IP jest
1964 używany w dyrektywie <Require ip> modułu mod_authz_host, jest
1965 raportowany przez mod_status oraz zapisywany poprzez łańcuchy
1966 formatujące %%a modułu mod_log_config. Bezpośrednie IP klienckie
1967 połączenia jest dostępne poprzez łańcuch formatujący %%{c}a.
1968
1969 %package mod_reqtimeout
1970 Summary:        Apache module to set timeout and minimum data rate for receiving requests
1971 Summary(pl.UTF-8):      Moduł Apache'a pozwalający na ustawianie limitu czasu oraz minimalnego transferu danych
1972 Group:          Networking/Daemons/HTTP
1973 URL:            http://httpd.apache.org/docs/2.4/mod/mod_reqtimeout.html
1974 Requires:       %{name}-base = %{version}-%{release}
1975 Provides:       apache(mod_reqtimeout) = %{version}-%{release}
1976 Provides:       webserver(reqtimeout)
1977
1978 %description mod_reqtimeout
1979 Apache module to set timeout and minimum data rate for receiving
1980 requests.
1981
1982 %description mod_reqtimeout -l pl.UTF-8
1983 Moduł Apache'a pozwalający na ustawianie limitu czasu oraz minimalnego
1984 transferu danych.
1985
1986 %package mod_request
1987 Summary:        Filters to handle and make available HTTP request bodies
1988 Summary(pl.UTF-8):      Filtry do obsługi i udostępniania ciał żądań HTTP
1989 Group:          Networking/Daemons/HTTP
1990 URL:            http://httpd.apache.org/docs/2.4/mod/mod_request.html
1991 Requires:       %{name}-base = %{version}-%{release}
1992 Provides:       apache(mod_request) = %{version}-%{release}
1993
1994 %description mod_request
1995 Filters to handle and make available HTTP request bodies.
1996
1997 %description mod_request -l pl.UTF-8
1998 Filtry do obsługi i udostępniania ciał żądań HTTP.
1999
2000 %package mod_rewrite
2001 Summary:        Apache module with rule-based engine for rewrite requested URLs on the fly
2002 Summary(pl.UTF-8):      Moduł Apache'a do "przepisywania" adresów URL w locie
2003 Group:          Networking/Daemons/HTTP
2004 URL:            http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html
2005 Requires:       %{name}-base = %{version}-%{release}
2006 Provides:       apache(mod_rewrite) = %{version}-%{release}
2007 Provides:       webserver(rewrite)
2008
2009 %description mod_rewrite
2010 This package contains It provides a rule-based rewriting engine to
2011 rewrite requested URLs on the fly.
2012
2013 %description mod_rewrite -l pl.UTF-8
2014 Moduł oferujący możliwość "przepisywania" adresów URL w locie.
2015
2016 %package mod_sed
2017 Summary:        Filter Input (request) and Output (response) content using sed syntax
2018 Summary(pl.UTF-8):      Filtrowanie treści wejścia (żądań) i wyjścia (odpowiedzi) przy użyciu składni seda
2019 Group:          Networking/Daemons/HTTP
2020 URL:            http://httpd.apache.org/docs/2.4/mod/mod_sed.html
2021 Requires:       %{name}-base = %{version}-%{release}
2022 Provides:       apache(mod_sed) = %{version}-%{release}
2023
2024 %description mod_sed
2025 mod_sed is an in-process content filter. The mod_sed filter implements
2026 the sed editing commands implemented by the Solaris 10 sed program as
2027 described in the manual page. However, unlike sed, mod_sed doesn't
2028 take data from standard input. Instead, the filter acts on the entity
2029 data sent between client and server. mod_sed can be used as an input
2030 or output filter. mod_sed is a content filter, which means that it
2031 cannot be used to modify client or server HTTP headers.
2032
2033 The mod_sed output filter accepts a chunk of data, executes the sed
2034 scripts on the data, and generates the output which is passed to the
2035 next filter in the chain.
2036
2037 The mod_sed input filter reads the data from the next filter in the
2038 chain, executes the sed scripts, and returns the generated data to the
2039 caller filter in the filter chain.
2040
2041 %description mod_sed -l pl.UTF-8
2042 Moduł mod_sed to filtr treści wewnątrz procesu. Filtr mod_sed
2043 implementuje polecenia edycyjne programu sed zgodnie z implementacją z
2044 systemu Solaris 10, opisaną na stronie man. W odróżnieniu od seda nie
2045 przyjmuje danych ze standardowego wejścia, ale przetwarza dane
2046 przesyłane między klientem a serwerem. mod_sed może być używany jako
2047 filtr wejściowy lub wyjściowy. mod_sed to filtr treści, co oznacza, że
2048 nie może być używany do modyfikowania nagłówków HTTP klienta ani
2049 serwera.
2050
2051 Filtr wyjściowy mod_sed pobiera porcję danych, wykonuje na nich
2052 skrypty seda, a wygenerowane dane przekazuje do następnego filtra w
2053 łańcuchu.
2054
2055 Filtr wejściowy mod_sed odczytuje dane z następnego filtra w łańcuchu,
2056 wykonuje skrypty seda i zwraca wygenerowane dane do filtra
2057 wywołującego w łańcuchu.
2058
2059 %package mod_session
2060 Summary:        Session support
2061 Summary(pl.UTF-8):      Obsługa sesji
2062 Group:          Networking/Daemons/HTTP
2063 URL:            http://httpd.apache.org/docs/2.4/mod/mod_session.html
2064 Requires:       %{name}-base = %{version}-%{release}
2065 Provides:       apache(mod_session) = %{version}-%{release}
2066
2067 %description mod_session
2068 This module provides support for a server wide per user session
2069 interface. Sessions can be used for keeping track of whether a user
2070 has been logged in, or for other per user information that should be
2071 kept available across requests.
2072
2073 Sessions may be stored on the server, or may be stored on the browser.
2074 Sessions may also be optionally encrypted for added security. These
2075 features are divided into several modules in addition to mod_session:
2076 mod_session_crypto, mod_session_cookie and mod_session_dbd. Depending
2077 on the server requirements, load the appropriate modules into the
2078 server.
2079
2080 Sessions may be manipulated from other modules that depend on the
2081 session, or the session may be read from and written to using
2082 environment variables and HTTP headers, as appropriate.
2083
2084 %description mod_session -l pl.UTF-8
2085 Ten moduł zapewnia obsługę sesji użytkownika po stronie serwera. Sesje
2086 można wykorzystywać do śledzenia, czy użytkownik jest zalogowany, albo
2087 do przechowywania innych informacji związanych z użytkownikiem, które
2088 powinny być pamiętane między żądaniami.
2089
2090 Sesje mogą być przechowywane na serwerze, albo przez przeglądarkę.
2091 Mogą być opcjonalnie szyfrowane dla poprawy bezpieczeństwa. Te funkcje
2092 są rozdzielone między kilka modułów poza mod_session:
2093 mod_session_crypto, mod_session_cookie oraz mod_session_dbd. W
2094 zależności od wymagań można poszczególne moduły załadować do serwera.
2095
2096 Sesjami można manipulować z poziomu innych modułów zależnych od sesji,
2097 można je też odczytywać i zapisywać przy użyciu odpowiednich zmiennych
2098 środowiskowych oraz nagłówków HTTP.
2099
2100 %package mod_session_cookie
2101 Summary:        Cookie based session support
2102 Summary(pl.UTF-8):      Obsługa sesji opartych na ciasteczkach (cookie)
2103 Group:          Networking/Daemons/HTTP
2104 URL:            http://httpd.apache.org/docs/2.4/mod/mod_session_cookie.html
2105 Requires:       %{name}-base = %{version}-%{release}
2106 Requires:       %{name}-mod_session = %{version}-%{release}
2107 Provides:       apache(mod_session_cookie) = %{version}-%{release}
2108
2109 %description mod_session_cookie
2110 This submodule of mod_session provides support for the storage of user
2111 sessions on the remote browser within HTTP cookies.
2112
2113 Using cookies to store a session removes the need for the server or a
2114 group of servers to store the session locally, or collaborate to share
2115 a session, and can be useful for high traffic environments where a
2116 server based session might be too resource intensive.
2117
2118 %description mod_session_cookie -l pl.UTF-8
2119 Ten podmoduł mod_session zapewnia obsługę przechowywania sesji
2120 użytkownika w zdalnej przeglądarce wewnątrz ciasteczek (cookie) HTTP.
2121
2122 Wykorzystanie ciasteczek do zapisywania sesji eliminuje potrzebę
2123 zapisywania tych informacji lokalnie przez serwer lub grupę serwerów
2124 oraz współdzielenia sesji; jest przydatne także w środowiskach z dużym
2125 ruchem, gdzie sesje trzymane po stronie serwera mogłyby zajmować zbyt
2126 dużo zasobów.
2127
2128 %package mod_session_crypto
2129 Summary:        Session encryption support
2130 Summary(pl.UTF-8):      Obsługa szyfrowania sesji
2131 Group:          Networking/Daemons/HTTP
2132 URL:            http://httpd.apache.org/docs/2.4/mod/mod_session_crypto.html
2133 Requires:       %{name}-base = %{version}-%{release}
2134 Requires:       %{name}-mod_session = %{version}-%{release}
2135 Provides:       apache(mod_session_crypto) = %{version}-%{release}
2136
2137 %description mod_session_crypto
2138 This submodule of mod_session provides support for the encryption of
2139 user sessions before being written to a local database, or written to
2140 a remote browser via an HTTP cookie.
2141
2142 This can help provide privacy to user sessions where the contents of
2143 the session should be kept private from the user, or where protection
2144 is needed against the effects of cross site scripting attacks.
2145
2146 %description mod_session_crypto -l pl.UTF-8
2147 Ten modmoduł mod_session zapewnia obsługę szyfrowania sesji
2148 użytkownika przed zapisaniem do lokalnej bazy danych lub w zdalnej
2149 przeglądarce wewnątrz ciasteczka (cookie) HTTP.
2150
2151 Może to pomóc w zapewnieniu prywatności sesji użytkowników, gdzie
2152 zawartość sesji powinna być chroniona przed użytkownikiem lub
2153 niezbędna jest ochrona przed efektami ataków CSS (cross-site
2154 scripting).
2155
2156 %package mod_session_dbd
2157 Summary:        DBD/SQL based session support
2158 Summary(pl.UTF-8):      Obsługa sesji opartych na DBD/SQL
2159 Group:          Networking/Daemons/HTTP
2160 URL:            http://httpd.apache.org/docs/2.4/mod/mod_session_dbd.html
2161 Requires:       %{name}-base = %{version}-%{release}
2162 Requires:       %{name}-mod_dbd = %{version}-%{release}
2163 Requires:       %{name}-mod_session = %{version}-%{release}
2164 Provides:       apache(mod_session_dbd) = %{version}-%{release}
2165
2166 %description mod_session_dbd
2167 This submodule of mod_session provides support for the storage of user
2168 sessions within a SQL database using the mod_dbd module.
2169
2170 Sessions can either be anonymous, where the session is keyed by a
2171 unique UUID string stored on the browser in a cookie, or per user,
2172 where the session is keyed against the userid of the logged in user.
2173
2174 SQL based sessions are hidden from the browser, and so offer a measure
2175 of privacy without the need for encryption.
2176
2177 Different webservers within a server farm may choose to share a
2178 database, and so share sessions with one another.
2179
2180 %description mod_session_dbd -l pl.UTF-8
2181 Ten podmoduł mod_session zapewnia obsługę przechowywania sesji
2182 użytkownika w bazie SQL poprzez moduł mod_dbd.
2183
2184 Sesje oparte na SQL-u są ukryte dla przeglądarki, więc dają pewien
2185 stopień prywatności bez potrzeby szyfrowania.
2186
2187 Różne serwery WWW z farmy mogą dzielić współdzielić bazę danych, tym
2188 samym współdzieląc sesje.
2189
2190 %package mod_setenvif
2191 Summary:        Allows the setting of environment variables based on characteristics of the request
2192 Summary(pl.UTF-8):      Ustawianie zmiennych środowiskowych w oparciu o charakterystykę żądania
2193 Group:          Networking/Daemons/HTTP
2194 URL:            http://httpd.apache.org/docs/2.4/mod/mod_setenvif.html
2195 Requires:       %{name}-base = %{version}-%{release}
2196 Provides:       apache(mod_setenvif) = %{version}-%{release}
2197
2198 %description mod_setenvif
2199 The mod_setenvif module allows you to set environment variables
2200 according to whether different aspects of the request match regular
2201 expressions you specify. These environment variables can be used by
2202 other parts of the server to make decisions about actions to be taken.
2203
2204 %description mod_setenvif -l pl.UTF-8
2205 Moduł mod_setenvif pozwala na ustawianie zmiennych środowiskowych w
2206 zależności od różnych aspektów żądania pasujących do podanych wyrażeń
2207 regularnych. Te zmienne środowiskowe mogą być używane przez inne
2208 części serwera do podejmowania decyzji o podejmowanych akcjach.
2209
2210 %package mod_slotmem
2211 Summary:        Slot-based shared memory provider
2212 Group:          Networking/Daemons/HTTP
2213 URL:            http://httpd.apache.org/docs/2.4/mod/mod_slotmem_plain.html
2214 #URL:           http://httpd.apache.org/docs/2.4/mod/mod_slotmem_shm.html
2215 Requires:       %{name}-base = %{version}-%{release}
2216 Provides:       apache(mod_slotmem) = %{version}-%{release}
2217 Provides:       apache(mod_slotmem_plain) = %{version}-%{release}
2218 Provides:       apache(mod_slotmem_shm) = %{version}-%{release}
2219 Obsoletes:      apache-mod_slotmem_plain
2220 Obsoletes:      apache-mod_slotmem_shm
2221
2222 %description mod_slotmem
2223 Slot-based shared memory provider.
2224
2225 %package mod_socache
2226 Summary:        Shared object cache provider
2227 Group:          Networking/Daemons/HTTP
2228 URL:            http://httpd.apache.org/docs/2.4/mod/mod_socache_dbm.html
2229 #URL:           http://httpd.apache.org/docs/2.4/mod/mod_socache_memcache.html
2230 #URL:           http://httpd.apache.org/docs/2.4/mod/mod_socache_shmcb.html
2231 Requires:       %{name}-base = %{version}-%{release}
2232 Provides:       apache(mod_socache) = %{version}-%{release}
2233 Provides:       apache(mod_socache_dbm) = %{version}-%{release}
2234 Provides:       apache(mod_socache_memcache) = %{version}-%{release}
2235 Provides:       apache(mod_socache_shmcb) = %{version}-%{release}
2236 Obsoletes:      apache-mod_socache_dbm
2237 Obsoletes:      apache-mod_socache_memcache
2238 Obsoletes:      apache-mod_socache_shmcb
2239
2240 %description mod_socache
2241 Shared object cache provider.
2242
2243 %package mod_speling
2244 Summary:        Attempts to correct mistaken URLs by ignoring capitalization and by allowing up to one misspelling
2245 Summary(pl.UTF-8):      Próba poprawiania błędnych URL-i poprzez ignorowanie wielkości liter i zezwalanie na jedną literówkę
2246 Group:          Networking/Daemons/HTTP
2247 URL:            http://httpd.apache.org/docs/2.4/mod/mod_speling.html
2248 Requires:       %{name}-base = %{version}-%{release}
2249 Provides:       apache(mod_speling) = %{version}-%{release}
2250
2251 %description mod_speling
2252 Requests to documents sometimes cannot be served by the core apache
2253 server because the request was misspelled or miscapitalized. This
2254 module addresses this problem by trying to find a matching document,
2255 even after all other modules gave up. It does its work by comparing
2256 each document name in the requested directory against the requested
2257 document name without regard to case, and allowing up to one
2258 misspelling (character insertion / omission / transposition or wrong
2259 character). A list is built with all document names which were matched
2260 using this strategy.
2261
2262 %description mod_speling -l pl.UTF-8
2263 Czasami żądania dokumentów nie mogą być wykonane przez sam serwer
2264 Apache, ponieważ żądanie zostało napisane z błędem w znakach lub
2265 wielkości liter. Ten moduł próbuje rozwiązać ten problem próbując
2266 znaleźć pasujący dokument, nawet jeśli inne moduły się poddały. Działa
2267 on poprzez porównywanie nazwy każdego dokumentu w żądanym katalogu z
2268 żądaną nazwą dokumentu bez zwracania uwagi na wielkość liter i
2269 pozwalając na jeden błąd (dodany, pominięty, przestawiony lub zły
2270 znak). Tworzona jest lista dla wszystkich nazw dokumentów pasujących
2271 dla tej strategii.
2272
2273 %package mod_ssl
2274 Summary:        SSL/TLS module for the Apache HTTP server
2275 Summary(pl.UTF-8):      Moduł SSL/TSL dla serwera Apache
2276 Summary(ru.UTF-8):      Модуль SSL/TLS для веб-сервера Apache
2277 Epoch:          1
2278 Group:          Networking/Daemons/HTTP
2279 URL:            http://httpd.apache.org/docs/2.4/mod/mod_ssl.html
2280 Requires:       %{name}-base = %{version}-%{release}
2281 Suggests:       apache(mod_socache_shmcb) = %{version}-%{release}
2282 Suggests:       apache(mod_socache_dbm) = %{version}-%{release}
2283 Requires:       openssl >= %{openssl_ver}
2284 Requires:       apr-util-dbm-db
2285 Provides:       apache(mod_ssl) = 1:%{version}-%{release}
2286
2287 %description mod_ssl
2288 The mod_ssl module provides strong cryptography for the Apache Web
2289 server via the Secure Sockets Layer (SSL) and Transport Layer Security
2290 (TLS) protocols.
2291
2292 %description mod_ssl -l pl.UTF-8
2293 Moduł mod_ssl udostępnia wsparcie do silnej kryptografii dla serwera
2294 Apache poprzez protokoły SSL/TSL (Secure Sockets Layer/Transport Layer
2295 Security).
2296
2297 %description mod_ssl -l ru.UTF-8
2298 Модуль mod_ssl обеспечивает поддержку в веб-сервере Apache надежного
2299 шифрования средствами Secure Sockets Layer (SSL) и Transport Layer
2300
2301 %package mod_status
2302 Summary:        Server status report module for Apache
2303 Summary(pl.UTF-8):      Moduł udostępniający informacje statystyczne z serwera Apache
2304 Group:          Networking/Daemons/HTTP
2305 URL:            http://httpd.apache.org/docs/2.4/mod/mod_status.html
2306 Requires:       %{name}-base = %{version}-%{release}
2307 Requires:       %{name}-mod_authz_host = %{version}-%{release}
2308 Provides:       apache(mod_status) = %{version}-%{release}
2309
2310 %description mod_status
2311 The Status module allows a server administrator to find out how well
2312 their server is performing. A HTML page is presented that gives the
2313 current server statistics in an easily readable form. If required this
2314 page can be made to automatically refresh (given a compatible
2315 browser).
2316
2317 %description mod_status -l pl.UTF-8
2318 Moduł pozwala administratorowi na przeglądanie statystyk dotyczących
2319 pracy serwera Apache (w postaci strony HTML).
2320
2321 %package mod_substitute
2322 Summary:        Substitute module for Apache
2323 Summary(pl.UTF-8):      Moduł pozwalający na znajdywanie i zastępowanie wyjścia dla serwera Apache
2324 Group:          Networking/Daemons/HTTP
2325 URL:            http://httpd.apache.org/docs/2.4/mod/mod_substitute.html
2326 Requires:       %{name}-base = %{version}-%{release}
2327 Provides:       apache(mod_substitute) = %{version}-%{release}
2328
2329 %description mod_substitute
2330 The Substitute module provides a mechanism to perform both regular
2331 expression and fixed string substitutions on response bodies.
2332
2333 %description mod_substitute -l pl.UTF-8
2334 Moduł pozwala na zastępowanie ciągów znaków w wyjściu również na
2335 podstawie wyrażenia regularnego.
2336
2337 %package mod_unique_id
2338 Summary:        Apache module which provides a magic token for each request
2339 Summary(pl.UTF-8):      Moduł Apache'a nadający każdemu zapytaniu unikalny token
2340 Group:          Networking/Daemons/HTTP
2341 URL:            http://httpd.apache.org/docs/2.4/mod/mod_unique_id.html
2342 Requires:       %{name}-base = %{version}-%{release}
2343 Provides:       apache(mod_unique_id) = %{version}-%{release}
2344
2345 %description mod_unique_id
2346 This package contains the mod_unique_id. This module provides a magic
2347 token for each request which is guaranteed to be unique across "all"
2348 requests under very specific conditions. The unique identifier is even
2349 unique across multiple machines in a properly configured cluster of
2350 machines. The environment variable UNIQUE_ID is set to the identifier
2351 for each request. Unique identifiers are useful for various reasons
2352 which are beyond the scope of this document.
2353
2354 %description mod_unique_id -l pl.UTF-8
2355 Moduł nadaje każdemu zapytaniu token unikalny w ramach wszystkich
2356 zapytań, nawet w ramach poprawnie skonfigurowanego klastra z wielu
2357 maszyn. Moduł ustawia przy każdym zapytaniu zmienną środowiskową
2358 UNIQUE_ID.
2359
2360 %package mod_userdir
2361 Summary:        User-specific directories
2362 Summary(pl.UTF-8):      Katalogi specyficzne dla użytkowników
2363 Group:          Networking/Daemons/HTTP
2364 URL:            http://httpd.apache.org/docs/2.4/mod/mod_userdir.html
2365 Requires:       %{name}-base = %{version}-%{release}
2366 Requires:       %{name}-mod_authz_host = %{version}-%{release}
2367 Provides:       apache(mod_userdir) = %{version}-%{release}
2368
2369 %description mod_userdir
2370 This module allows user-specific directories to be accessed using the
2371 http://example.com/~user/ syntax.
2372
2373 %description mod_userdir -l pl.UTF-8
2374 Ten moduł pozwala na dostęp do katalogów specyficznych dla
2375 użytkowników przy użyciu składni http://example.com/~user/ .
2376
2377 %package mod_usertrack
2378 Summary:        Apache module for user tracking using cookies
2379 Summary(pl.UTF-8):      Moduł Apache'a służący do śledzenia "ciasteczek"
2380 Group:          Networking/Daemons/HTTP
2381 URL:            http://httpd.apache.org/docs/2.4/mod/mod_usertrack.html
2382 Requires:       %{name}-base = %{version}-%{release}
2383 Provides:       apache(mod_usertrack) = %{version}-%{release}
2384
2385 %description mod_usertrack
2386 This package contains the user tracking module which did its own
2387 logging using CookieLog directory. This module allow multiple log
2388 files.
2389
2390 %description mod_usertrack -l pl.UTF-8
2391 Ten pakiet zawiera moduł śledzący użytkowników zapisujący własny log
2392 przy użyciu katalogu CookieLog. Pozwala na użycie wielu plików logów.
2393
2394 %package mod_version
2395 Summary:        Version dependent configuration
2396 Summary(pl.UTF-8):      Konfiguracja zależna od wersji
2397 Group:          Networking/Daemons/HTTP
2398 URL:            http://httpd.apache.org/docs/2.4/mod/mod_version.html
2399 Requires:       %{name}-base = %{version}-%{release}
2400 Provides:       apache(mod_version) = %{version}-%{release}
2401
2402 %description mod_version
2403 This module is designed for the use in test suites and large networks
2404 which have to deal with different httpd versions and different
2405 configurations. It provides a new container -- <IfVersion>, which
2406 allows a flexible version checking including numeric comparisons and
2407 regular expressions.
2408
2409 %description mod_version -l pl.UTF-8
2410 Ten moduł jest przeznaczony do używania w zestawach testów i dużych
2411 sieciach, gdzie trzeba inaczej obsługiwać różne wersje httpd i różne
2412 konfiguracje. Udostępnia nowy kontener: <IfVersion>, umożliwiający
2413 elastyczne sprawdzanie wersji włącznie z porównaniami liczbowymi i
2414 wyrażeniami regularnymi.
2415
2416 %package mod_vhost_alias
2417 Summary:        Apache module for dynamically configured mass virtual hosting
2418 Summary(pl.UTF-8):      Moduł Apache'a dodający obsługę hostów wirtualnych
2419 Group:          Networking/Daemons/HTTP
2420 URL:            http://httpd.apache.org/docs/2.4/mod/mod_vhost_alias.html
2421 Requires:       %{name}-base = %{version}-%{release}
2422 Provides:       apache(mod_vhost_alias) = %{version}-%{release}
2423
2424 %description mod_vhost_alias
2425 This package contains the mod_vhost_alias. It provides support for
2426 dynamically configured mass virtual hosting.
2427
2428 %description mod_vhost_alias -l pl.UTF-8
2429 Moduł umożliwia na dynamiczne konfigurowanie masowej ilości serwerów
2430 wirtualnych.
2431
2432 %package mod_watchdog
2433 Summary:        Infrastructure for other modules to periodically run tasks
2434 Summary(pl.UTF-8):      Infrastruktura do cyklicznego uruchamiania zadań przez inne moduły
2435 Group:          Networking/Daemons/HTTP
2436 URL:            http://httpd.apache.org/docs/2.4/mod/mod_watchdog.html
2437 Requires:       %{name}-base = %{version}-%{release}
2438 Provides:       apache(mod_watchdog) = %{version}-%{release}
2439
2440 %description mod_watchdog
2441 mod_watchdog defines programmatic hooks for other modules to
2442 periodically run tasks. These modules can register handlers for
2443 mod_watchdog hooks.
2444
2445 Currently, the following modules in the Apache distribution use this
2446 functionality:
2447 - mod_heartbeat
2448 - mod_heartmonitor
2449
2450 %description mod_watchdog -l pl.UTF-8
2451 mod_watchdog definiuje zaczepienia programowe dla innych modułów,
2452 pozwalające na cykliczne uruchamianie zadań. Moduły te mogą
2453 rejestrować procedury obsługi zaczepień mod_watchdog.
2454
2455 Obecnie następujące moduły w dystrybucji Apache'a wykorzystują tę
2456 funkcjonalność:
2457 - mod_heartbeat
2458 - mod_heartmonitor
2459
2460 %package mod_xml2enc
2461 Summary:        Enhanced charset/internationalisation support for libxml2-based filter modules
2462 Summary(pl.UTF-8):      Rozszerzona obsługa zestawów znaków/umiędzynarodowienia dla modułów filtrów opartych na libxml2
2463 Group:          Networking/Daemons/HTTP
2464 URL:            http://httpd.apache.org/docs/2.4/mod/mod_xml2enc.html
2465 Requires:       %{name}-base = %{version}-%{release}
2466 Provides:       apache(mod_xml2enc) = %{version}-%{release}
2467
2468 %description mod_xml2enc
2469 This module provides enhanced internationalisation support for
2470 markup-aware filter modules such as mod_proxy_html. It can
2471 automatically detect the encoding of input data and ensure they are
2472 correctly processed by the libxml2 parser, including converting to
2473 Unicode (UTF-8) where necessary. It can also convert data to an
2474 encoding of choice after markup processing, and will ensure the
2475 correct charset value is set in the HTTP Content-Type header.
2476
2477 %description mod_xml2enc -l pl.UTF-8
2478 Ten moduł zapewnia rozszerzoną obsługę umiędzynarodowienia dla modułów
2479 filtrów uwzględniających znaczniki, takich jak mod_proxy_html. Potrafi
2480 automatycznie wykryć kodowanie danych wejściowych i zapewnić, że będą
2481 właściwie przetworzone przez analizator libxml2, włącznie z konwersją
2482 do Unicode (UTF-8) w razie potrzeby. Potrafi także przekonwertować
2483 dane po przetworzeniu znaczników do wybranego kodowania i zapewnić
2484 ustawienie właściwej wartości zestawu znaków w nagłówku HTTP
2485 Content-Type.
2486
2487 %package -n htpasswd-%{name}
2488 Summary:        Apache 2 htpasswd utility: manage user files for basic authentication
2489 Summary(pl.UTF-8):      Narzędzie htpasswd z Apache'a 2 do zarządzania plikami uwierzytelnienia basic
2490 Group:          Networking/Utilities
2491 Provides:       htpasswd
2492 Obsoletes:      htpasswd
2493
2494 %description -n htpasswd-%{name}
2495 htpasswd is used to create and update the flat-files used to store
2496 usernames and password for basic authentication of HTTP users. This
2497 package contains htpasswd from Apache 2; this version supports
2498 plaintext passwords and CRYPT (default), MD5 and SHA1 encryptions.
2499
2500 %description -n htpasswd-%{name} -l pl.UTF-8
2501 htpasswd służy do tworzenia i uaktualniania plików tekstowych
2502 służących do przechowywania nazw użytkowników i haseł do podstawowego
2503 uwierzytelnienia użytkowników HTTP. Ten pakiet zawiera htpasswd z
2504 Apache'a 2; ta wersja obsługuje hasła zapisane czystym tekstem oraz
2505 zakodowane algorytmami CRYPT (domyślnym), MD5 i SHA1.
2506
2507 %package dbmtools
2508 Summary:        Apache 2 tools for manipulating DBM files
2509 Summary(pl.UTF-8):      Narzędzia Apache'a 2 do obróbki plików DBM
2510 Group:          Networking/Utilities
2511 Requires:       %{name}-base = %{version}-%{release}
2512
2513 %description dbmtools
2514 Apache 2 tools for manipulating DBM files.
2515
2516 %description dbmtools -l pl.UTF-8
2517 Narzędzia Apache'a 2 do obróbki plików DBM.
2518
2519 %package cgi_test
2520 Summary:        cgi test/demo programs
2521 Summary(pl.UTF-8):      Programy testowe/przykładowe cgi
2522 Group:          Networking/Utilities
2523 Requires:       %{name}-base = %{version}-%{release}
2524 Requires:       filesystem >= 2.0-1
2525
2526 %description cgi_test
2527 Two cgi test/demo programs: test-cgi and print-env.
2528
2529 %description cgi_test -l pl.UTF-8
2530 Dwa programy testowe/przykładowe cgi: test-cgi and print-env.
2531
2532 %prep
2533 %setup -q -n httpd-%{version}
2534 %patch0 -p1
2535 %patch1 -p1
2536 %patch2 -p1
2537 %patch3 -p1
2538 %patch4 -p1
2539 %patch5 -p1
2540
2541 %patch7 -p1
2542
2543 %patch10 -p1
2544
2545 %patch14 -p1
2546 %patch15 -p1
2547 %patch18 -p1
2548 %patch19 -p1
2549 %patch20 -p1
2550 %patch23 -p1
2551
2552 # ?
2553 #%patch25 -p1
2554 # ?
2555 #%patch26 -p1
2556 # probably drop
2557 #%patch28 -p1
2558 %patch29 -p1
2559 %patch30 -p1
2560
2561 # sanity check
2562 MODULES_API=`awk '/#define MODULE_MAGIC_NUMBER_MAJOR/ {print $3}' include/ap_mmn.h`
2563 if [ "$MODULES_API" != "%_apache_modules_api" ]; then
2564         echo "Set %%_apache_modules_api to $MODULES_API and rerun."
2565         exit 1
2566 fi
2567
2568 # fix libdir (at least in TLD layout; no need to care about other ones)
2569 sed -i -e 's,/lib$,/%{_lib},' config.layout
2570
2571 %build
2572 cp /usr/share/apr/build/apr_common.m4 build
2573 %{__libtoolize}
2574 %{__aclocal} -I build
2575 cp /usr/share/automake/config.* build
2576 %{__autoheader}
2577 %{__autoconf}
2578
2579 # from ./buildconf
2580 : fixing timestamps for mod_ssl sources
2581 cd modules/ssl
2582 touch ssl_expr_parse.y
2583 sleep 1
2584 touch ssl_expr_parse.c ssl_expr_parse.h ssl_expr_scan.l
2585 sleep 1
2586 touch ssl_expr_scan.c
2587 cd ../..
2588
2589 CPPFLAGS="-DMAX_SERVER_LIMIT=200000 -DBIG_SECURITY_HOLE=1"
2590 install -d build; cd build
2591 ../%configure \
2592         --enable-layout=TLD \
2593         --disable-v4-mapped \
2594         --enable-exception-hook \
2595         --enable-modules=all \
2596         --enable-mods-shared=all \
2597         --enable-auth-anon \
2598         --enable-auth-dbm \
2599         --enable-authn-dbd \
2600         --enable-authn-alias \
2601         --enable-authz-dbm \
2602         --enable-authz-owner \
2603         %{?with_ldap:--enable-authnz-ldap} \
2604         --enable-auth-digest \
2605         --enable-file-cache \
2606         --enable-cache \
2607         --enable-disk-cache \
2608         --enable-mem-cache \
2609         --enable-dbd \
2610         %{?with_bucketeer:--enable-bucketeer} \
2611         --enable-dumpio \
2612         --enable-echo \
2613         --enable-charset-lite \
2614         --enable-deflate \
2615         %{?with_ldap:--enable-ldap} \
2616         --enable-ext-filter \
2617         --enable-case-filter \
2618         --enable-case-filter-in \
2619         --enable-log-forensic \
2620         --enable-logio \
2621         --enable-lua \
2622         --with-z=%{_prefix} \
2623         --enable-mime-magic \
2624         --enable-cern-meta \
2625         --enable-expires \
2626         --enable-headers \
2627         --enable-ident \
2628         --enable-usertrack \
2629         --enable-unique-id \
2630         --enable-proxy \
2631         --enable-proxy-connect \
2632         --enable-proxy-ftp \
2633         --enable-proxy-http \
2634         --enable-proxy-ajp \
2635         --enable-proxy-balancer \
2636         %{?with_ssl:--enable-ssl %{?with_distcache:--enable-distcache}} \
2637         --enable-http \
2638         --enable-dav \
2639         --enable-info \
2640         --enable-suexec \
2641         --enable-cgi \
2642         --enable-cgid \
2643         --enable-dav-fs \
2644         --enable-dav-lock \
2645         --enable-vhost-alias \
2646         --enable-imagemap \
2647         --enable-speling \
2648         --enable-rewrite \
2649         --enable-so \
2650         --with-program-name=httpd \
2651         --enable-mpms-shared=all \
2652 %ifarch %{ix86}
2653 %ifnarch i386 i486
2654         --enable-nonportable-atomics=yes \
2655 %endif
2656 %endif
2657         --with-suexec-bin=%{_sbindir}/suexec \
2658         --with-suexec-caller=http \
2659         --with-suexec-docroot=%{_datadir} \
2660         --with-suexec-logfile=/var/log/httpd/suexec_log \
2661         --with-suexec-uidmin=500 \
2662         --with-suexec-gidmin=500 \
2663         --with-suexec-umask=077 \
2664         --with-apr=%{_bindir}/apr-1-config \
2665         --with-apr-util=%{_bindir}/apu-1-config \
2666         --with-pcre
2667
2668 %{__make}
2669
2670 %install
2671 rm -rf $RPM_BUILD_ROOT
2672 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig,systemd/system} \
2673         $RPM_BUILD_ROOT%{_var}/{log/{httpd,archive/httpd},{run,cache}/httpd,lock/mod_dav} \
2674         $RPM_BUILD_ROOT%{_sysconfdir}/{webapps.d,conf.d,vhosts.d} \
2675         $RPM_BUILD_ROOT%{_datadir}/{cgi-bin,vhosts} \
2676         $RPM_BUILD_ROOT%{systemdtmpfilesdir} \
2677         $RPM_BUILD_ROOT%{systemdunitdir}
2678
2679 %{__make} -C build install \
2680         DESTDIR=$RPM_BUILD_ROOT
2681
2682 # clean "ccache" prefix. confuses other build systems (like php)
2683 %{__sed} -i -re '/^(CC|CPP|CXX)/ s/ccache //' $RPM_BUILD_ROOT%{_libdir}/%{name}/build/config_vars.mk
2684
2685 install %{SOURCE31} $RPM_BUILD_ROOT%{systemdunitdir}/httpd.service
2686 ln -s %{systemdunitdir}/httpd.service $RPM_BUILD_ROOT/etc/systemd/system/httpd.service
2687 ln -s %{_libexecdir} $RPM_BUILD_ROOT%{_sysconfdir}/modules
2688 ln -s %{_localstatedir}/run/httpd $RPM_BUILD_ROOT%{_sysconfdir}/run
2689 ln -s %{_var}/log/httpd $RPM_BUILD_ROOT%{_sysconfdir}/logs
2690 # we have own apache.conf
2691 rm $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
2692 ln -s conf.d $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf
2693
2694 install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/httpd
2695 cp -a %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/httpd
2696 cp -a %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/httpd
2697
2698 touch $RPM_BUILD_ROOT/var/log/httpd/{access,error,agent,referer,suexec}_log
2699
2700 %if %{with ssl}
2701 install -d $RPM_BUILD_ROOT%{_sysconfdir}/ssl
2702 cp -a %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/ssl/server.crt
2703 cp -a %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/ssl/server.key
2704 %endif
2705
2706 cp -a %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
2707
2708 CFG="$RPM_BUILD_ROOT%{_sysconfdir}/conf.d"
2709
2710 cp -a %{SOURCE7} $CFG/10_common.conf
2711 cp -a %{SOURCE23} $CFG/01_mod_mime.conf
2712 cp -a %{SOURCE24} $CFG/01_mod_authz_host.conf
2713 cp -a %{SOURCE25} $CFG/01_mod_cgid.conf
2714 cp -a %{SOURCE26} $CFG/01_mod_log_config.conf
2715 cp -a %{SOURCE27} $CFG/01_mod_mime_magic.conf
2716 cp -a %{SOURCE28} $CFG/01_mod_cache.conf
2717 cp -a %{SOURCE8} $CFG/20_mod_vhost_alias.conf
2718 cp -a %{SOURCE9} $CFG/25_mod_status.conf
2719 cp -a %{SOURCE10} $CFG/30_mod_proxy.conf
2720 cp -a %{SOURCE11} $CFG/35_mod_info.conf
2721 cp -a %{SOURCE12} $CFG/40_mod_ssl.conf
2722 cp -a %{SOURCE13} $CFG/45_mod_dav.conf
2723 cp -a %{SOURCE14} $CFG/59_mod_dir.conf
2724 cp -a %{SOURCE15} $CFG/13_mod_suexec.conf
2725 cp -a %{SOURCE16} $CFG/58_mod_deflate.conf
2726 cp -a %{SOURCE17} $CFG/57_mod_autoindex.conf
2727 cp -a %{SOURCE18} $CFG/30_errordocs.conf
2728 cp -a %{SOURCE19} $CFG/30_manual.conf
2729 cp -a %{SOURCE20} $CFG/16_mod_userdir.conf
2730 cp -a %{SOURCE21} $CFG/10_mpm.conf
2731 cp -a %{SOURCE22} $CFG/20_languages.conf
2732 cp -a %{SOURCE29} $RPM_BUILD_ROOT%{_sysconfdir}/vhosts.d/example.net.conf
2733
2734 install %{SOURCE30} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
2735
2736 echo "LoadModule access_compat_module   modules/mod_access_compat.so" > $CFG/00_mod_access_compat.conf
2737 echo "LoadModule actions_module modules/mod_actions.so" > $CFG/00_mod_actions.conf
2738 echo "LoadModule alias_module modules/mod_alias.so" > $CFG/00_mod_alias.conf
2739 echo "LoadModule allowmethods_module    modules/mod_allowmethods.so" > $CFG/00_mod_allowmethods.conf
2740 echo "LoadModule asis_module    modules/mod_asis.so" > $CFG/00_mod_asis.conf
2741 echo "LoadModule auth_basic_module      modules/mod_auth_basic.so" > $CFG/00_mod_auth_basic.conf
2742 echo "LoadModule auth_digest_module     modules/mod_auth_digest.so" > $CFG/00_mod_auth_digest.conf
2743 echo "LoadModule auth_form_module       modules/mod_auth_form.so" > $CFG/00_mod_auth_form.conf
2744 echo "LoadModule authn_anon_module      modules/mod_authn_anon.so" > $CFG/00_mod_authn_anon.conf
2745 echo "LoadModule authn_core_module      modules/mod_authn_core.so" > $CFG/00_mod_authn_core.conf
2746 echo "LoadModule authn_dbd_module       modules/mod_authn_dbd.so" > $CFG/00_mod_authn_dbd.conf
2747 echo "LoadModule authn_dbm_module       modules/mod_authn_dbm.so" > $CFG/00_mod_authn_dbm.conf
2748 echo "LoadModule authn_file_module      modules/mod_authn_file.so" > $CFG/00_mod_authn_file.conf
2749 echo "LoadModule authn_socache_module      modules/mod_authn_socache.so" > $CFG/00_mod_authn_socache.conf
2750 echo "LoadModule authnz_ldap_module     modules/mod_authnz_ldap.so" > $CFG/00_mod_authnz_ldap.conf
2751 echo "LoadModule authz_core_module      modules/mod_authz_core.so" > $CFG/00_mod_authz_core.conf
2752 echo "LoadModule authz_dbd_module       modules/mod_authz_dbd.so" > $CFG/00_mod_authz_dbd.conf
2753 echo "LoadModule authz_dbm_module       modules/mod_authz_dbm.so" > $CFG/00_mod_authz_dbm.conf
2754 echo "LoadModule authz_groupfile_module modules/mod_authz_groupfile.so" > $CFG/00_mod_authz_groupfile.conf
2755 echo "LoadModule authz_owner_module     modules/mod_authz_owner.so" > $CFG/00_mod_authz_owner.conf
2756 echo "LoadModule authz_user_module      modules/mod_authz_user.so" > $CFG/00_mod_authz_user.conf
2757 echo "LoadModule buffer_module  modules/mod_buffer.so" > $CFG/00_mod_buffer.conf
2758 %if %{with bucketeer}
2759 echo "LoadModule bucketeer_module       modules/mod_bucketeer.so" > $CFG/00_mod_bucketeer.conf
2760 %endif
2761 echo "LoadModule case_filter_in_module  modules/mod_case_filter_in.so" > $CFG/00_mod_case_filter_in.conf
2762 echo "LoadModule case_filter_module     modules/mod_case_filter.so" > $CFG/00_mod_case_filter.conf
2763 echo "LoadModule cern_meta_module       modules/mod_cern_meta.so" > $CFG/00_mod_cern_meta.conf
2764 echo "LoadModule cgi_module     modules/mod_cgi.so" > $CFG/00_mod_cgi.conf
2765 echo "LoadModule charset_lite_module    modules/mod_charset_lite.so" > $CFG/00_mod_charset_lite.conf
2766 echo "LoadModule data_module    modules/mod_data.so" > $CFG/00_mod_data.conf
2767 echo "LoadModule dbd_module     modules/mod_dbd.so" > $CFG/00_mod_dbd.conf
2768 echo "LoadModule dialup_module  modules/mod_dialup.so" > $CFG/00_mod_dialup.conf
2769 echo "LoadModule dumpio_module  modules/mod_dumpio.so" > $CFG/00_mod_dumpio.conf
2770 echo "LoadModule echo_module    modules/mod_echo.so" > $CFG/00_mod_echo.conf
2771 echo "LoadModule env_module     modules/mod_env.so" > $CFG/00_mod_env.conf
2772 echo "LoadModule expires_module modules/mod_expires.so" > $CFG/00_mod_expires.conf
2773 echo "LoadModule ext_filter_module      modules/mod_ext_filter.so" > $CFG/00_mod_ext_filter.conf
2774 echo "LoadModule file_cache_module      modules/mod_file_cache.so" > $CFG/00_mod_file_cache.conf
2775 echo "LoadModule filter_module  modules/mod_filter.so" > $CFG/00_mod_filter.conf
2776 echo "LoadModule headers_module modules/mod_headers.so" > $CFG/00_mod_headers.conf
2777 echo "LoadModule heartbeat_module       modules/mod_heartbeat.so" > $CFG/01_mod_heartbeat.conf
2778 echo "LoadModule heartmonitor_module    modules/mod_heartmonitor.so" > $CFG/01_mod_heartmonitor.conf
2779 echo "LoadModule ident_module   modules/mod_ident.so" > $CFG/00_mod_ident.conf
2780 echo "LoadModule imagemap_module        modules/mod_imagemap.so" > $CFG/00_mod_imagemap.conf
2781 echo "LoadModule include_module modules/mod_include.so" > $CFG/00_mod_include.conf
2782 echo "LoadModule lbmethod_bybusyness_module     modules/mod_lbmethod_bybusyness.so" > $CFG/00_mod_lbmethod_bybusyness.conf
2783 echo "LoadModule lbmethod_byrequests_module     modules/mod_lbmethod_byrequests.so" > $CFG/00_mod_lbmethod_byrequests.conf
2784 echo "LoadModule lbmethod_bytraffic_module      modules/mod_lbmethod_bytraffic.so" > $CFG/00_mod_lbmethod_bytraffic.conf
2785 echo "LoadModule lbmethod_heartbeat_module      modules/mod_lbmethod_heartbeat.so" > $CFG/00_mod_lbmethod_heartbeat.conf
2786 echo "LoadModule ldap_module    modules/mod_ldap.so" > $CFG/00_mod_ldap.conf
2787 echo "LoadModule log_debug_module       modules/mod_log_debug.so" > $CFG/00_mod_log_debug.conf
2788 echo "LoadModule log_forensic_module    modules/mod_log_forensic.so" > $CFG/00_mod_log_forensic.conf
2789 echo "LoadModule logio_module   modules/mod_logio.so" > $CFG/00_mod_logio.conf
2790 echo "LoadModule lua_module     modules/mod_lua.so" > $CFG/00_mod_lua.conf
2791 echo "LoadModule macro_module  modules/mod_macro.so" > $CFG/00_mod_macro.conf
2792 echo "LoadModule negotiation_module     modules/mod_negotiation.so" > $CFG/00_mod_negotiation.conf
2793 echo "LoadModule ratelimit_module       modules/mod_ratelimit.so" > $CFG/00_mod_ratelimit.conf
2794 echo "LoadModule reflector_module       modules/mod_reflector.so" > $CFG/00_mod_reflector.conf
2795 echo "LoadModule remoteip_module        modules/mod_remoteip.so" > $CFG/00_mod_remoteip.conf
2796 echo "LoadModule reqtimeout_module      modules/mod_reqtimeout.so" >> $CFG/00_mod_reqtimeout.conf
2797 echo "LoadModule request_module modules/mod_request.so" > $CFG/00_mod_request.conf
2798 echo "LoadModule rewrite_module modules/mod_rewrite.so" > $CFG/00_mod_rewrite.conf
2799 echo "LoadModule sed_module     modules/mod_sed.so" > $CFG/00_mod_sed.conf
2800 echo "LoadModule session_cookie_module  modules/mod_session_cookie.so" > $CFG/00_mod_session_cookie.conf
2801 echo "LoadModule session_crypto_module  modules/mod_session_crypto.so" > $CFG/00_mod_session_crypto.conf
2802 echo "LoadModule session_dbd_module     modules/mod_session_dbd.so" > $CFG/00_mod_session_dbd.conf
2803 echo "LoadModule session_module modules/mod_session.so" > $CFG/00_mod_session.conf
2804 echo "LoadModule setenvif_module        modules/mod_setenvif.so" > $CFG/00_mod_setenvif.conf
2805 echo "LoadModule slotmem_plain_module   modules/mod_slotmem_plain.so" > $CFG/00_mod_slotmem.conf
2806 echo "#LoadModule slotmem_shm_module     modules/mod_slotmem_shm.so" >> $CFG/00_mod_slotmem.conf
2807 echo "#LoadModule socache_dbm_module    modules/mod_socache_dbm.so" > $CFG/00_mod_socache.conf
2808 echo "#LoadModule socache_memcache_module       modules/mod_socache_memcache.so" >> $CFG/00_mod_socache.conf
2809 echo "LoadModule socache_shmcb_module   modules/mod_socache_shmcb.so" >> $CFG/00_mod_socache.conf
2810 echo "LoadModule speling_module modules/mod_speling.so" > $CFG/00_mod_speling.conf
2811 echo "LoadModule substitute_module      modules/mod_substitute.so" > $CFG/00_mod_substitute.conf
2812 echo "LoadModule unique_id_module       modules/mod_unique_id.so" > $CFG/00_mod_unique_id.conf
2813 echo "LoadModule usertrack_module       modules/mod_usertrack.so" > $CFG/00_mod_usertrack.conf
2814 echo "LoadModule version_module modules/mod_version.so" > $CFG/00_mod_version.conf
2815 echo "LoadModule watchdog_module        modules/mod_watchdog.so" > $CFG/00_mod_watchdog.conf
2816 echo "LoadModule xml2enc_module modules/mod_xml2enc.so" > $CFG/00_mod_xml2enc.conf
2817
2818
2819 # anything in style dir not ending with .css is trash
2820 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/manual/style/{lang,latex,xsl}
2821 find $RPM_BUILD_ROOT%{_datadir}/manual/style -type f ! -name '*.css' -print0 | xargs -0r rm -f
2822
2823 # find manual files
2824 > manual.files
2825 cur=$(pwd)
2826 cd $RPM_BUILD_ROOT
2827 find ./%{_datadir}/manual -type d -printf "%%%%dir %{_datadir}/manual/%%P\n" >> "$cur/manual.files"
2828 find ./%{_datadir}/manual -type f -printf "%{_datadir}/manual/%%P\n" | sed -e '
2829 s/^.*\.\(de\|es\|fr\|ja\|ko\|ru\)\(\..*\)\?/%%lang(\1) &/
2830 s/^.*\.\(pt-br\)/%%lang(pt_BR) &/
2831 ' >> "$cur/manual.files"
2832 cd $cur
2833
2834 # htpasswd goes to %{_bindir}
2835 ln -sf %{_bindir}/htpasswd $RPM_BUILD_ROOT%{_sbindir}
2836
2837 mv $RPM_BUILD_ROOT{%{_bindir},%{_sbindir}}/apxs
2838
2839 # cgi_test: create config file with ScriptAlias
2840 cat << 'EOF' > $CFG/09_cgi_test.conf
2841 ScriptAlias /cgi-bin/printenv %{_cgibindir}/printenv
2842 ScriptAlias /cgi-bin/test-cgi %{_cgibindir}/test-cgi
2843 EOF
2844
2845 # our suexec is patched to support php + fcgi + suexec with
2846 # virtual users when called as suexec.fcgi
2847 ln -sf suexec $RPM_BUILD_ROOT%{_sbindir}/suexec.fcgi
2848
2849 # no value
2850 %{__rm} $RPM_BUILD_ROOT%{_libexecdir}/build/config.nice
2851 %{__rm} $RPM_BUILD_ROOT%{_libexecdir}/*.exp
2852 %{__rm} $RPM_BUILD_ROOT%{_sysconfdir}/mime.types
2853 %{__rm} -r $RPM_BUILD_ROOT%{_sysconfdir}/{extra,original}
2854
2855 %clean
2856 rm -rf $RPM_BUILD_ROOT
2857
2858 %pre base
2859 %groupadd -g 51 http
2860 %useradd -u 51 -r -d /home/services/httpd -s /bin/false -c "HTTP User" -g http http
2861
2862 %pretrans base
2863 # change httpd.conf from dir to symlink
2864 if [ ! -L /etc/httpd/httpd.conf ]; then
2865         if [ -d /etc/httpd/httpd.conf ]; then
2866                 if [ -d /etc/httpd/conf.d ]; then
2867                         mv /etc/httpd/httpd.conf/* /etc/httpd/conf.d
2868                         rmdir /etc/httpd/httpd.conf 2>/dev/null || mv -v /etc/httpd/httpd.conf{,.rpmsave}
2869                 else
2870                         mv /etc/httpd/httpd.conf /etc/httpd/conf.d
2871                 fi
2872
2873                 # new module packages issue error as first installed over 2.0 installation
2874                 mv -f /var/lock/subsys/httpd{,.disabled} 2>/dev/null
2875         fi
2876
2877         # always have httpd.conf symlink (until all packages from Ac use new dir)
2878         install -d /etc/httpd
2879         ln -s conf.d /etc/httpd/httpd.conf
2880 fi
2881 if [ -f /etc/sysconfig/httpd ]; then
2882         MPM=$(grep ^HTTPD_MPM /etc/sysconfig/httpd |sed 's,HTTPD_MPM=,,;s,",,g')
2883         if [ -n "$MPM" ]; then
2884                 echo "LoadModule mpm_${MPM}_module                modules/mod_mpm_${MPM}.so" > /etc/httpd/conf.d/10_mpm.conf.rpmnew
2885                 cat /etc/httpd/conf.d/10_mpm.conf >> /etc/httpd/conf.d/10_mpm.conf.rpmnew
2886                 mv /etc/httpd/conf.d/10_mpm.conf.rpmnew /etc/httpd/conf.d/10_mpm.conf
2887                 sed -i -e 's,HTTPD_MPM.*,,g' /etc/sysconfig/httpd
2888         fi
2889 fi
2890
2891 exit 0
2892
2893 %post base
2894 /sbin/chkconfig --add httpd
2895 umask 137
2896 touch /var/log/httpd/{access,error,agent,referer}_log
2897 %systemd_post httpd.service
2898
2899 %preun base
2900 if [ "$1" = "0" ]; then
2901         %service httpd stop
2902         /sbin/chkconfig --del httpd
2903 fi
2904 %systemd_preun httpd.service
2905
2906 %postun base
2907 if [ "$1" = "0" ]; then
2908         %userremove http
2909         %groupremove http
2910 fi
2911 %systemd_reload
2912
2913 %triggerpostun base -- %{name} < 2.0.50-6.9
2914 %banner %{name}-2.0.50-6 << EOF
2915 WARNING!!!
2916 Since apache-2.0.50-6 autoindex module has been separated to package
2917 %{name}-mod_autoindex If you want to have the same functionality do:
2918 poldek -Uv %{name}-mod_autoindex
2919 EOF
2920
2921 %triggerpostun base -- %{name} < 2.0.54-4
2922 %banner %{name}-2.0.54-2 << EOF
2923 WARNING!!!
2924 CGI demo/test programs - printenv and test-cgi, have been released
2925 from package apache into separate subpackage apache-cgi_test. If you
2926 need printenv and/or test-cgi, please install apache-cgi_test package,
2927 e.g. by running poldek -Uv apache-cgi_test
2928 EOF
2929
2930 # update /etc/sysconfig/apache -> httpd rename
2931 if [ -f /etc/sysconfig/apache.rpmsave ]; then
2932         cp -f /etc/sysconfig/httpd{,.rpmnew}
2933         mv -f /etc/sysconfig/{apache.rpmsave,httpd}
2934 fi
2935
2936 %triggerpostun base -- %{name} < 2.0.55-3.1
2937 # check for config first as in 2.2 it's .rpmsave
2938 if [ -f /etc/httpd/httpd.conf/10_httpd.conf ]; then
2939         if ! grep -q 'Include webapps.d/' /etc/httpd/httpd.conf/10_httpd.conf; then
2940                 # make sure webapps.d is included
2941                 cp -f /etc/httpd/httpd.conf/10_httpd.conf{,.rpmsave}
2942                 # this file is ugly, so just append new lines
2943                 cat <<-EOF >> /etc/httpd/httpd.conf/10_httpd.conf
2944                 # Include webapps config
2945                 Include webapps.d/*.conf
2946 EOF
2947         fi
2948 fi
2949
2950 %triggerpostun base -- %{name} < 2.4.0
2951 cp -f /etc/httpd/apache.conf{,.rpmsave}
2952 sed -i -e '
2953         /^DefaultType.*/s,.*,,
2954         /^Include /s,^Include ,IncludeOptional ,
2955         /^NameVirtualHost.*/s,.*,,
2956         /^User/s,^,LoadModule unixd_module modules/mod_unixd.so\n,
2957 ' /etc/httpd/apache.conf
2958 sed -i -e '
2959         s,^LockFile /var/run/httpd/accept.lock,Mutex file:/var/run/httpd/,g
2960 ' /etc/httpd/conf.d/10_mpm.conf
2961
2962 %triggerpostun base -- %{name} < 2.2.0
2963 # change HTTPD_CONF to point to new location. *only* if it's the
2964 # default config setting
2965 cp -f /etc/sysconfig/httpd{,.rpmorig}
2966 sed -i -e '/^HTTPD_CONF="\/etc\/httpd\/httpd.conf"/s,.*,HTTPD_CONF="/etc/httpd/apache.conf",' /etc/sysconfig/httpd
2967
2968 if [ -f /etc/httpd/conf.d/10_httpd.conf.rpmsave ]; then
2969         sed -e '
2970         # as separate modules
2971         /^LoadModule access_module/s,^,#,
2972         /^LoadModule alias_module/s,^,#,
2973         /^LoadModule asis_module/s,^,#,
2974         /^LoadModule cern_meta_module/s,^,#,
2975         /^LoadModule cgi_module/s,^,#,
2976         /^LoadModule env_module/s,^,#,
2977         /^LoadModule include_module/s,^,#,
2978         /^LoadModule log_config_module/s,^,#,
2979         /^LoadModule mime_magic_module/s,^,#,
2980         /^LoadModule mime_module/s,^,#,
2981         /^LoadModule negotiation_module/s,^,#,
2982         /^LoadModule setenvif_module/s,^,#,
2983         /^LoadModule speling_module/s,^,#,
2984         /^LoadModule userdir_module/s,^,#,
2985
2986         # in 30_errordocs.conf
2987         /<IfModule mod_include.c>/,/<\/IfModule>/s,^,#,
2988
2989         # in 57_mod_autoindex.conf
2990         /^Alias \/icons\//s,^,#,
2991
2992         # in apache.conf
2993         /^ScriptAlias \/cgi-bin\//s,^,#,
2994         /^Listen 80/s,^,#,
2995
2996         # avoid loops
2997         /Include conf.d\/\*.conf/s,^,#,
2998         /Include webapps.d\/\*.conf/s,^,#,
2999
3000         ' < /etc/httpd/conf.d/10_httpd.conf.rpmsave > /etc/httpd/conf.d/10_httpd.conf
3001 fi
3002
3003 %banner -e %{name} <<'EOF'
3004 NB! Apache main config has been changed to /etc/httpd/apache.conf
3005
3006 There has been changed a lot, so many things could be broken.
3007 Please report bugs to <http://bugs.pld-linux.org/>.
3008
3009 EOF
3010
3011 %triggerpostun base -- %{name} < 2.2.22-2
3012 . /etc/sysconfig/httpd
3013 if [ -z "$HTTPD_CONF" ]; then
3014         echo 'HTTPD_CONF="/etc/httpd/apache.conf"' >> /etc/sysconfig/httpd
3015 fi
3016 %systemd_trigger httpd.service
3017
3018 %triggerpostun base -- %{name} < 2.4.0
3019 cp -f /etc/httpd/apache.conf{,.rpmsave}
3020 sed -i -e '
3021         /^DefaultType/d
3022         /^Include / s,^Include ,IncludeOptional ,
3023         /^NameVirtualHost/d
3024         /^User/ s,^,LoadModule unixd_module modules/mod_unixd.so\n,
3025 ' /etc/httpd/apache.conf
3026 sed -i -e '
3027         s,^LockFile /var/run/httpd/accept.lock,Mutex file:/var/run/httpd/,g
3028 ' /etc/httpd/conf.d/10_mpm.conf
3029
3030 %triggerpostun mod_ssl -- %{name}-mod_ssl < 1:2.2.0-3.1
3031 cp -f /etc/httpd/conf.d/40_mod_ssl.conf{,.rpmsave}
3032 sed -i -e '
3033         s,/var/run/apache,/var/run/httpd,g
3034         s,/var/cache/apache,/var/cache/httpd,g
3035 ' /etc/httpd/conf.d/40_mod_ssl.conf
3036
3037 %triggerpostun mod_ssl -- %{name}-mod_ssl < 1:2.4.0
3038 cp -f /etc/httpd/conf.d/40_mod_ssl.conf{,.rpmsave}
3039 sed -i -e '
3040         /^SSLMutex/ s,^,#,
3041         /^NameVirtualHost/d
3042 ' /etc/httpd/conf.d/40_mod_ssl.conf
3043
3044 %posttrans base
3045 # restore lock which we disabled in pretrans
3046 mv -f /var/lock/subsys/httpd{.disabled,} 2>/dev/null
3047
3048 # minimizing apache restarts logics. we restart webserver:
3049 #
3050 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
3051 # 2. first install of module (post: $1 = 1)
3052 # 2. uninstall of module (postun: $1 == 0)
3053 #
3054 # the strict internal deps between apache modules and
3055 # main package are very important for all this to work.
3056
3057 # restart webserver at the end of transaction
3058 %service httpd restart
3059 %systemd_service_restart httpd.service
3060
3061 # macro called at module post scriptlet
3062 %define module_post \
3063 if [ "$1" = "1" ]; then \
3064         %service -q httpd restart \
3065         %systemd_service_restart httpd.service \
3066 fi
3067
3068 # macro called at module postun scriptlet
3069 %define module_postun \
3070 if [ "$1" = "0" ]; then \
3071         %service -q httpd restart \
3072         %systemd_service_restart httpd.service \
3073 fi
3074
3075 # it's sooo annoying to write them
3076 %define module_scripts() \
3077 %post %1 \
3078 %module_post \
3079 \
3080 %postun %1 \
3081 %module_postun
3082
3083 %module_scripts mod_access_compat
3084 %module_scripts mod_actions
3085 %module_scripts mod_alias
3086 %module_scripts mod_allowmethods
3087 %module_scripts mod_asis
3088 %module_scripts mod_auth_basic
3089 %module_scripts mod_auth_dbm
3090 %module_scripts mod_auth_digest
3091 %module_scripts mod_auth_form
3092 %module_scripts mod_authn_anon
3093 %module_scripts mod_authn_core
3094 %module_scripts mod_authn_dbd
3095 %module_scripts mod_authn_dbm
3096 %module_scripts mod_authn_file
3097 %module_scripts mod_authn_socache
3098 %module_scripts mod_authnz_ldap
3099 %module_scripts mod_authz_core
3100 %module_scripts mod_authz_dbd
3101 %module_scripts mod_authz_dbm
3102 %module_scripts mod_authz_groupfile
3103 %module_scripts mod_authz_host
3104 %module_scripts mod_authz_owner
3105 %module_scripts mod_authz_user
3106 %module_scripts mod_autoindex
3107 %module_scripts mod_bucketeer
3108 %module_scripts mod_buffer
3109 %module_scripts mod_cache
3110 %module_scripts mod_case_filter
3111 %module_scripts mod_case_filter_in
3112 %module_scripts mod_cern_meta
3113 %module_scripts mod_cgi
3114 %module_scripts mod_cgid
3115 %module_scripts mod_charset_lite
3116 %module_scripts mod_data
3117 %module_scripts mod_dav
3118 %module_scripts mod_dbd
3119 %module_scripts mod_deflate
3120 %module_scripts mod_dialup
3121 %module_scripts mod_dir
3122 %module_scripts mod_dumpio
3123 %module_scripts mod_echo
3124 %module_scripts mod_env
3125 %module_scripts mod_expires
3126 %module_scripts mod_ext_filter
3127 %module_scripts mod_file_cache
3128 %module_scripts mod_filter
3129 %module_scripts mod_headers
3130 %module_scripts mod_heartbeat
3131 %module_scripts mod_heartmonitor
3132 %module_scripts mod_ident
3133 %module_scripts mod_imagemap
3134 %module_scripts mod_include
3135 %module_scripts mod_info
3136 %module_scripts mod_lbmethod_bybusyness
3137 %module_scripts mod_lbmethod_byrequests
3138 %module_scripts mod_lbmethod_bytraffic
3139 %module_scripts mod_lbmethod_heartbeat
3140 %module_scripts mod_ldap
3141 %module_scripts mod_log_config
3142 %module_scripts mod_log_debug
3143 %module_scripts mod_log_forensic
3144 %module_scripts mod_logio
3145 %module_scripts mod_lua
3146 %module_scripts mod_macro
3147 %module_scripts mod_mime
3148 %module_scripts mod_mime_magic
3149 %module_scripts mod_negotiation
3150 %module_scripts mod_proxy
3151 %module_scripts mod_ratelimit
3152 %module_scripts mod_reflector
3153 %module_scripts mod_remoteip
3154 %module_scripts mod_reqtimeout
3155 %module_scripts mod_request
3156 %module_scripts mod_rewrite
3157 %module_scripts mod_sed
3158 %module_scripts mod_session
3159 %module_scripts mod_session_cookie
3160 %module_scripts mod_session_crypto
3161 %module_scripts mod_session_dbd
3162 %module_scripts mod_setenvif
3163 %module_scripts mod_slotmem
3164 %module_scripts mod_socache
3165 %module_scripts mod_speling
3166 %module_scripts mod_ssl
3167 %module_scripts mod_status
3168 %module_scripts mod_substitute
3169 %module_scripts mod_unique_id
3170 %module_scripts mod_userdir
3171 %module_scripts mod_usertrack
3172 %module_scripts mod_version
3173 %module_scripts mod_vhost_alias
3174 %module_scripts mod_watchdog
3175 %module_scripts mod_xml2enc
3176 %module_scripts suexec
3177
3178 %post cgi_test
3179 if [ "$1" = "1" ]; then
3180         %service -q httpd reload
3181         %systemd_service_reload httpd.service
3182 fi
3183
3184 %postun cgi_test
3185 if [ "$1" = "0" ]; then
3186         %service -q httpd reload
3187         %systemd_service_reload httpd.service
3188 fi
3189
3190 %post errordocs
3191 if [ "$1" = "1" ]; then
3192         %service -q httpd reload
3193         %systemd_service_reload httpd.service
3194 fi
3195
3196 %postun errordocs
3197 if [ "$1" = "0" ]; then
3198         %service -q httpd reload
3199         %systemd_service_reload httpd.service
3200 fi
3201
3202 %files
3203 %defattr(644,root,root,755)
3204
3205 %files base
3206 %defattr(644,root,root,755)
3207 %doc ABOUT_APACHE CHANGES README
3208 %doc docs/conf/mime.types
3209 %attr(754,root,root) /etc/rc.d/init.d/httpd
3210 %attr(751,root,root) %dir %{_sysconfdir}
3211 %{_sysconfdir}/modules
3212 %{_sysconfdir}/run
3213 %{_sysconfdir}/logs
3214 %ghost %{_sysconfdir}/httpd.conf
3215 %attr(750,root,root) %dir %{_sysconfdir}/conf.d
3216 %attr(750,root,root) %dir %{_sysconfdir}/vhosts.d
3217 %attr(750,root,root) %dir %{_sysconfdir}/webapps.d
3218 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
3219 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_common.conf
3220 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mpm.conf
3221 %attr(640,root,root) %config(noreplace,missingok) %verify(not md5 mtime size) %{_sysconfdir}/vhosts.d/example.net.conf
3222 %attr(640,root,root) %{_sysconfdir}/magic
3223 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/httpd
3224 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/httpd
3225
3226 %dir %{_libexecdir}
3227
3228 %attr(755,root,root) %{_sbindir}/checkgid
3229 %attr(755,root,root) %{_sbindir}/httpd
3230
3231 %dir %attr(770,root,http) /var/run/httpd
3232 %dir %attr(770,root,http) /var/cache/httpd
3233
3234 %{systemdtmpfilesdir}/%{name}.conf
3235 %{systemdunitdir}/httpd.service
3236 %config(noreplace) %verify(not md5 mtime size) /etc/systemd/system/httpd.service
3237
3238 %{_mandir}/man8/httpd.8*
3239
3240 %attr(2751,root,logs) %dir /var/log/httpd
3241 %attr(2750,root,logs) %dir /var/log/archive/httpd
3242 %attr(640,root,logs) %ghost /var/log/httpd/*
3243
3244 %dir %{_datadir}
3245
3246 %dir %{_datadir}/cgi-bin
3247 %dir %{_datadir}/html
3248 %dir %{_datadir}/vhosts
3249 # do not adapter here, %{_datadir} != /usr/share here
3250 %{_datadir}/icons
3251 %attr(755,root,root) %{_libexecdir}/mod_mpm_event.so
3252 %attr(755,root,root) %{_libexecdir}/mod_mpm_prefork.so
3253 %attr(755,root,root) %{_libexecdir}/mod_mpm_worker.so
3254 %attr(755,root,root) %{_libexecdir}/mod_unixd.so
3255
3256 %files doc -f manual.files
3257 %defattr(644,root,root,755)
3258 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_manual.conf
3259
3260 %files errordocs
3261 %defattr(644,root,root,755)
3262 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_errordocs.conf
3263 %{_datadir}/error
3264
3265 %files suexec
3266 %defattr(644,root,root,755)
3267 %attr(4755,root,root) %{_sbindir}/suexec
3268 %attr(755,root,root) %{_sbindir}/suexec.fcgi
3269 %attr(755,root,root) %{_libexecdir}/mod_suexec.so
3270 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_suexec.conf
3271 %{_mandir}/man8/suexec.8*
3272
3273 %files index
3274 %defattr(644,root,root,755)
3275 %config(noreplace,missingok) %{_datadir}/html/index.html*
3276
3277 %files tools
3278 %defattr(644,root,root,755)
3279 %attr(755,root,root) %{_bindir}/ab
3280 %attr(755,root,root) %{_sbindir}/apachectl
3281 %attr(755,root,root) %{_bindir}/htdigest
3282 %attr(755,root,root) %{_bindir}/logresolve
3283 %attr(755,root,root) %{_sbindir}/rotatelogs
3284 %{_mandir}/man1/ab.1*
3285 %{_mandir}/man8/apachectl.8*
3286 %{_mandir}/man1/htdigest.1*
3287 %{_mandir}/man1/logresolve.1*
3288 %{_mandir}/man8/rotatelogs.8*
3289
3290 %files devel
3291 %defattr(644,root,root,755)
3292 %attr(755,root,root) %{_sbindir}/apxs
3293 %attr(755,root,root) %{_sbindir}/envvars*
3294 %dir %{_libexecdir}
3295 %dir %{_libexecdir}/build
3296 %{_libexecdir}/build/[lprs]*.mk
3297 %{_libexecdir}/build/config_vars.mk
3298 %attr(755,root,root) %{_libexecdir}/build/*.sh
3299 %{_includedir}
3300 %{_mandir}/man1/apxs.1*
3301
3302 %files mod_access_compat
3303 %defattr(644,root,root,755)
3304 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_access_compat.conf
3305 %attr(755,root,root) %{_libexecdir}/mod_access_compat.so
3306
3307 %files mod_actions
3308 %defattr(644,root,root,755)
3309 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_actions.conf
3310 %attr(755,root,root) %{_libexecdir}/mod_actions.so
3311
3312 %files mod_alias
3313 %defattr(644,root,root,755)
3314 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_alias.conf
3315 %attr(755,root,root) %{_libexecdir}/mod_alias.so
3316
3317 %files mod_allowmethods
3318 %defattr(644,root,root,755)
3319 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_allowmethods.conf
3320 %attr(755,root,root) %{_libexecdir}/mod_allowmethods.so
3321
3322 %files mod_asis
3323 %defattr(644,root,root,755)
3324 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_asis.conf
3325 %attr(755,root,root) %{_libexecdir}/mod_asis.so
3326
3327 %files mod_auth
3328 %defattr(644,root,root,755)
3329
3330 %files mod_auth_basic
3331 %defattr(644,root,root,755)
3332 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_basic.conf
3333 %attr(755,root,root) %{_libexecdir}/mod_auth_basic.so
3334
3335 %files mod_auth_dbm
3336 %defattr(644,root,root,755)
3337
3338 %files mod_auth_digest
3339 %defattr(644,root,root,755)
3340 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_digest.conf
3341 %attr(755,root,root) %{_libexecdir}/mod_auth_digest.so
3342
3343 %files mod_auth_form
3344 %defattr(644,root,root,755)
3345 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_form.conf
3346 %attr(755,root,root) %{_libexecdir}/mod_auth_form.so
3347
3348 %files mod_authn_core
3349 %defattr(644,root,root,755)
3350 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_core.conf
3351 %attr(755,root,root) %{_libexecdir}/mod_authn_core.so
3352
3353 %files mod_authn_anon
3354 %defattr(644,root,root,755)
3355 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_anon.conf
3356 %attr(755,root,root) %{_libexecdir}/mod_authn_anon.so
3357
3358 %files mod_authn_dbd
3359 %defattr(644,root,root,755)
3360 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_dbd.conf
3361 %attr(755,root,root) %{_libexecdir}/mod_authn_dbd.so
3362
3363 %files mod_authn_dbm
3364 %defattr(644,root,root,755)
3365 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_dbm.conf
3366 %attr(755,root,root) %{_libexecdir}/mod_authn_dbm.so
3367
3368 %files mod_authn_file
3369 %defattr(644,root,root,755)
3370 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_file.conf
3371 %attr(755,root,root) %{_libexecdir}/mod_authn_file.so
3372
3373 %files mod_authn_socache
3374 %defattr(644,root,root,755)
3375 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authn_socache.conf
3376 %attr(755,root,root) %{_libexecdir}/mod_authn_socache.so
3377
3378 %if %{with ldap}
3379 %files mod_authnz_ldap
3380 %defattr(644,root,root,755)
3381 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authnz_ldap.conf
3382 %attr(755,root,root) %{_libexecdir}/mod_authnz_ldap.so
3383 %endif
3384
3385 %files mod_authz_core
3386 %defattr(644,root,root,755)
3387 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_core.conf
3388 %attr(755,root,root) %{_libexecdir}/mod_authz_core.so
3389
3390 %files mod_authz_dbd
3391 %defattr(644,root,root,755)
3392 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_dbd.conf
3393 %attr(755,root,root) %{_libexecdir}/mod_authz_dbd.so
3394
3395 %files mod_authz_dbm
3396 %defattr(644,root,root,755)
3397 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_dbm.conf
3398 %attr(755,root,root) %{_libexecdir}/mod_authz_dbm.so
3399
3400 %files mod_authz_groupfile
3401 %defattr(644,root,root,755)
3402 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_groupfile.conf
3403 %attr(755,root,root) %{_libexecdir}/mod_authz_groupfile.so
3404
3405 %files mod_authz_host
3406 %defattr(644,root,root,755)
3407 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_host.conf
3408 %attr(755,root,root) %{_libexecdir}/mod_authz_host.so
3409
3410 %files mod_authz_owner
3411 %defattr(644,root,root,755)
3412 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_owner.conf
3413 %attr(755,root,root) %{_libexecdir}/mod_authz_owner.so
3414
3415 %files mod_authz_user
3416 %defattr(644,root,root,755)
3417 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_authz_user.conf
3418 %attr(755,root,root) %{_libexecdir}/mod_authz_user.so
3419
3420 %files mod_autoindex
3421 %defattr(644,root,root,755)
3422 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_autoindex.conf
3423 %attr(755,root,root) %{_libexecdir}/mod_autoindex.so
3424
3425 %if %{with bucketeer}
3426 %files mod_bucketeer
3427 %defattr(644,root,root,755)
3428 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_bucketeer.conf
3429 %attr(755,root,root) %{_libexecdir}/mod_bucketeer.so
3430 %endif
3431
3432 %files mod_buffer
3433 %defattr(644,root,root,755)
3434 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_buffer.conf
3435 %attr(755,root,root) %{_libexecdir}/mod_buffer.so
3436
3437 %files mod_cache
3438 %defattr(644,root,root,755)
3439 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cache.conf
3440 %attr(755,root,root) %{_sbindir}/htcacheclean
3441 %attr(755,root,root) %{_libexecdir}/mod_cache.so
3442 %attr(755,root,root) %{_libexecdir}/mod_cache_disk.so
3443 %attr(755,root,root) %{_libexecdir}/mod_cache_socache.so
3444 %{_mandir}/man8/htcacheclean.8*
3445
3446 %files mod_case_filter
3447 %defattr(644,root,root,755)
3448 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_case_filter.conf
3449 %attr(755,root,root) %{_libexecdir}/mod_case_filter.so
3450
3451 %files mod_case_filter_in
3452 %defattr(644,root,root,755)
3453 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_case_filter_in.conf
3454 %attr(755,root,root) %{_libexecdir}/mod_case_filter_in.so
3455
3456 %files mod_cern_meta
3457 %defattr(644,root,root,755)
3458 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cern_meta.conf
3459 %attr(755,root,root) %{_libexecdir}/mod_cern_meta.so
3460
3461 %files mod_cgi
3462 %defattr(644,root,root,755)
3463 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cgi.conf
3464 %attr(755,root,root) %{_libexecdir}/mod_cgi.so
3465
3466 %files mod_cgid
3467 %defattr(644,root,root,755)
3468 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cgid.conf
3469 %attr(755,root,root) %{_libexecdir}/mod_cgid.so
3470
3471 %files mod_charset_lite
3472 %defattr(644,root,root,755)
3473 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_charset_lite.conf
3474 %attr(755,root,root) %{_libexecdir}/mod_charset_lite.so
3475
3476 %files mod_data
3477 %defattr(644,root,root,755)
3478 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_data.conf
3479 %attr(755,root,root) %{_libexecdir}/mod_data.so
3480
3481 %files mod_dav
3482 %defattr(644,root,root,755)
3483 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dav.conf
3484 %attr(755,root,root) %{_libexecdir}/mod_dav*.so
3485 %dir %attr(770,root,http) /var/lock/mod_dav
3486
3487 %files mod_dbd
3488 %defattr(644,root,root,755)
3489 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dbd.conf
3490 %attr(755,root,root) %{_libexecdir}/mod_dbd.so
3491
3492 %files mod_deflate
3493 %defattr(644,root,root,755)
3494 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_deflate.conf
3495 %attr(755,root,root) %{_libexecdir}/mod_deflate.so
3496
3497 %files mod_dialup
3498 %defattr(644,root,root,755)
3499 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dialup.conf
3500 %attr(755,root,root) %{_libexecdir}/mod_dialup.so
3501
3502 %files mod_dir
3503 %defattr(644,root,root,755)
3504 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dir.conf
3505 %attr(755,root,root) %{_libexecdir}/mod_dir.so
3506
3507 %files mod_dumpio
3508 %defattr(644,root,root,755)
3509 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dumpio.conf
3510 %attr(755,root,root) %{_libexecdir}/mod_dumpio.so
3511
3512 %files mod_echo
3513 %defattr(644,root,root,755)
3514 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_echo.conf
3515 %attr(755,root,root) %{_libexecdir}/mod_echo.so
3516
3517 %files mod_env
3518 %defattr(644,root,root,755)
3519 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_env.conf
3520 %attr(755,root,root) %{_libexecdir}/mod_env.so
3521
3522 %files mod_expires
3523 %defattr(644,root,root,755)
3524 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_expires.conf
3525 %attr(755,root,root) %{_libexecdir}/mod_expires.so
3526
3527 %files mod_ext_filter
3528 %defattr(644,root,root,755)
3529 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ext_filter.conf
3530 %attr(755,root,root) %{_libexecdir}/mod_ext_filter.so
3531
3532 %files mod_file_cache
3533 %defattr(644,root,root,755)
3534 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_file_cache.conf
3535 %attr(755,root,root) %{_libexecdir}/mod_file_cache.so
3536
3537 %files mod_filter
3538 %defattr(644,root,root,755)
3539 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_filter.conf
3540 %attr(755,root,root) %{_libexecdir}/mod_filter.so
3541
3542 %files mod_headers
3543 %defattr(644,root,root,755)
3544 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_headers.conf
3545 %attr(755,root,root) %{_libexecdir}/mod_headers.so
3546
3547 %files mod_heartbeat
3548 %defattr(644,root,root,755)
3549 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_heartbeat.conf
3550 %attr(755,root,root) %{_libexecdir}/mod_heartbeat.so
3551
3552 %files mod_heartmonitor
3553 %defattr(644,root,root,755)
3554 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_heartmonitor.conf
3555 %attr(755,root,root) %{_libexecdir}/mod_heartmonitor.so
3556
3557 %files mod_ident
3558 %defattr(644,root,root,755)
3559 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ident.conf
3560 %attr(755,root,root) %{_libexecdir}/mod_ident.so
3561
3562 %files mod_imagemap
3563 %defattr(644,root,root,755)
3564 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_imagemap.conf
3565 %attr(755,root,root) %{_libexecdir}/mod_imagemap.so
3566
3567 %files mod_include
3568 %defattr(644,root,root,755)
3569 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_include.conf
3570 %attr(755,root,root) %{_libexecdir}/mod_include.so
3571
3572 %files mod_info
3573 %defattr(644,root,root,755)
3574 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_info.conf
3575 %attr(755,root,root) %{_libexecdir}/mod_info.so
3576
3577 %files mod_lbmethod_bybusyness
3578 %defattr(644,root,root,755)
3579 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_lbmethod_bybusyness.conf
3580 %attr(755,root,root) %{_libexecdir}/mod_lbmethod_bybusyness.so
3581
3582 %files mod_lbmethod_byrequests
3583 %defattr(644,root,root,755)
3584 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_lbmethod_byrequests.conf
3585 %attr(755,root,root) %{_libexecdir}/mod_lbmethod_byrequests.so
3586
3587 %files mod_lbmethod_bytraffic
3588 %defattr(644,root,root,755)
3589 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_lbmethod_bytraffic.conf
3590 %attr(755,root,root) %{_libexecdir}/mod_lbmethod_bytraffic.so
3591
3592 %files mod_lbmethod_heartbeat
3593 %defattr(644,root,root,755)
3594 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_lbmethod_heartbeat.conf
3595 %attr(755,root,root) %{_libexecdir}/mod_lbmethod_heartbeat.so
3596
3597 %if %{with ldap}
3598 %files mod_ldap
3599 %defattr(644,root,root,755)
3600 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ldap.conf
3601 %attr(755,root,root) %{_libexecdir}/mod_ldap.so
3602 %endif
3603
3604 %files mod_log_config
3605 %defattr(644,root,root,755)
3606 %attr(755,root,root) %{_libexecdir}/mod_log_config.so
3607 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_config.conf
3608
3609 %files mod_log_debug
3610 %defattr(644,root,root,755)
3611 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_debug.conf
3612 %attr(755,root,root) %{_libexecdir}/mod_log_debug.so
3613
3614 %files mod_log_forensic
3615 %defattr(644,root,root,755)
3616 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_forensic.conf
3617 %attr(755,root,root) %{_libexecdir}/mod_log_forensic.so
3618
3619 %files mod_logio
3620 %defattr(644,root,root,755)
3621 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_logio.conf
3622 %attr(755,root,root) %{_libexecdir}/mod_logio.so
3623
3624 %files mod_lua
3625 %defattr(644,root,root,755)
3626 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_lua.conf
3627 %attr(755,root,root) %{_libexecdir}/mod_lua.so
3628
3629 %files mod_macro
3630 %defattr(644,root,root,755)
3631 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_macro.conf
3632 %attr(755,root,root) %{_libexecdir}/mod_macro.so
3633
3634 %files mod_mime
3635 %defattr(644,root,root,755)
3636 %attr(755,root,root) %{_libexecdir}/mod_mime.so
3637 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_mime.conf
3638
3639 %files mod_mime_magic
3640 %defattr(644,root,root,755)
3641 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_mime_magic.conf
3642 %attr(755,root,root) %{_libexecdir}/mod_mime_magic.so
3643
3644 %files mod_negotiation
3645 %defattr(644,root,root,755)
3646 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_negotiation.conf
3647 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_languages.conf
3648 %attr(755,root,root) %{_libexecdir}/mod_negotiation.so
3649
3650 %files mod_proxy
3651 %defattr(644,root,root,755)
3652 %attr(755,root,root) %{_sbindir}/fcgistarter
3653 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_proxy.conf
3654 %attr(755,root,root) %{_libexecdir}/mod_proxy_ajp.so
3655 %attr(755,root,root) %{_libexecdir}/mod_proxy_balancer.so
3656 %attr(755,root,root) %{_libexecdir}/mod_proxy_connect.so
3657 %attr(755,root,root) %{_libexecdir}/mod_proxy_express.so
3658 %attr(755,root,root) %{_libexecdir}/mod_proxy_fcgi.so
3659 %attr(755,root,root) %{_libexecdir}/mod_proxy_fdpass.so
3660 %attr(755,root,root) %{_libexecdir}/mod_proxy_ftp.so
3661 %attr(755,root,root) %{_libexecdir}/mod_proxy_html.so
3662 %attr(755,root,root) %{_libexecdir}/mod_proxy_http.so
3663 %attr(755,root,root) %{_libexecdir}/mod_proxy_scgi.so
3664 %attr(755,root,root) %{_libexecdir}/mod_proxy_wstunnel.so
3665 %attr(755,root,root) %{_libexecdir}/mod_proxy.so
3666 %{_mandir}/man8/fcgistarter.8*
3667
3668 %files mod_ratelimit
3669 %defattr(644,root,root,755)
3670 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ratelimit.conf
3671 %attr(755,root,root) %{_libexecdir}/mod_ratelimit.so
3672
3673 %files mod_reflector
3674 %defattr(644,root,root,755)
3675 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_reflector.conf
3676 %attr(755,root,root) %{_libexecdir}/mod_reflector.so
3677
3678 %files mod_remoteip
3679 %defattr(644,root,root,755)
3680 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_remoteip.conf
3681 %attr(755,root,root) %{_libexecdir}/mod_remoteip.so
3682
3683 %files mod_reqtimeout
3684 %defattr(644,root,root,755)
3685 %attr(755,root,root) %{_libexecdir}/mod_reqtimeout.so
3686 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_reqtimeout.conf
3687
3688 %files mod_request
3689 %defattr(644,root,root,755)
3690 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_request.conf
3691 %attr(755,root,root) %{_libexecdir}/mod_request.so
3692
3693 %files mod_rewrite
3694 %defattr(644,root,root,755)
3695 %attr(755,root,root) %{_bindir}/httxt2dbm
3696 %attr(755,root,root) %{_libexecdir}/mod_rewrite.so
3697 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_rewrite.conf
3698 %{_mandir}/man1/httxt2dbm.1*
3699
3700 %files mod_sed
3701 %defattr(644,root,root,755)
3702 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_sed.conf
3703 %attr(755,root,root) %{_libexecdir}/mod_sed.so
3704
3705 %files mod_session
3706 %defattr(644,root,root,755)
3707 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_session.conf
3708 %attr(755,root,root) %{_libexecdir}/mod_session.so
3709
3710 %files mod_session_cookie
3711 %defattr(644,root,root,755)
3712 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_session_cookie.conf
3713 %attr(755,root,root) %{_libexecdir}/mod_session_cookie.so
3714
3715 %files mod_session_crypto
3716 %defattr(644,root,root,755)
3717 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_session_crypto.conf
3718 %attr(755,root,root) %{_libexecdir}/mod_session_crypto.so
3719
3720 %files mod_session_dbd
3721 %defattr(644,root,root,755)
3722 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_session_dbd.conf
3723 %attr(755,root,root) %{_libexecdir}/mod_session_dbd.so
3724
3725 %files mod_setenvif
3726 %defattr(644,root,root,755)
3727 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_setenvif.conf
3728 %attr(755,root,root) %{_libexecdir}/mod_setenvif.so
3729
3730 %files mod_slotmem
3731 %defattr(644,root,root,755)
3732 %attr(755,root,root) %{_libexecdir}/mod_slotmem_plain.so
3733 %attr(755,root,root) %{_libexecdir}/mod_slotmem_shm.so
3734 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_slotmem.conf
3735
3736 %files mod_socache
3737 %defattr(644,root,root,755)
3738 %attr(755,root,root) %{_libexecdir}/mod_socache_dbm.so
3739 %attr(755,root,root) %{_libexecdir}/mod_socache_shmcb.so
3740 %attr(755,root,root) %{_libexecdir}/mod_socache_memcache.so
3741 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_socache.conf
3742
3743 %files mod_speling
3744 %defattr(644,root,root,755)
3745 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_speling.conf
3746 %attr(755,root,root) %{_libexecdir}/mod_speling.so
3747
3748 %if %{with ssl}
3749 %files mod_ssl
3750 %defattr(644,root,root,755)
3751 %attr(750,root,root) %dir %{_sysconfdir}/ssl
3752 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ssl/server.*
3753 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_ssl.conf
3754 %attr(755,root,root) %{_libexecdir}/mod_ssl.so
3755 %endif
3756
3757 %files mod_status
3758 %defattr(644,root,root,755)
3759 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_status.conf
3760 %attr(755,root,root) %{_libexecdir}/mod_status.so
3761
3762 %files mod_substitute
3763 %defattr(644,root,root,755)
3764 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_substitute.conf
3765 %attr(755,root,root) %{_libexecdir}/mod_substitute.so
3766
3767 %files mod_unique_id
3768 %defattr(644,root,root,755)
3769 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_unique_id.conf
3770 %attr(755,root,root) %{_libexecdir}/mod_unique_id.so
3771
3772 %files mod_userdir
3773 %defattr(644,root,root,755)
3774 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_userdir.conf
3775 %attr(755,root,root) %{_libexecdir}/mod_userdir.so
3776
3777 %files mod_usertrack
3778 %defattr(644,root,root,755)
3779 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_usertrack.conf
3780 %attr(755,root,root) %{_libexecdir}/mod_usertrack.so
3781
3782 %files mod_version
3783 %defattr(644,root,root,755)
3784 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_version.conf
3785 %attr(755,root,root) %{_libexecdir}/mod_version.so
3786
3787 %files mod_vhost_alias
3788 %defattr(644,root,root,755)
3789 %attr(755,root,root) %{_libexecdir}/mod_vhost_alias.so
3790 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_vhost_alias.conf
3791
3792 %files mod_watchdog
3793 %defattr(644,root,root,755)
3794 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_watchdog.conf
3795 %attr(755,root,root) %{_libexecdir}/mod_watchdog.so
3796
3797 %files mod_xml2enc
3798 %defattr(644,root,root,755)
3799 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_xml2enc.conf
3800 %attr(755,root,root) %{_libexecdir}/mod_xml2enc.so
3801
3802 %files -n htpasswd-%{name}
3803 %defattr(644,root,root,755)
3804 %attr(755,root,root) %{_bindir}/htpasswd
3805 %attr(755,root,root) %{_sbindir}/htpasswd
3806 %{_mandir}/man1/htpasswd.1*
3807
3808 %files dbmtools
3809 %defattr(644,root,root,755)
3810 %attr(755,root,root) %{_bindir}/dbmmanage
3811 %attr(755,root,root) %{_bindir}/htdbm
3812 %{_mandir}/man1/dbmmanage.1*
3813 %{_mandir}/man1/htdbm.1*
3814
3815 %files cgi_test
3816 %defattr(644,root,root,755)
3817 %dir %{_cgibindir}
3818 %attr(755,root,root) %{_cgibindir}/*
3819 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_cgi_test.conf