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