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