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