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