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