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