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