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