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