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