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