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