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