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