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