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