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