]> git.pld-linux.org Git - packages/apache1.git/blob - apache1.spec
rel 15; builds
[packages/apache1.git] / apache1.spec
1 # TODO
2 # - add -D_FILE_OFFSET_BITS=64 somewhere to get >2GB logfiles support
3 # - 1.3.42 is last formal release, patches _may_ be available in the fugture in
4 #   http://www.apache.org/dist/httpd/patches/
5 #
6 # Conditional build:
7 %bcond_with     rewrite_ldap    # enable ldap map support for mod_rewrite (alpha)
8 %bcond_without  ipv6            # disable IPv6 support
9 %bcond_without  lingerd         # don't build lingerd support
10
11 %include        /usr/lib/rpm/macros.perl
12 Summary:        The most widely used Web server on the Internet
13 Summary(cs.UTF-8):      Nejrozšířenější WWW server v Internetu
14 Summary(da.UTF-8):      Den mest brugte web-tjener på Internet
15 Summary(de.UTF-8):      Der am häufigsten verwendete Web-Server im Internet
16 Summary(es.UTF-8):      El servidor web más conocido y usado en Internet
17 Summary(fr.UTF-8):      Le serveur Web le plus utilisé sur Internet
18 Summary(id.UTF-8):      Web server yang paling banyak digunakan di Internet
19 Summary(is.UTF-8):      Vinsælasti vefþjónninn á Netinu
20 Summary(it.UTF-8):      Il web server più diffuso su Internet
21 Summary(ja.UTF-8):      インターネット上で最も一般的に使用されている Web サーバー
22 Summary(nb.UTF-8):      Den mest utbredte web-tjeneren på Internett
23 Summary(pl.UTF-8):      Serwer WWW (World Wide Web)
24 Summary(pt.UTF-8):      O servidor Web mais largamente utilizado em toda a Internet
25 Summary(pt_BR.UTF-8):   Servidor HTTPD para prover serviços WWW
26 Summary(ru.UTF-8):      Самый популярный Web-Server
27 Summary(sk.UTF-8):      Najviac používaný Web server na Internete
28 Summary(sl.UTF-8):      Najbolj uporabljani spletni strežnik interneta
29 Summary(sv.UTF-8):      Den mest använda webbservern på Internet
30 Summary(tr.UTF-8):      Lider WWW tarayıcı
31 Summary(uk.UTF-8):      Найпопулярніший Web-Server
32 Summary(zh_CN.UTF-8):   Internet 上应用最广泛的 Web 服务程序。
33 Name:           apache1
34 Version:        1.3.42
35 Release:        14
36 License:        Apache v2.0
37 Group:          Networking/Daemons/HTTP
38 Source0:        http://archive.apache.org/dist/httpd/apache_%{version}.tar.gz
39 # Source0-md5:  b76695ec68f9f8b512c9415fc69c1019
40 Source1:        %{name}.init
41 Source2:        %{name}.logrotate
42 Source3:        %{name}.sysconfig
43 # http://www.iagora.com/about/software/lingerd/
44 Source4:        http://images.iagora.com/media/software/lingerd/lingerd-0.94.tar.gz
45 # Source4-md5:  6401015bafad4f44fdf8a9a1795d9258
46 Source5:        http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/apache-non-english-man-pages.tar.bz2
47 # Source5-md5:  74ff6e8d8a7b365b48ed10a52fbeb84e
48 Source6:        %{name}-defaultindex.conf
49 Source7:        %{name}-httpd.conf
50 Source8:        %{name}-common.conf
51 Source9:        %{name}-mod_status.conf
52 Source10:       %{name}-mod_proxy.conf
53 Source11:       %{name}-mod_autoindex.conf
54 Source12:       %{name}-mod_dir.conf
55 Source13:       %{name}-mod_info.conf
56 Source14:       %{name}-mod_log_config.conf
57 Source15:       %{name}-mod_userdir.conf
58 Source16:       %{name}-mod_mime_magic.conf
59 Source17:       %{name}-mod_alias.conf
60 Source18:       %{name}-mod_negotiation.conf
61 Source19:       %{name}-mod_mime.conf
62 Source20:       %{name}-mod_actions.conf
63 Source21:       %{name}-mod_cern_meta.conf
64 Source22:       %{name}-mod_setenvif.conf
65 Source23:       %{name}-mod_vhost_alias.conf
66 Source24:       %{name}-errordocs.conf
67 Source25:       %{name}-manual.conf
68 Source26:       %{name}.tmpfiles
69 Patch0:         %{name}-PLD.patch
70 Patch1:         %{name}-suexec.patch
71 Patch2:         %{name}-errordocs.patch
72 Patch3:         %{name}-apxs.patch
73 Patch4:         %{name}-mod_ssl-addon.patch
74 Patch5:         %{name}-mod_ssl-eapi.patch
75 # http://allafrica.com/tools/apache/mod_proxy/mod_proxy-khk_1.3.26-patch.diff with eapi duplicates removed
76 Patch6:         %{name}-mod_proxy-khk.patch
77 Patch7:         %{name}-EAPI_MM_CORE_PATH-correction.patch
78 Patch8:         %{name}-EAPI_MM=SYSTEM.patch
79 Patch9:         %{name}-ipv6-PLD.patch
80 Patch10:        %{name}-modules_symbols.patch
81 Patch11:        %{name}-apxs_force_rm_cp.patch
82 Patch12:        %{name}-db3.patch
83 Patch13:        %{name}-lookup_map_ldap.patch
84 Patch14:        %{name}-man.patch
85 Patch15:        %{name}-fpic.patch
86 Patch16:        %{name}-buff.patch
87 Patch17:        %{name}-mkstemp.patch
88 Patch18:        %{name}-EAPI-missing_files.patch
89 Patch19:        %{name}-PLD-nov6.patch
90 Patch20:        %{name}-configdir_skip_backups.patch
91 Patch21:        %{name}-apxs-quiet.patch
92 Patch22:        %{name}-db4.patch
93 Patch23:        %{name}-less-libs.patch
94 Patch24:        %{name}-rwrite-debug.patch
95 Patch25:        %{name}-apxs-DESTDIR.patch
96 # from debian apache_1.3.34-2.diff.gz
97 Patch26:        %{name}-regex_must_conform_to_posix_for_LFS_to_work.patch
98 Patch27:        %{name}-suexec_of_death.patch
99 Patch28:        %{name}-suexec_reopenlog.patch
100 Patch29:        %{name}-autoindex_studly.patch
101 Patch30:        %{name}-autoindex_indexes.patch
102 Patch31:        %{name}-autoindex_generator.patch
103 Patch32:        %{name}-ab.8_formatting_error.patch
104 Patch33:        %{name}-proxy_content_base.patch
105 Patch34:        %{name}-inetdfix.patch
106 Patch35:        %{name}-configure_hashbang.patch
107 Patch36:        %{name}-log_files_permission.patch
108 Patch37:        %{name}-htpasswd_do_not_trash_extra_fields.patch
109 Patch38:        %{name}-GNU_xargs.patch
110 Patch39:        %{name}-security_htdigest_local_buffer_overflow.patch
111 Patch40:        %{name}-security_htpasswd_user_buffer_overflow.patch
112 Patch41:        %{name}-security_check_forensic_tempfiles.patch
113 Patch42:        %{name}-lingerd.patch
114 Patch43:        %{name}-getline.patch
115 Patch44:        %{name}-format-security.patch
116 Patch45:        apache-std.patch
117 URL:            http://httpd.apache.org/
118 BuildRequires:  bash
119 BuildRequires:  db-devel >= 4.1
120 BuildRequires:  mm-devel >= 1.3.0
121 %{?with_rewrite_ldap:BuildRequires:     openldap-devel >= 2.4.6}
122 BuildRequires:  perl-base
123 BuildRequires:  rpm-build >= 4.4.0
124 BuildRequires:  rpm-perlprov
125 BuildRequires:  rpmbuild(macros) >= 1.647
126 Requires:       %{name}-mod_access = %{version}-%{release}
127 Requires:       %{name}-mod_alias = %{version}-%{release}
128 Requires:       %{name}-mod_dir = %{version}-%{release}
129 Requires:       %{name}-mod_log_config = %{version}-%{release}
130 Requires:       %{name}-mod_mime = %{version}-%{release}
131 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
132
133 %define         _sysconfdir     /etc/apache
134 %define         _includedir     %{_prefix}/include/%{name}
135 %define         _libexecdir     %{_prefix}/%{_lib}/%{name}
136 %define         apxs            /usr/sbin/apxs1
137 %define         httpdir         /home/services/apache
138 %define         docroot         %{_datadir}/%{name}/html
139 %define         errordir        %{_datadir}/%{name}/error
140 %define         manualdir       %{_datadir}/%{name}/manual
141 %define         cgibindir       %{_prefix}/lib/cgi-bin/%{name}
142
143 %description
144 Apache is a powerful, full-featured, efficient and freely-available
145 Web server. Apache is also the most popular Web server on the
146 Internet.
147
148 %{?with_lingerd:This version of Apache includes lingerd support:}
149 %{?with_lingerd:<http://www.iagora.com/about/software/lingerd/>.}
150
151 %description -l cs.UTF-8
152 Apache je výkonný plně funkční efektivní a volně dostupný WWW server.
153 Je to nejpopulárnější WWW server v Internetu.
154
155 %description -l da.UTF-8
156 Apache er en stærk, funktionsrig, effektiv og frit tilgængelig
157 web-tjener. Apache er også den mest populære web-tjener på Internet.
158
159 %description -l de.UTF-8
160 Apache ist ein leistungsfähiger, frei verfügbarer und effizienter
161 Web-Server mit umfassenden Funktionen. Apache ist zudem der populärste
162 Web-Server im Internet.
163
164 %description -l es.UTF-8
165 El servidor web Apache es el mejor servidor gratuito disponible en el
166 mundo UNIX hoy. Usa HTTP (HyperText Transfer Protocol) para permitir
167 que browsers web vean documentos y sometan datos remotamente. Puede
168 ejecutar varias funciones diferentes, incluyendo funciones de proxy y
169 caché, y nos ofrece características como monitor de estado, conversión
170 dinámica de tipo, y otras más.
171
172 %description -l fr.UTF-8
173 Apache est un serveur Web puissant, efficace, gratuit et complet.
174 Apache est aussi le serveur Web le plus populaire sur Internet.
175
176 %description -l id.UTF-8
177 Apache adalah Web server yang powerful, efisien, kaya akan feature,
178 dan tersedia dengan free. Apache juga merupakan Web server yang paling
179 populer di Internet.
180
181 %description -l is.UTF-8
182 Apache er mjög öflugur og háþróaður vefþjónn sem er ókeypis. Apache er
183 einnig mest notaði vefþjónninn á Internetinu.
184
185 %description -l it.UTF-8
186 Apache è un Web server potente, dotato di tutte le caratteristiche,
187 efficiente e gratuito. Ed è anche il web server più diffuso su
188 Internet.
189
190 %description -l ja.UTF-8
191 Apache は強力で充実した機能を持つ無償の Web サーバー
192 です。また、apache はインターネット上で最も一般的に使用 されている Web
193 サーバーです。
194
195 %description -l nb.UTF-8
196 Apache er en kraftig, funksjonsrik, effektiv og fritt tilgjengelig
197 web-tjener. Apache er også den mest populære web-tjeneren på Internet.
198
199 %description -l pl.UTF-8
200 Apache jest serwerem WWW (World Wide Web). Instalując ten pakiet
201 będziesz mógł prezentować własne strony WWW w sieci internet.
202
203 %description -l pt.UTF-8
204 O Apache é um servidor de Web poderoso, cheio de potencialidades,
205 eficiente e gratuito. O Apache é também o servidor Web mais conhecido
206 na Internet.
207
208 %description -l pt_BR.UTF-8
209 O servidor web Apache é o melhor servidor gratuito disponível no mundo
210 UNIX hoje. Ele usa HTTP (HyperText Transfer Protocol) para permitir
211 que browsers web vejam documentos e submetam dados remotamente. Ele
212 pode executar várias funções diferentes, incluindo funções de proxy e
213 cache, e oferece características como monitor de status, conversão
214 dinâmica de tipo, e mais.
215
216 %description -l ru.UTF-8
217 Apache - это мощный, полнофункциональный, эффективный, свободно
218 распространяемый и самый популярный в Internet WWW-сервер.
219
220 %description -l sk.UTF-8
221 Apache je výkonný, efektívny a voľne dostupný Web server, bohatý na
222 funkcie. Apache je tiež najpopulárnejším Web serverom na Internete.
223
224 %description -l sv.UTF-8
225 Apache är en kraftfull, finessrik, effektiv och fritt tillgänglig
226 webbserver. Apache är också den populäraste webbservern på Internet.
227
228 %description -l tr.UTF-8
229 Apache serbest dağıtılan ve çok kullanılan yetenekli bir web
230 sunucusudur.
231
232 %description -l zh_CN.UTF-8
233 Apache 是功能强劲齐全、高效且免费提供的 Web 服务程序, 同时也是
234 Internet 上最流行的 Web 服务程序。
235
236 如果您需要 Web 服务程序,请安装 apache 软件包。
237
238 %package base
239 Summary:        The most widely used Web server on the Internet
240 Summary(pl.UTF-8):      Serwer WWW (World Wide Web)
241 Group:          Networking/Daemons/HTTP
242 Requires(post,preun):   /sbin/chkconfig
243 Requires(postun):       /usr/sbin/groupdel
244 Requires(postun):       /usr/sbin/userdel
245 Requires(pre):  /bin/id
246 Requires(pre):  /usr/bin/getent
247 Requires(pre):  /usr/bin/getgid
248 Requires(pre):  /usr/sbin/groupadd
249 Requires(pre):  /usr/sbin/useradd
250 Requires(pre):  /usr/sbin/usermod
251 Requires(pre):  textutils
252 Requires(triggerpostun):        sed >= 4.0
253 Requires:       /etc/mime.types
254 Requires:       mailcap
255 Requires:       psmisc >= 20.1
256 Requires:       rc-scripts
257 Provides:       %{name}(EAPI) = %{version}-%{release}
258 %{?with_ipv6:Provides:  apache1(ipv6)}
259 %{?with_lingerd:Provides:       apache1(lingerd)}
260 Provides:       group(http)
261 Provides:       user(http)
262 Provides:       webserver = apache
263 Obsoletes:      apache < 2.0.0
264 Obsoletes:      apache-extra
265 Obsoletes:      apache6
266 Conflicts:      apache1 < 1.3.37-4
267 Conflicts:      apache1-mod_ssl < 2.8.30_1.3.39-3
268 Conflicts:      logrotate < 3.7-4
269 # for the posttrans scriptlet, conflicts because in vserver environment rpm package is not installed.
270 Conflicts:      rpm < 4.4.2-0.2
271
272 %description base
273 Apache is a powerful, full-featured, efficient and freely-available
274 Web server. Apache is also the most popular Web server on the
275 Internet.
276
277 %description base -l pl.UTF-8
278 Apache jest potężnym, w pełni funkcjonalnym, wydajnym i wolnodostępnym
279 serwerem WWW (World Wide Web). Jest także najbardziej popularnym
280 serwerem WWW w Internecie.
281
282 %package suexec
283 Summary:        Apache suexec wrapper
284 Summary(pl.UTF-8):      Suexec wrapper do serwera WWW Apache
285 Summary(ru.UTF-8):      Apache suEXEC CGI wrapper
286 Summary(uk.UTF-8):      Apache suEXEC CGI wrapper
287 Group:          Networking/Daemons/HTTP
288 Requires:       %{name}(EAPI) = %{version}-%{release}
289 Obsoletes:      apache-suexec < 2.0.0
290
291 %description suexec
292 The suEXEC feature provides Apache users the ability to run CGI and
293 SSI programs under user IDs different from the user ID of the calling
294 web-server. Normally, when a CGI or SSI program executes, it runs as
295 the same user who is running the web server.
296
297 %description suexec -l pl.UTF-8
298 SuEXEC umożliwia serwerowi Apache uruchamianie programów CGI i SSI z
299 innym UID niż wywołujący je serwer. Normalnie programy CGI i SSI są
300 wykonywane jako taki sam użytkownik jak serwer WWW.
301
302 %description suexec -l ru.UTF-8
303 Пакет suEXEC позволяет запускать CGI-программы под user-id, отличными
304 от того, под которым работает вызывающий их web-сервер. Будучи
305 правильно использованным, этот пакет позволяет заметно снизить риск
306 нарушения системной безопасности, вызванный разрешением запуска
307 пользователям CGI-программ. Вместе с тем, будучи неправильно
308 сконфигурированным, этот пакет может разрушить вашу систему, сжечь ваш
309 дом и украсть деньги из вашего пенсионного фонда :)). Если вы не
310 имеете опыта работы с setuid root программами и проблемами системной
311 безопасности, порожденными их применением, настоятельно рекомендуем не
312 использовать этого пакета...
313
314 %description suexec -l uk.UTF-8
315 Пакет suEXEC дозволяє запускати CGI-програми під user-id, відмінним
316 від того, під яким працює сервер. При правильному використанні, цей
317 пакет дозволяє помітно знизити ризик порушення системної безпеки,
318 викликаний дозволом запуску користувачами CGI-програм. Разом з тим,
319 при невірному конфігуруванні, цей пакет може зруйнувати ваши систему,
320 спалити ваш дім і вкрасти гроші з вашого пенсійного фонду :)). Якщо ви
321 не маєте досвіду роботи з setuid root програмами та проблемами
322 системної безпеки, котрі породжені використанням таких програм,
323 настійливо радимо не використовувати цього пакету...
324
325 %package tools
326 Summary:        Apache tools
327 Summary(pl.UTF-8):      Narzędzia Apache'a
328 Group:          Development/Tools
329
330 %description tools
331 Apache tools.
332
333 %description tools -l pl.UTF-8
334 Narzędzia Apache'a.
335
336 %package defaultindex
337 Summary:        Apache index.html* files
338 Summary(pl.UTF-8):      Pliki Apache index.html*
339 Group:          Documentation
340 Requires:       %{name}-base = %{version}-%{release}
341 Requires:       %{name}-mod_alias = %{version}-%{release}
342 Requires:       %{name}-mod_dir = %{version}-%{release}
343 Provides:       apache1-index
344 Obsoletes:      apache1-index < 1.3.39-7.9
345 Obsoletes:      indexhtml
346 %if "%{_rpmversion}" >= "5"
347 BuildArch:      noarch
348 %endif
349
350 %description defaultindex
351 Apache index.html* files.
352
353 %description defaultindex -l pl.UTF-8
354 Pliki Apache index.html*.
355
356 %package manual
357 Summary:        Apache 1.3.x manual
358 Summary(pl.UTF-8):      Podręcznik do Apache'a 1.3.x
359 Group:          Documentation
360 Requires:       %{name}-base = %{version}-%{release}
361 Requires:       %{name}-mod_alias = %{version}-%{release}
362 Requires:       %{name}-mod_negotiation = %{version}-%{release}
363 Provides:       apache1-doc
364 Obsoletes:      apache1-doc < 1.3.39-7.9
365 %if "%{_rpmversion}" >= "5"
366 BuildArch:      noarch
367 %endif
368
369 %description manual
370 Apache 1.3.x manual.
371
372 %description manual -l pl.UTF-8
373 Podręcznik do Apache'a 1.3.x.
374
375 %package errordocs
376 Summary:        Apache 1.3.x HTTP error documents
377 Summary(pl.UTF-8):      Dokumenty opisujące błędy HTTP dla Apache'a 1.3.x
378 Group:          Applications/WWW
379 Requires:       %{name}-mod_alias = %{version}-%{release}
380 Requires:       %{name}-mod_include = %{version}-%{release}
381 Requires:       %{name}-mod_negotiation = %{version}-%{release}
382 %if "%{_rpmversion}" >= "5"
383 BuildArch:      noarch
384 %endif
385
386 %description errordocs
387 Apache 1.3.x HTTP error documents. Currently in English and Polish
388 only.
389
390 %description errordocs -l pl.UTF-8
391 Dokumenty opisujące błędy HTTP dla Apache'a 1.3.x. Aktualnie tylko po
392 angielsku i polsku.
393
394 %package devel
395 Summary:        Module development tools for the Apache web server
396 Summary(cs.UTF-8):      Hlavičkové soubory pro Apache Web server
397 Summary(da.UTF-8):      Header-filer for Apache webserveren
398 Summary(de.UTF-8):      Include-Dateien für den Apache Web-Server
399 Summary(es.UTF-8):      Archivos de inclusión del Apache para desarrollo de módulos
400 Summary(fr.UTF-8):      Fichiers à inclure pour le serveur Web Apache
401 Summary(id.UTF-8):      File header untuk Apache Web server
402 Summary(is.UTF-8):      Hausaskrár með Apache vefþjóninum
403 Summary(it.UTF-8):      File include per il web server Apache
404 Summary(ja.UTF-8):      Apache Web サーバー用の開発ツール
405 Summary(nb.UTF-8):      Headerfiler for webtjeneren Apache
406 Summary(pl.UTF-8):      Pliki nagłówkowe do tworzenia modułów rozszerzeń do serwera WWW Apache
407 Summary(pt.UTF-8):      Ficheiros de inclusão para o servidor Web Apache
408 Summary(pt_BR.UTF-8):   Arquivos de inclusão do Apache para desenvolvimento de módulos
409 Summary(ru.UTF-8):      Файлы заголовков для web server'а Apache
410 Summary(sk.UTF-8):      Hlavičkové súbory pre Apache Web server
411 Summary(sl.UTF-8):      Glave za spletni strežnik Apache
412 Summary(sv.UTF-8):      Huvudfiler för webbservern Apache
413 Summary(uk.UTF-8):      Засоби створення модулів для web server'у Apache
414 Summary(zh_CN.UTF-8):   用于 Apache Web 服务程序的开发工具。
415 Group:          Networking/Utilities
416 Provides:       %{name}(EAPI)-devel = %{version}-%{release}
417 Provides:       apache(EAPI)-devel = %{version}-%{release}
418 %{?with_ipv6:Provides:  apache1(ipv6)-devel}
419 Obsoletes:      apache-devel < 2.0.0
420 Obsoletes:      apache1-apxs
421
422 %description devel
423 The apache-devel package contains header files for Apache.
424
425 %description devel -l cs.UTF-8
426 Balíček apache-devel obsahuje hlavičkové soubory pro Apache.
427
428 %description devel -l da.UTF-8
429 Apache-devel pakken indeholder headerfiler for Apache.
430
431 %description devel -l de.UTF-8
432 Das Paket apache-devel enthält Header-Dateien für Apache.
433
434 %description devel -l es.UTF-8
435 Este paquete contiene los archivos de inclusión para el Apache.
436
437 %description devel -l fr.UTF-8
438 Le package apache-devel contient le code source pour le serveur Web
439 Apache.
440
441 %description devel -l id.UTF-8
442 Package apache-devel berisi source code dari Apache Web server.
443
444 %description devel -l is.UTF-8
445 Apache-devel pakkinn inniheldur frumkóða Apache vefþjónsins.
446
447 %description devel -l it.UTF-8
448 Il pacchetto apache-devel contiene i file header per Apache.
449
450 %description devel -l nb.UTF-8
451 Apache-devel pakken inneholder headerfiler for Apache.
452
453 %description devel -l pl.UTF-8
454 Pliki nagłówkowe dla serwera WWW Apache.
455
456 %description devel -l pt.UTF-8
457 O pacote apache-devel contém outros ficheiros para o Apache.
458
459 %description devel -l pt_BR.UTF-8
460 Este pacote contem os arquivos de inclusão para o Apache.
461
462 %description devel -l ru.UTF-8
463 Пакет apache-devel содержит хедеры для Web Server'а.
464
465 %description devel -l sk.UTF-8
466 Balík apache-devel obsahuje zdrojový kód Apache Web servera.
467
468 %description devel -l sv.UTF-8
469 Paketet apache-devel innehåller huvudfilerna för Apache.
470
471 %description devel -l uk.UTF-8
472 Пакет apache-devel містить хедери для Web Server'а.
473
474 %package mod_access
475 Summary:        Access control based on client hostname or IP address
476 Summary(pl.UTF-8):      Kontrola dostępu w oparciu o nazwę hosta lub adres IP klienta
477 Group:          Networking/Daemons/HTTP
478 Requires:       %{name}(EAPI) = %{version}-%{release}
479 Provides:       apache(mod_access) = %{version}-%{release}
480 Provides:       webserver(access)
481
482 %description mod_access
483 The directives provided by mod_access are used in <Directory>,
484 <Files>, and <Location> sections as well as .htaccess files to control
485 access to particular parts of the server. Access can be controlled
486 based on the client hostname, IP address, or other characteristics of
487 the client request, as captured in environment variables. The Allow
488 and Deny directives are used to specify which clients are or are not
489 allowed access to the server, while the Order directive sets the
490 default access state, and configures how the Allow and Deny directives
491 interact with each other.
492
493 %description mod_access -l pl.UTF-8
494 Dyrektyw dostarczanych przez mod_access można używać w sekcjach
495 <Directory>, <Files> i <Location>, a także plikach .htaccess w celu
496 kontrolowania dostępu do poszczególnych części serwera. Dostęp może
497 być kontrolowany w oparciu o nazwę hosta lub adres IP klienta albo
498 inną charakterystykę żądania klienta wychwyconą przez zmienne
499 środowiskowe. Dyrektywy Allow i Deny są używane w celu określenia
500 którzy klienci mają dostęp do serwera, a którzy go nie mają, natomiast
501 dyrektywa Order ustawia stan domyślny i określa sposób, w jaki
502 dyrektywy Allow i Deny wpływają na siebie nawzajem.
503
504 %package mod_actions
505 Summary:        Apache module for run CGI whenever a file of a certain type is requested
506 Summary(pl.UTF-8):      Moduł dla Apache'a do uruchamiania skryptów cgi
507 Group:          Networking/Daemons/HTTP
508 Requires:       %{name}(EAPI) = %{version}-%{release}
509 Provides:       apache(mod_actions) = %{version}-%{release}
510 Obsoletes:      apache-mod_actions < 2.0.0
511
512 %description mod_actions
513 This package contains mod_actions module. This module lets you run CGI
514 scripts whenever a file of a certain type is requested. This makes it
515 much easier to execute scripts that process files.
516
517 %description mod_actions -l pl.UTF-8
518 Ten moduł pozwala na uruchamianie skryptów CGI w momencie gdy
519 nadchodzi żądanie pobrania pliku określonego typu. Znacznie ułatwia to
520 wykonywanie skryptów przetwarzających pliki.
521
522 %package mod_alias
523 Summary:        Mapping different parts of the host filesystem in the document tree, and URL redirection
524 Summary(pl.UTF-8):      Odwzorowywanie części systemu plików w drzewie dokumentów oraz przekierowywanie URL-i
525 Group:          Networking/Daemons/HTTP
526 Requires:       %{name}(EAPI) = %{version}-%{release}
527 Provides:       apache(mod_alias) = %{version}-%{release}
528 Provides:       webserver(alias)
529
530 %description mod_alias
531 This module provides for mapping different parts of the host
532 filesystem in the document tree, and for URL redirection. The
533 directives contained in this module allow for manipulation and control
534 of URLs as requests arrive at the server. The Alias and ScriptAlias
535 directives are used to map between URLs and filesystem paths. This
536 allows for content which is not directly under the DocumentRoot to be
537 served as part of the web document tree. The ScriptAlias directive has
538 the additional effect of marking the target directory as containing
539 only CGI scripts.
540
541 The Redirect directives are used to instruct clients to make a new
542 request with a different URL. They are often used when a resource has
543 moved to a new location.
544
545 A more powerful and flexible set of directives for manipulating URLs
546 is contained in the mod_rewrite module.
547
548 %description mod_alias -l pl.UTF-8
549 Ten moduł umożliwia odwzorowywanie różnych części systemu plików
550 serwera w drzewie dokumentów oraz przekierowywanie URL-i. Dyrektywy
551 obsługiwane przez ten moduł umożliwiają manipulowanie i kontrolę URL-i
552 podczas przychodzenia żądań do serwera. Dyrektywy Alias i ScriptAlias
553 służą do odwzorowywania pomiędzy URL-ami i ścieżkami w systemie
554 plików. Pozwala to na udostępnianie treści nie umieszczonej
555 bezpośrednio wewnątrz DocumentRoota jako części drzewa dokumentów WWW.
556 Dyrektywa ScriptAlias ponadto oznacza katalog docelowy jako
557 zawierający wyłącznie skrypty CGI.
558
559 Dyrektywy Redirect służą do instruowania klientów o konieczności
560 wysłania nowego żądania z innym URL-em. Są one zwykle używane w
561 sytuacji, kiedy zasoby zostały przeniesione w nowe miejsce.
562
563 Potężniejszy i bardziej elastyczny zbiór dyrektyw do manipulowania
564 URL-ami znajduje się w module mod_rewrite.
565
566 %package mod_asis
567 Summary:        Sending files which contain their own HTTP headers
568 Summary(pl.UTF-8):      Wysyłanie plików zawierających własne nagłówki HTTP
569 Group:          Networking/Daemons/HTTP
570 Requires:       %{name}(EAPI) = %{version}-%{release}
571 Provides:       apache(mod_asis) = %{version}-%{release}
572
573 %description mod_asis
574 This module provides the handler send-as-is which causes Apache to
575 send the document without adding most of the usual HTTP headers.
576
577 This can be used to send any kind of data from the server, including
578 redirects and other special HTTP responses, without requiring a
579 cgi-script or an nph script.
580
581 For historical reasons, this module will also process any file with
582 the MIME type httpd/send-as-is.
583
584 %description mod_asis -l pl.UTF-8
585 Ten moduł dostarcza funkcję obsługi send-as-is powodującą, że Apache
586 wysyła dokument bez dodawania większości zwykle stosowanych nagłówków
587 HTTP.
588
589 Może on służyć do wysyłania z serwera dowolnego rodzaju danych,
590 włącznie z przekierowaniami i innymi specjalnymi odpowiedziami HTTP
591 bez użycia skryptu CGI czy nph.
592
593 Ze względów historycznych ten moduł przetwarza także wszelkie pliki o
594 typie MIME httpd/send-as-is.
595
596 %package mod_auth
597 Summary:        Apache module with user authentication using textual files
598 Summary(pl.UTF-8):      Moduł uwierzytelniania użytkownika przy użyciu plików tekstowych dla Apache
599 Group:          Networking/Daemons/HTTP
600 Requires:       %{name}(EAPI) = %{version}-%{release}
601 Provides:       apache(mod_auth) = %{version}-%{release}
602 Provides:       webserver(auth)
603 Obsoletes:      apache-mod_auth < 2.0.0
604
605 %description mod_auth
606 This package contains mod_auth module. It provides for user
607 authentication using textual files.
608
609 %description mod_auth -l pl.UTF-8
610 Ten pakiet zawiera moduł mod_auth. Służy on do uwierzytelniania przy
611 użyciu plików tekstowych.
612
613 %package mod_auth_anon
614 Summary:        Apache module with "anonymous" user access authentication
615 Summary(pl.UTF-8):      Moduł apache oferujący anonimową autoryzację użytkownia
616 Group:          Networking/Daemons/HTTP
617 Requires:       %{name}(EAPI) = %{version}-%{release}
618 Provides:       apache(mod_auth_anon) = %{version}-%{release}
619 Obsoletes:      apache-mod_auth_anon < 2.0.0
620
621 %description mod_auth_anon
622 This package contains mod_auth_anon module. It allows "anonymous" user
623 access to authenticated areas. It does access control in a manner
624 similar to anonymous FTP sites; i.e. have a 'magic' user id
625 'anonymous' and the email address as a password. These email addresses
626 can be logged. Combined with other (database) access control methods,
627 this allows for effective user tracking and customization according to
628 a user profile while still keeping the site open for 'unregistered'
629 users. One advantage of using Auth-based user tracking is that, unlike
630 magic-cookies and funny URL pre/postfixes, it is completely browser
631 independent and it allows users to share URLs.
632
633 %description mod_auth_anon -l pl.UTF-8
634 Ten moduł oferuje anonimową autoryzację użytkownia podobnie do
635 anonimowych serwerów FTP (użytkownik "anonymous" oraz hasło w postaci
636 adresu pocztowego użytkownika). Podawane adresy mogą być logowane. W
637 połączeniu z innymi (opartymi o bazy danych) metodami kontroli dostępu
638 umożliwia efektywne śledzenie użytkowników i dostosowywanie w
639 zależności od profilu użytkownika, jednocześnie zachowując stronę
640 otwartą dla "niezarejestrowanych" użytkowników. Jedną z zalet używania
641 śledzenia użytkowników opartego o uwierzytelnienie nad ciasteczkami i
642 śmiesznymi prze-/przyrostkami URL-i jest całkowita niezależność od
643 przeglądarki i umożliwienie użytkownikom współdzielenia URL-i.
644
645 %package mod_auth_db
646 Summary:        Apache module with user authentication which uses Berkeley DB files
647 Summary(pl.UTF-8):      Moduł Apache'a z mechanizmem uwierzytelniania używającym plików Berkeley DB
648 Group:          Networking/Daemons/HTTP
649 Requires(triggerpostun):        sed >= 4.0
650 Requires:       %{name}(EAPI) = %{version}-%{release}
651 Provides:       apache(mod_auth_db) = %{version}-%{release}
652 Obsoletes:      apache-mod_auth_db < 2.0.0
653
654 %description mod_auth_db
655 This package contains mod_auth_db module. It provides for user
656 authentication using Berkeley DB files.
657
658 %description mod_auth_db -l pl.UTF-8
659 Ten pakiet zawiera moduł mod_auth_db. Moduł ten służy do
660 uwierzytelniania, ale jako plików danych używa Berkeley DB.
661
662 %package mod_auth_digest
663 Summary:        Apache user authentication module using MD5 Digest Authentication
664 Summary(pl.UTF-8):      Moduł Apache'a do uwierzytelniania metodą MD5 Digest Authentication
665 Group:          Networking/Daemons/HTTP
666 Requires:       %{name}(EAPI) = %{version}-%{release}
667 Provides:       apache(mod_auth_digest) = %{version}-%{release}
668 Obsoletes:      apache-mod_auth_digest < 2.0.0
669 Obsoletes:      apache1-mod_digest
670
671 %description mod_auth_digest
672 This package contains mod_digest module. It provides user
673 authentication using MD5 Digest Authentication.
674
675 %description mod_auth_digest -l pl.UTF-8
676 Moduł ten dostarcza metodę uwierzytelniania przy użyciu MD5 Digest
677 Authentication.
678
679 %package mod_autoindex
680 Summary:        Apache module - display index of files
681 Summary(pl.UTF-8):      Moduł apache do wyświetlania indeksu plików
682 Group:          Networking/Daemons/HTTP
683 Requires(triggerpostun):        sed >= 4.0
684 Requires:       %{name}(EAPI) = %{version}-%{release}
685 Requires:       %{name}-mod_alias = %{version}-%{release}
686 Requires:       apache-icons
687 Provides:       apache(mod_autoindex) = %{version}-%{release}
688
689 %description mod_autoindex
690 This package contains mod_autoindex module. It provides generation
691 index of files.
692
693 %description mod_autoindex -l pl.UTF-8
694 Ten pakiet dostarcza moduł autoindex, który generuje indeks plików.
695
696 %package mod_cern_meta
697 Summary:        Support for HTTP header metafiles
698 Summary(pl.UTF-8):      Obsługa metaplików nagłówków HTTP
699 Group:          Networking/Daemons/HTTP
700 Requires:       %{name}(EAPI) = %{version}-%{release}
701 Provides:       apache(mod_cern_meta) = %{version}-%{release}
702
703 %description mod_cern_meta
704 Emulate the CERN HTTPD Meta file semantics. Meta files are HTTP
705 headers that can be output in addition to the normal range of headers
706 for each file accessed. They appear rather like the Apache .asis
707 files, and are able to provide a crude way of influencing the Expires:
708 header, as well as providing other curiosities. There are many ways to
709 manage meta information, this one was chosen because there is already
710 a large number of CERN users who can exploit this module.
711
712 %description mod_cern_meta -l pl.UTF-8
713 Moduł emulujący semantykę metaplików CERN HTTPD. Metapliki to nagłówki
714 HTTP, które mogą być wysyłane oprócz normalnego zestawu nagłówków dla
715 każdego przetwarzanego pliku. Zachowują się bardziej jak pliki .asis
716 Apache'a i mogą dawać brutalny sposób wpływania na nagłówek Expires:,
717 a także dostarczać inne ciekawostki. Jest wiele sposobów zarządzania
718 metainformacjami, ta została wybrana ponieważ istnieje już wielu
719 użytkowników CERN wykorzystujących ten moduł.
720
721 %package mod_cgi
722 Summary:        Invoking CGI scripts
723 Summary(pl.UTF-8):      Wywoływanie skryptów CGI
724 Group:          Networking/Daemons/HTTP
725 Requires:       %{name}(EAPI) = %{version}-%{release}
726 Provides:       apache(mod_cgi) = %{version}-%{release}
727 Provides:       webserver(cgi)
728
729 %description mod_cgi
730 Any file that has the MIME type application/x-httpd-cgi or handler
731 cgi-script (Apache 1.1 or later) will be treated as a CGI script, and
732 run by the server, with its output being returned to the client. Files
733 acquire this type either by having a name containing an extension
734 defined by the AddType directive, or by being in a ScriptAlias
735 directory. Files that are not in a ScriptAlias directory, but which
736 are of type application/x-httpd-cgi by virtue of an AddType directive,
737 will still not be executed by the server unless Options ExecCGI is
738 enabled. See the Options directive for more details.
739
740 %description mod_cgi -l pl.UTF-8
741 Ten moduł powoduje, że dowolny plik o typie MIME
742 application/x-httpd-cgi albo procedurze obsługi cgi-script (w Apache'u
743 1.1 lub nowszym) będzie traktowany jako skrypt CGI i uruchamiany przez
744 serwer, a jego wyjście będzie zwracane klientowi. Pliki uzyskują ten
745 typ przez posiadanie nazwy zawierającej rozszerzenie określone
746 dyrektywą AddType lub będąc w katalogu ScriptAlias. Pliki nie będące w
747 katalogu ScriptAlias, ale mające typ application/x-httpd-cgi dzięki
748 dyrektywie AddType nie będą jednak wykonywane, chyba że włączona
749 zostanie opcja ExecCGI - więcej szczegółów w dyrektywie Options.
750
751 %package mod_define
752 Summary:        Apache module - definition variables for arbitrary directives
753 Summary(pl.UTF-8):      Moduł Apache'a do definiowania zmiennych
754 Group:          Networking/Daemons/HTTP
755 Requires:       %{name}(EAPI) = %{version}-%{release}
756 Provides:       apache(mod_define) = %{version}-%{release}
757 Obsoletes:      apache-mod_define < 2.0.0
758
759 %description mod_define
760 It provides the definition variables for arbitrary directives, i.e.
761 variables which can be expanded on any(!) directive line.
762
763 %description mod_define -l pl.UTF-8
764 Moduł ten umożliwia definicję zmiennych dla dowolnych dyrektyw, tzn.
765 zmiennych, które mogą być rozwijane w dowolnej linii dyrektywy.
766
767 %package mod_digest
768 Summary:        Older version of apache user authentication module using MD5 Digest Authentication
769 Summary(pl.UTF-8):      Starsza wersja modułu apache do autoryzacji MD5
770 Group:          Networking/Daemons/HTTP
771 Requires:       %{name}(EAPI) = %{version}-%{release}
772 Provides:       apache(mod_digest) = %{version}-%{release}
773 Obsoletes:      apache-mod_digest < 2.0.0
774
775 %description mod_digest
776 This package contains mod_digest module. It provides user
777 authentication using MD5 Digest Authentication. It implements an older
778 version of the MD5 Digest Authentication specification which will
779 probably not work with modern browsers. Please take a look at
780 mod_auth_digest which implements the most recent version of the
781 standard.
782
783 %description mod_digest -l pl.UTF-8
784 Moduł ten dostarcza metodę autoryzacji bazującą na MD5 Digest
785 Authentication. Implementuje on jedynie starszą wersję specyfikacji
786 uwierzytelniania MD5, i może nie działać z nowoczesnymi
787 przeglądarkami. Lepiej użyć modułu mod_auth_digest implementującego
788 najnowszą wersję standardu.
789
790 %package mod_dir
791 Summary:        Apache module for "trailing slash" redirects and serving directory index files
792 Summary(pl.UTF-8):      Moduł oferujący przekierowania i serwowanie indeksu katalogu
793 Group:          Networking/Daemons/HTTP
794 Requires:       %{name}(EAPI) = %{version}-%{release}
795 Provides:       apache(mod_dir) = %{version}-%{release}
796 Provides:       webserver(indexfile)
797 Obsoletes:      apache-mod_dir < 2.0.0
798
799 %description mod_dir
800 This package contains mod_dir which provides "trailing slash"
801 redirects and serving directory index files.
802
803 %description mod_dir -l pl.UTF-8
804 Moduł oferujący przekierowania o "końcowy slash" oraz przekierowania i
805 udostępnianie indeksu katalogu.
806
807 %package mod_env
808 Summary:        Passing of environments to CGI scripts
809 Summary(pl.UTF-8):      Przekazywanie środowiska do skryptów CGI
810 Group:          Networking/Daemons/HTTP
811 Requires:       %{name}(EAPI) = %{version}-%{release}
812 Provides:       apache(mod_env) = %{version}-%{release}
813 Provides:       webserver(setenv)
814
815 %description mod_env
816 This module allows for control of the environment that will be
817 provided to CGI scripts and SSI pages. Environment variables may be
818 passed from the shell which invoked the httpd process. Alternatively,
819 environment variables may be set or unset within the configuration
820 process.
821
822 %description mod_env -l pl.UTF-8
823 Ten moduł pozwala na kontrolę środowiska udostępnianego skryptom CGI i
824 stronom SSI. Zmienne środowiskowe mogą być przekazywane z powłoki w
825 czasie uruchamiania procesu httpd, albo - alternatywnie - ustawiane i
826 usuwane w procesie konfiguracji.
827
828 %package mod_expires
829 Summary:        Apache module which generates Expires HTTP headers
830 Summary(pl.UTF-8):      Moduł generujący nagłówki HTTP Expires
831 Group:          Networking/Daemons/HTTP
832 Requires:       %{name}(EAPI) = %{version}-%{release}
833 Provides:       apache(mod_expires) = %{version}-%{release}
834 Provides:       webserver(expires)
835 Obsoletes:      apache-mod_expires < 2.0.0
836
837 %description mod_expires
838 This module controls the setting of the Expires HTTP header in server
839 responses. The expiration date can set to be relative to either the
840 time the source file was last modified, or to the time of the client
841 access.
842
843 %description mod_expires -l pl.UTF-8
844 Moduł kontroluje ustawianie nagłówka HTTP Expires. Data wygaśnięcia
845 ważności może być ustalana w zależności od czasu modyfikacji plików
846 źródłowych lub odwołania klienta.
847
848 %package mod_headers
849 Summary:        Apache module allows for the customization of HTTP response headers
850 Summary(pl.UTF-8):      Moduł pozwalający na modyfikację nagłówków HTTP
851 Group:          Networking/Daemons/HTTP
852 Requires:       %{name}(EAPI) = %{version}-%{release}
853 Provides:       apache(mod_headers) = %{version}-%{release}
854 Provides:       webserver(headers)
855 Obsoletes:      apache-mod_headers < 2.0.0
856
857 %description mod_headers
858 This package contains mod_headers module. The module allows for the
859 customization of HTTP response headers. Headers can be merged,
860 replaced or removed.
861
862 %description mod_headers -l pl.UTF-8
863 Moduł pozwalający na łączenie, usuwania, zamianę nagłówków HTTP
864 wysyłanych do przeglądarki. Nagłówki mogą być łączone, zastępowane lub
865 usuwane.
866
867 %package mod_imap
868 Summary:        Apache module with imap-file handler
869 Summary(pl.UTF-8):      Moduł Apache'a z obsługą imap-file
870 Group:          Networking/Daemons/HTTP
871 Requires:       %{name}(EAPI) = %{version}-%{release}
872 Provides:       apache(mod_imap) = %{version}-%{release}
873 Obsoletes:      apache-mod_imap < 2.0.0
874
875 %description mod_imap
876 This package contains mod_imap module. It provides for .map files,
877 replacing the functionality of the imagemap CGI program. Any directory
878 or document type configured to use the handler imap-file.
879
880 %description mod_imap -l pl.UTF-8
881 Moduł umożliwiający obsługę plików .map, zastępujący funkcjonalność
882 programu CGI imagemap.
883
884 %package mod_include
885 Summary:        Server-parsed documents
886 Summary(pl.UTF-8):      Dokumenty przetwarzane po stronie serwera
887 Group:          Networking/Daemons/HTTP
888 Requires:       %{name}(EAPI) = %{version}-%{release}
889 Provides:       apache(mod_include) = %{version}-%{release}
890
891 %description mod_include
892 This module provides a handler which will process files before they
893 are sent to the client. The processing is controlled by specially
894 formated SGML comments, referred to as elements. These elements allow
895 conditional text, the inclusion other files or programs, as well as
896 the setting and printing of environment variables.
897
898 %description mod_include -l pl.UTF-8
899 Ten moduł dostarcza procedurę obsługi przetwarzającą pliki przed
900 wysłaniem ich do klienta. Przetwarzanie jest sterowane specjalnie
901 sformatowanymi komentarzami SGML, nazywanymi elementami. Elementy te
902 pozwalają na tekst warunkowy, dołączanie innych plików lub programów,
903 a także ustawianie i wypisywanie zmiennych środowiskowych.
904
905 %package mod_info
906 Summary:        Apache module with comprehensive overview of the server configuration
907 Summary(pl.UTF-8):      Moduł dostarczający informacji na temat serwera
908 Group:          Networking/Daemons/HTTP
909 Requires:       %{name}(EAPI) = %{version}-%{release}
910 Provides:       apache(mod_info) = %{version}-%{release}
911 Obsoletes:      apache-mod_info < 2.0.0
912
913 %description mod_info
914 This package contains mod_info module. It provides a comprehensive
915 overview of the server configuration including all installed modules
916 and directives in the configuration files.
917
918 %description mod_info -l pl.UTF-8
919 Moduł dostarczający wyczerpujących informacji o konfiguracji serwera,
920 w tym zainstalowanych modułach oraz dyrektywach w plikach
921 konfiguracyjnych.
922
923 %package mod_log_agent
924 Summary:        Logging of User Agents
925 Summary(pl.UTF-8):      Logowanie nazw klientów (User Agent)
926 Group:          Networking/Daemons/HTTP
927 Requires:       %{name}(EAPI) = %{version}-%{release}
928 Provides:       apache(mod_log_agent) = %{version}-%{release}
929
930 %description mod_log_agent
931 This module is provided strictly for compatibility with NCSA httpd,
932 and is deprecated. We recommend you use mod_log_config instead.
933
934 %description mod_log_agent -l pl.UTF-8
935 Ten moduł jest dostarczony wyłącznie dla kompatybilności z NCSA httpd
936 i jest niezalecany. Zamiast niego lepiej używać mod_log_config.
937
938 %package mod_log_config
939 Summary:        User-configurable logging replacement for mod_log_common
940 Summary(pl.UTF-8):      Konfigurowalny logujący zamiennik dla mod_log_common
941 Group:          Networking/Daemons/HTTP
942 Requires:       %{name}(EAPI) = %{version}-%{release}
943 Provides:       apache(mod_log_config) = %{version}-%{release}
944
945 %description mod_log_config
946 This module provides for flexible logging of client requests. Logs are
947 written in a customizable format, and may be written directly to a
948 file, or to an external program. Conditional logging is provided so
949 that individual requests may be included or excluded from the logs
950 based on characteristics of the request.
951
952 Three directives are provided by this module: TransferLog to create a
953 log file, LogFormat to set a custom format, and CustomLog to define a
954 log file and format in one step. The TransferLog and CustomLog
955 directives can be used multiple times in each server to cause each
956 request to be logged to multiple files.
957
958 %description mod_log_config -l pl.UTF-8
959 Ten moduł umożliwia elastyczne logowanie żądań klientów. Logi są
960 zapisywane w konfigurowalnym formacie i mogą być zapisywane
961 bezpośrednio do pliku lub przekazywane do zewnętrznego programu.
962 Dostępne jest logowanie warunkowe polegające na włączeniu lub
963 wyłączeniu poszczególnych żądań z logowania na podstawie
964 charakterystyki żądania.
965
966 Ten moduł udostępnia trzy dyrektywy: TransferLog tworzący plik logu,
967 LogFormat ustawiający własny format logowania i CustomLog określający
968 plik logu i format jednocześnie. Dyrektywy TransferLog i CustomLog
969 mogą być używane wielokrotnie w każdym serwerze powodując logowanie
970 każdego żądania do wielu plików.
971
972 %package mod_log_forensic
973 Summary:        Apache module for forensic logging of the requests
974 Summary(pl.UTF-8):      Moduł Apache'a do logowania żądań w celu późniejszej analizy
975 Group:          Networking/Daemons/HTTP
976 Requires:       %{name}(EAPI) = %{version}-%{release}
977 Provides:       apache(mod_log_forensic) = %{version}-%{release}
978 Obsoletes:      apache-mod_log_forensic < 2.0.0
979
980 %description mod_log_forensic
981 This module provides for forensic logging of client requests. Logging
982 is done before and after processing a request.
983
984 %description mod_log_forensic -l pl.UTF-8
985 Ten moduł pozwala na logowanie żądań w celu późniejszej analizy.
986 Logowanie jest wykonywane przed i po przetworzeniu żądania.
987
988 %package mod_log_referer
989 Summary:        User-configurable logging replacement for mod_log_common
990 Summary(pl.UTF-8):      Konfigurowalny logujący zamiennik dla mod_log_common
991 Group:          Networking/Daemons/HTTP
992 Requires:       %{name}(EAPI) = %{version}-%{release}
993 Provides:       apache(mod_log_referer) = %{version}-%{release}
994
995 %description mod_log_referer
996 This module is provided strictly for compatibility with NCSA httpd,
997 and is deprecated. We recommend you use mod_log_config instead.
998
999 %description mod_log_referer -l pl.UTF-8
1000 Ten moduł jest dostarczony wyłącznie dla kompatybilności z NCSA httpd
1001 i jest niezalecany. Zamiast niego lepiej używać mod_log_config.
1002
1003 %package mod_mime
1004 Summary:        Determining document types using file extensions
1005 Summary(pl.UTF-8):      Określanie typów dokumentów przy użyciu rozszerzeń plików
1006 Group:          Networking/Daemons/HTTP
1007 Requires:       %{name}(EAPI) = %{version}-%{release}
1008 Provides:       apache(mod_mime) = %{version}-%{release}
1009 Provides:       webserver(mime)
1010
1011 %description mod_mime
1012 This module is used to determine various bits of "meta information"
1013 about documents. This information relates to the content of the
1014 document and is returned to the browser or used in content-negotiation
1015 within the server. In addition, a "handler" can be set for a document,
1016 which determines how the document will be processed within the server.
1017
1018 %description mod_mime -l pl.UTF-8
1019 Ten moduł służy do określania różnych fragmentów metainformacji
1020 dotyczących dokumentów. Informacja ta odnoszi się do zawartości
1021 dokumentu i jest zwracana przeglądarce albo używana przy negocjacji
1022 treści wewnątrz serwera. Ponadto dla dokumentu można ustawić procedurę
1023 obsługi, określającą w jaki sposób dokument będzie przetwarzany
1024 wewnątrz serwera.
1025
1026 %package mod_mime_magic
1027 Summary:        Determining document types using "magic numbers"
1028 Summary(pl.UTF-8):      Określanie typów dokumentów przy użyciu "liczb magicznych"
1029 Group:          Networking/Daemons/HTTP
1030 Requires:       %{name}(EAPI) = %{version}-%{release}
1031 Provides:       apache(mod_mime_magic) = %{version}-%{release}
1032
1033 %description mod_mime_magic
1034 This module determines the MIME type of files in the same way the Unix
1035 file(1) command works: it looks at the first few bytes of the file. It
1036 is intended as a "second line of defense" for cases that mod_mime
1037 can't resolve. To assure that mod_mime gets first try at determining a
1038 file's MIME type, be sure to list mod_mime_magic before mod_mime in
1039 the configuration.
1040
1041 This module is derived from a free version of the file(1) command for
1042 Unix, which uses "magic numbers" and other hints from a file's
1043 contents to figure out what the contents are. This module is active
1044 only if the magic file is specified by the MimeMagicFile directive.
1045
1046 %description mod_mime_magic -l pl.UTF-8
1047 Ten moduł określa typ MIME plików w ten sam sposób, co polecenie
1048 file(1): sprawdza pierwsze kilka bajtów pliku. Ma być "drugą linią
1049 obrony" dla przypadków, których nie może rozwiązać mod_mime. Aby mieć
1050 pewność, że mod_mime dostaje pierwszą próbę określenia typu MIME,
1051 należy upewnić się, że mod_mime_magic jest umieszczony w konfiguracji
1052 przed mod_mime.
1053
1054 Ten moduł wywodzi się z wolnodostępnej wersji polecenia file(1) dla
1055 uniksów, używającej "liczb magicznych" i innych podpowiedzi z
1056 zawartości plików w celu rozpoznania zawartości. Moduł jest aktywny
1057 tylko jeśli plik magic został określony dyrektywą MimeMagicFile.
1058
1059 %package mod_mmap_static
1060 Summary:        Apache module for mmap()ing statically configured list files
1061 Summary(pl.UTF-8):      Moduł służący do mmap()owania plików
1062 Group:          Networking/Daemons/HTTP
1063 Requires:       %{name}(EAPI) = %{version}-%{release}
1064 Provides:       apache(mod_mmap_static) = %{version}-%{release}
1065 Obsoletes:      apache-mod_mmap_static < 2.0.0
1066
1067 %description mod_mmap_static
1068 This package contains mod_mmap_static module. It provides mmap()ing of
1069 a statically configured list of frequently requested but not changed
1070 files.
1071
1072 %description mod_mmap_static -l pl.UTF-8
1073 Moduł umożliwia mmap()owanie statycznie skonfigurowanych plików
1074 (często używanych, ale nie ulegających zmianom).
1075
1076 %package mod_negotiation
1077 Summary:        Content negotiation
1078 Summary(pl.UTF-8):      Negocjacja treści
1079 Group:          Networking/Daemons/HTTP
1080 Requires:       %{name}(EAPI) = %{version}-%{release}
1081 Provides:       apache(mod_negotiation) = %{version}-%{release}
1082
1083 %description mod_negotiation
1084 Content negotiation, or more accurately content selection, is the
1085 selection of the document that best matches the clients capabilities,
1086 from one of several available documents. There are two implementations
1087 of this.
1088 - A type map (a file with the handler type-map) which explicitly lists
1089   the files containing the variants.
1090 - A MultiViews search (enabled by the MultiViews Option, where the
1091   server does an implicit filename pattern match, and choose from
1092   amongst the results.
1093
1094 %description mod_negotiation -l pl.UTF-8
1095 Negocjacja treści, albo bardziej precyzyjnie wybór treści, to wybór
1096 dokumentu najbardziej pasującego do możliwości klienta spośród różnych
1097 dostępnych dokumentów. Są dwie różne implementacje.
1098 - Odwzorowanie typów (plik z obsługą type-map) wypisujący explicite
1099   pliki zawierające warianty.
1100 - Wyszukiwanie MultiViews (włączane opcją MultiViews, kiedy serwer
1101   dopasowuje implicite wzorzec nazwy pliku i wybiera spośród wyników).
1102
1103 %package mod_proxy
1104 Summary:        Apache module with Web proxy
1105 Summary(pl.UTF-8):      Moduł dodający obsługę serwera proxy
1106 Group:          Networking/Daemons/HTTP
1107 Requires(triggerpostun):        sed >= 4.0
1108 Requires:       %{name}(EAPI) = %{version}-%{release}
1109 Provides:       apache(mod_proxy) = %{version}-%{release}
1110 Obsoletes:      apache-mod_proxy < 2.0.0
1111
1112 %description mod_proxy
1113 This package contains module with implementation a proxy/cache for
1114 Apache. It implements proxying capability for FTP, CONNECT (for SSL),
1115 HTTP/0.9, and HTTP/1.0. The module can be configured to connect to
1116 other proxy modules for these and other protocols. Contains patch
1117 from: <http://allafrica.com/tools/apache/mod_proxy/>
1118
1119 %description mod_proxy -l pl.UTF-8
1120 Moduł zawiera implementację serwera proxy/cache dla Apache.
1121 Iplementacja zawiera obsługę FTP, CONNECT (dla SSL), HTTP/0.9 i
1122 HTTP/1.0. Ten moduł może być skonfigurowany tak, aby łączył się z
1123 innymi modułami proxy dla tych i innych protokołów. Zawiera łatę z
1124 <http://allafrica.com/tools/apache/mod_proxy/>.
1125
1126 %package mod_rewrite
1127 Summary:        Apache module with rule-based engine for rewrite requested URLs on the fly
1128 Summary(pl.UTF-8):      Moduł do ,,przepisywania'' adresów URL w locie
1129 Group:          Networking/Daemons/HTTP
1130 Requires:       %{name}(EAPI) = %{version}-%{release}
1131 Provides:       apache(mod_rewrite) = %{version}-%{release}
1132 Provides:       webserver(rewrite)
1133 Obsoletes:      apache-mod_rewrite < 2.0.0
1134
1135 %description mod_rewrite
1136 This package contains It provides a rule-based rewriting engine to
1137 rewrite requested URLs on the fly.
1138
1139 %description mod_rewrite -l pl.UTF-8
1140 Moduł oferujący możliwość ,,przepisywania'' adresów URL w locie.
1141
1142 %package mod_setenvif
1143 Summary:        Set environment variables based on client information
1144 Summary(pl.UTF-8):      Ustawianie zmiennych środowiskowych w oparciu o informacje o kliencie
1145 Group:          Networking/Daemons/HTTP
1146 Requires:       %{name}(EAPI) = %{version}-%{release}
1147 Provides:       apache(mod_setenvif) = %{version}-%{release}
1148
1149 %description mod_setenvif
1150 The mod_setenvif module allows you to set environment variables
1151 according to whether different aspects of the request match regular
1152 expressions you specify. These environment variables can be used by
1153 other parts of the server to make decisions about actions to be taken.
1154
1155 %description mod_setenvif -l pl.UTF-8
1156 Moduł mod_setenvif pozwala na ustawianie zmiennych środowiskowych w
1157 zależności od różnych aspektów żądania pasujących do podanych wyrażeń
1158 regularnych. Te zmienne środowiskowe mogą być używane przez inne
1159 części serwera do podejmowania decyzji o podejmowanych akcjach.
1160
1161 %package mod_speling
1162 Summary:        Automatically correct minor typos in URLs
1163 Summary(pl.UTF-8):      Automatyczne poprawianie pomniejszych literówek w URL-ach
1164 Group:          Networking/Daemons/HTTP
1165 Requires:       %{name}(EAPI) = %{version}-%{release}
1166 Provides:       apache(mod_speling) = %{version}-%{release}
1167
1168 %description mod_speling
1169 Requests to documents sometimes cannot be served by the core Apache
1170 server because the request was misspelled or miscapitalized. This
1171 module addresses this problem by trying to find a matching document,
1172 even after all other modules gave up. It does its work by comparing
1173 each document name in the requested directory against the requested
1174 document name without regard to case, and allowing up to one
1175 misspelling (character insertion / omission / transposition or wrong
1176 character). A list is built with all document names which were matched
1177 using this strategy.
1178
1179 %description mod_speling -l pl.UTF-8
1180 Czasami żądania dokumentów nie mogą być wykonane przez sam serwer
1181 Apache, ponieważ żądanie zostało napisane z błędem w znakach lub
1182 wielkości liter. Ten moduł próbuje rozwiązać ten problem próbując
1183 znaleźć pasujący dokument, nawet jeśli inne moduły się poddały. Działa
1184 on poprzez porównywanie nazwy każdego dokumentu w żądanym katalogu z
1185 żądaną nazwą dokumentu bez zwracania uwagi na wielkość liter i
1186 pozwalając na jeden błąd (dodany, pominięty, przestawiony lub zły
1187 znak). Tworzona jest lista dla wszystkich nazw dokumentów pasujących
1188 dla tej strategii.
1189
1190 %package mod_status
1191 Summary:        Server status report module for apache
1192 Summary(pl.UTF-8):      Moduł dostarczający informacje statystyczne o serwerze
1193 Group:          Networking/Daemons/HTTP
1194 Requires(triggerpostun):        sed >= 4.0
1195 Requires:       %{name}(EAPI) = %{version}-%{release}
1196 Provides:       apache(mod_status) = %{version}-%{release}
1197 Obsoletes:      apache-mod_status < 2.0.0
1198
1199 %description mod_status
1200 The Status module allows a server administrator to find out how well
1201 their server is performing. A HTML page is presented that gives the
1202 current server statistics in an easily readable form. If required this
1203 page can be made to automatically refresh (given a compatible
1204 browser).
1205
1206 %description mod_status -l pl.UTF-8
1207 Moduł pozwala administratorowi na przeglądanie statystyk dotyczących
1208 pracy serwera apache (w postaci strony HTML). Strona ta może się
1209 automatycznie odświeżać (o ile jest to obsługiwane przez
1210 przeglądarkę).
1211
1212 %package mod_unique_id
1213 Summary:        Apache module which provides a magic token for each request
1214 Summary(pl.UTF-8):      Moduł nadający każdemu żądaniu unikalny token
1215 Group:          Networking/Daemons/HTTP
1216 Requires:       %{name}(EAPI) = %{version}-%{release}
1217 Provides:       apache(mod_unique_id) = %{version}-%{release}
1218 Obsoletes:      apache-mod_unique_id < 2.0.0
1219
1220 %description mod_unique_id
1221 This package contains the mod_unique_id. This module provides a magic
1222 token for each request which is guaranteed to be unique across "all"
1223 requests under very specific conditions. The unique identifier is even
1224 unique across multiple machines in a properly configured cluster of
1225 machines. The environment variable UNIQUE_ID is set to the identifier
1226 for each request. Unique identifiers are useful for various reasons
1227 which are beyond the scope of this document.
1228
1229 %description mod_unique_id -l pl.UTF-8
1230 Moduł nadaje przy każdym żądaniu token unikalny w ramach wszystkich
1231 żądań, nawet w ramach poprawnie skonfigurowanego klastra z wielu
1232 maszyn. Moduł ustawia przy każdym żądaniu zmienną środowiskową
1233 UNIQUE_ID.
1234
1235 %package mod_userdir
1236 Summary:        User home directories
1237 Summary(pl.UTF-8):      Katalogi domowe użytkowników
1238 Group:          Networking/Daemons/HTTP
1239 Requires:       %{name}(EAPI) = %{version}-%{release}
1240 Provides:       apache(mod_userdir) = %{version}-%{release}
1241
1242 %description mod_userdir
1243 This module provides for user-specific directories.
1244
1245 %description mod_userdir -l pl.UTF-8
1246 Ten moduł dostarcza obsługę katalogów specyficznych dla uzytkownika.
1247
1248 %package mod_usertrack
1249 Summary:        Apache module for user tracking using cookies
1250 Summary(pl.UTF-8):      Moduł służący do śledzenia użytkowników przy użyciu ciasteczek
1251 Group:          Networking/Daemons/HTTP
1252 Requires:       %{name}(EAPI) = %{version}-%{release}
1253 Provides:       apache(mod_usertrack) = %{version}-%{release}
1254 Obsoletes:      apache-mod_usertrack < 2.0.0
1255
1256 %description mod_usertrack
1257 This package contains the user tracking module which did its own
1258 logging using CookieLog directory. This module allow multiple log
1259 files.
1260
1261 %description mod_usertrack -l pl.UTF-8
1262 Moduł pozwalający na śledzenie użytkowników przy pomocy ciasteczek.
1263 Moduł ma własne logowanie przy użyciu katalogu CookieLog; pozwala na
1264 wiele plików logów.
1265
1266 %package mod_vhost_alias
1267 Summary:        Apache module for dynamically configured mass virtual hosting
1268 Summary(pl.UTF-8):      Moduł dodający obsługę hostów wirtualnych
1269 Group:          Networking/Daemons/HTTP
1270 Requires(triggerpostun):        sed >= 4.0
1271 Requires:       %{name}(EAPI) = %{version}-%{release}
1272 Provides:       apache(mod_vhost_alias) = %{version}-%{release}
1273 Obsoletes:      apache-mod_vhost_alias < 2.0.0
1274
1275 %description mod_vhost_alias
1276 This package contains the mod_vhost_alias. It provides support for
1277 dynamically configured mass virtual hosting.
1278
1279 %description mod_vhost_alias -l pl.UTF-8
1280 Moduł umożliwia na dynamiczne konfigurowanie masowej ilości serwerów
1281 wirtualnych.
1282
1283 %package -n htpasswd-%{name}
1284 Summary:        Apache 1.x htpasswd utility
1285 Summary(pl.UTF-8):      Narzędzie htpasswd z Apache'a 1.x
1286 Group:          Networking/Utilities
1287 Provides:       htpasswd
1288 Obsoletes:      htpasswd
1289
1290 %description -n htpasswd-%{name}
1291 htpasswd is used to create and update the flat-files used to store
1292 usernames and password for basic authentication of HTTP users. This
1293 package contains htpasswd from Apache 1.x; this version supports
1294 plaintext passwords and CRYPT (default), MD5 and SHA1 encryptions.
1295
1296 %description -n htpasswd-%{name} -l pl.UTF-8
1297 htpasswd służy do tworzenia i uaktualniania płaskich plików służących
1298 do przechowywania nazw użytkowników i haseł do uwierzytelnienia basic
1299 użytkowników HTTP. Ten pakiet zawiera htpasswd z Apache'a 1.x; ta
1300 wersja obsługuje hasła zapisane czystym tekstem oraz zakodowane
1301 algorytmami CRYPT (domyślnym), MD5 i SHA1.
1302
1303 %package cgi_test
1304 Summary:        cgi test/demo programs
1305 Summary(pl.UTF-8):      Programy testowe/przykładowe cgi
1306 Group:          Networking/Utilities
1307 Requires:       %{name}-base = %{version}-%{release}
1308 Requires:       filesystem >= 2.0-1
1309 %if "%{_rpmversion}" >= "5"
1310 BuildArch:      noarch
1311 %endif
1312
1313 %description cgi_test
1314 Two cgi test/demo programs: test-cgi and print-env.
1315
1316 %description cgi_test -l pl.UTF-8
1317 Dwa programy testowe/przykładowe cgi: test-cgi and print-env.
1318
1319 %prep
1320 %setup -q -n apache_%{version} %{?with_lingerd:-a4}
1321 %patch0 -p1
1322 %patch1 -p1
1323 %patch2 -p1
1324 %patch3 -p1
1325 %patch4 -p0
1326 %patch5 -p0
1327 %patch6 -p1
1328 %patch7 -p1
1329 %patch8 -p1
1330 %{?with_ipv6:%patch9 -p1}
1331 %patch10 -p1
1332 %patch11 -p1
1333 %patch12 -p1
1334 %{?with_rewrite_ldap:%patch13 -p1}
1335 %patch14 -p1
1336 %patch15 -p1
1337 %patch16 -p1
1338 %patch17 -p1
1339 %patch18 -p1
1340 %{!?with_ipv6:%patch19 -p1}
1341 %patch20 -p1
1342 %patch21 -p1
1343 %patch22 -p1
1344 %patch23 -p1
1345 %patch24 -p1
1346 %patch25 -p1
1347
1348 %patch26 -p2
1349 %patch27 -p2
1350 %patch28 -p2
1351 %patch29 -p2
1352 %patch30 -p2
1353 %patch31 -p2
1354 %patch32 -p2
1355 %patch33 -p2
1356 %patch34 -p2
1357 %patch35 -p2
1358 %patch36 -p2
1359 %patch37 -p2
1360 %patch38 -p2
1361 %patch39 -p2
1362 %patch40 -p2
1363 %patch41 -p2
1364 %if %{with lingerd}
1365 mkdir -p lingerd
1366 cp -a lingerd-*/{README,TUNING,LICENSE,TODO,ChangeLog} lingerd
1367 cp -a lingerd-*/{apache-1.3/ap_lingerd.c,li_config.h} src/main
1368 %patch42 -p1
1369 %endif
1370 %patch43 -p1
1371 %patch44 -p1
1372 %patch45 -p0
1373
1374 # make manual link with full path
1375 %{__sed} -i -e 's,href="manual/,href="/manual/,i' htdocs/index.html.*
1376
1377 # fix libdir (at least in PLD layout; no need to care about other ones)
1378 %{__sed} -i -e 's,/lib$,/%{_lib},' config.layout
1379
1380 %build
1381 OPTIM="%{rpmcflags} -DHARD_SERVER_LIMIT=2048" \
1382 ./configure \
1383         --with-layout=PLD \
1384         --without-confadjust \
1385         --enable-module=all \
1386         --enable-module=auth_digest \
1387         --enable-shared=max \
1388         --with-perl=%{__perl} \
1389         --enable-suexec \
1390         --suexec-caller=http \
1391         --suexec-uidmin=500 \
1392         --suexec-gidmin=500 \
1393         --suexec-docroot=%{httpdir} \
1394         --disable-rule=WANTHSREGEX \
1395         --enable-rule=EAPI \
1396         --target=apache \
1397         %{?with_ipv6:--enable-rule=INET6}
1398
1399 %{__make} \
1400         CC="%{__cc}"
1401         LIBS1="-lm -lcrypt -lmm -ldl"
1402
1403 rm -f src/modules/standard/mod_auth_db.so
1404 %{__make} -C src/modules/standard mod_auth_db.so \
1405         CC="%{__cc}"
1406         LIBS_SHLIB="-ldb"
1407
1408 rm -f src/modules/standard/mod_rewrite.so
1409 %{__make} -C src/modules/standard mod_rewrite.so \
1410         CC="%{__cc}"
1411         LIBS_SHLIB="-ldb %{?with_rewrite_ldap:-lldap -llber}"
1412
1413 %if %{with lingerd}
1414 %{__make} -C lingerd-* lingerd \
1415         CC="%{__cc}" \
1416         CFLAGS="%{rpmcflags}"
1417         LDFLAGS="%{rpmldflags}"
1418 %endif
1419
1420 %install
1421 rm -rf $RPM_BUILD_ROOT
1422 install -d $RPM_BUILD_ROOT/etc/{logrotate.d,rc.d/init.d,sysconfig} \
1423         $RPM_BUILD_ROOT%{_sysconfdir}/{webapps.d,conf.d,vhosts.d} \
1424         $RPM_BUILD_ROOT%{httpdir}/html \
1425         $RPM_BUILD_ROOT%{_libexecdir} \
1426         $RPM_BUILD_ROOT/var/{log/{apache,archive/apache},run/apache} \
1427         $RPM_BUILD_ROOT%{systemdtmpfilesdir}
1428
1429 %{__make} -j1 install-quiet \
1430         root=$RPM_BUILD_ROOT
1431
1432 cp -p %{SOURCE2} $RPM_BUILD_ROOT/etc/logrotate.d/apache1
1433 sed -e 's,/usr/lib,%{_libdir},g' %{SOURCE1} > $RPM_BUILD_ROOT/etc/rc.d/init.d/apache
1434 cp -p %{SOURCE3} $RPM_BUILD_ROOT/etc/sysconfig/apache
1435 bzip2 -dc %{SOURCE5} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
1436 mv $RPM_BUILD_ROOT%{_mandir}/hu/man8/{httpd,apache}.8
1437 mv $RPM_BUILD_ROOT%{_mandir}/pl/man8/{httpd,apache}.8
1438
1439 touch $RPM_BUILD_ROOT/var/log/apache/{access,error,agent,referer}_log
1440
1441 install -d $RPM_BUILD_ROOT%{errordir}
1442 cp -a errordocs/* $RPM_BUILD_ROOT%{errordir}
1443
1444 mv $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf conf/apache.conf.dist
1445 cp -a %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/apache.conf
1446
1447 CFG="$RPM_BUILD_ROOT%{_sysconfdir}/conf.d"
1448
1449 echo "LoadModule access_module      modules/mod_access.so" > $CFG/01_mod_access.conf
1450 echo "LoadModule alias_module       modules/mod_alias.so" > $CFG/02_mod_alias.conf
1451 echo "LoadModule asis_module        modules/mod_asis.so" > $CFG/03_mod_asis.conf
1452 cp -a %{SOURCE21} $CFG/04_mod_cern_meta.conf
1453 echo "LoadModule cgi_module         modules/mod_cgi.so" > $CFG/05_mod_cgi.conf
1454 echo "LoadModule env_module         modules/mod_env.so" > $CFG/06_mod_env.conf
1455 echo "LoadModule include_module     modules/mod_include.so" > $CFG/07_mod_include.conf
1456 echo "LoadModule log_agent_module   modules/mod_log_agent.so" > $CFG/08_mod_log_agent.conf
1457 cp -a %{SOURCE14} $CFG/09_mod_log_config.conf
1458 echo "LoadModule log_referer_module modules/mod_log_referer.so" > $CFG/10_mod_log_referer.conf
1459 cp -a %{SOURCE16}       $CFG/11_mod_mime_magic.conf
1460 cp -a %{SOURCE19}       $CFG/12_mod_mime.conf
1461 cp -a %{SOURCE18} $CFG/13_mod_negotiation.conf
1462 cp -a %{SOURCE22}       $CFG/14_mod_setenvif.conf
1463 echo "LoadModule speling_module     modules/mod_speling.so" > $CFG/15_mod_speling.conf
1464 cp -a %{SOURCE15}       $CFG/16_mod_userdir.conf
1465
1466 cp -a %{SOURCE8}        $CFG/20_common.conf
1467 cp -a %{SOURCE6}        $CFG/30_defaultindex.conf
1468 cp -a %{SOURCE25}       $CFG/30_manual.conf
1469
1470 cp -a %{SOURCE23}       $CFG/20_mod_vhost_alias.conf
1471 cp -a %{SOURCE9}        $CFG/25_mod_status.conf
1472 cp -a %{SOURCE10}       $CFG/30_mod_proxy.conf
1473 cp -a %{SOURCE20}       $CFG/50_mod_actions.conf
1474 echo "LoadModule auth_module    modules/mod_auth.so" > $CFG/51_mod_auth.conf
1475 echo "LoadModule auth_anon_module       modules/mod_auth_anon.so" > $CFG/52_mod_auth_anon.conf
1476 echo "LoadModule auth_db_module modules/mod_auth_db.so" > $CFG/53_mod_auth_db.conf
1477 echo "LoadModule auth_digest_module     modules/mod_auth_digest.so" > $CFG/54_mod_auth_digest.conf
1478 cp -a %{SOURCE11}       $CFG/57_mod_autoindex.conf
1479 cp -a %{SOURCE12}       $CFG/59_mod_dir.conf
1480 echo "LoadModule expires_module modules/mod_expires.so" > $CFG/67_mod_expires.conf
1481 echo "LoadModule headers_module modules/mod_headers.so" > $CFG/68_mod_headers.conf
1482 echo "LoadModule imap_module    modules/mod_imap.so" > $CFG/69_mod_imap.conf
1483 echo "LoadModule rewrite_module modules/mod_rewrite.so" > $CFG/70_mod_rewrite.conf
1484 echo "LoadModule usertrack_module       modules/mod_usertrack.so" > $CFG/71_mod_usertrack.conf
1485 echo "LoadModule unique_id_module       modules/mod_unique_id.so" > $CFG/72_mod_unique_id.conf
1486 echo "LoadModule define_module  modules/mod_define.so" > $CFG/73_mod_define.conf
1487 echo "LoadModule digest_module  modules/mod_digest.so" > $CFG/74_mod_digest.conf
1488 echo "LoadModule log_forensic_module    modules/mod_log_forensic.so" > $CFG/75_mod_log_forensic.conf
1489 echo "LoadModule mmap_static_module     modules/mod_mmap_static.so" > $CFG/76_mod_mmap_static.conf
1490 cp -a %{SOURCE13} $CFG/77_mod_info.conf
1491 cp -a %{SOURCE24} $CFG/80_errordocs.conf
1492 cp -a %{SOURCE17} $CFG/80_mod_alias.conf
1493 # cgi_test: create config file with ScriptAlias
1494 cat << 'EOF' > $CFG/09_cgi_test.conf
1495 ScriptAlias /cgi-bin/printenv %{cgibindir}/printenv
1496 ScriptAlias /cgi-bin/test-cgi %{cgibindir}/test-cgi
1497 EOF
1498
1499 ln -sf index.html.en $RPM_BUILD_ROOT%{docroot}/index.html
1500
1501 mv $RPM_BUILD_ROOT%{_sbindir}/apxs $RPM_BUILD_ROOT%{apxs}
1502 mv $RPM_BUILD_ROOT%{_mandir}/man8/apxs.8 $RPM_BUILD_ROOT%{_mandir}/man8/apxs1.8
1503
1504 perl -p -i -e 's/^if ...O ne "MSWin32"./if (0)/' $RPM_BUILD_ROOT%{apxs}
1505
1506 ln -s ../..%{_libexecdir} $RPM_BUILD_ROOT%{_sysconfdir}/modules
1507 ln -s ../../var/log/apache $RPM_BUILD_ROOT%{_sysconfdir}/logs
1508
1509 ln -sf %{_bindir}/htpasswd $RPM_BUILD_ROOT%{_sbindir}
1510
1511 cp -p %{SOURCE26} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
1512
1513 # Not packaged.
1514 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/*.default
1515 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/{access,srm}.conf
1516 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/mime.types
1517 rm -f $RPM_BUILD_ROOT%{_libexecdir}/*.exp
1518 rm -f $RPM_BUILD_ROOT%{_libexecdir}/mod_{auth_dbm,example}.so
1519 rm -f $RPM_BUILD_ROOT%{_mandir}/README*
1520
1521 rm -rf $RPM_BUILD_ROOT%{_datadir}/apache-icons
1522
1523 # Not for our os or for older apache
1524 rm $RPM_BUILD_ROOT%{manualdir}/{cygwin,ebcdic,install-{z,}tpf,man-template}.html
1525 rm $RPM_BUILD_ROOT%{manualdir}/mod/mod_{auth_dbm,browser,dld,example,isapi,log_common}.html
1526 rm $RPM_BUILD_ROOT%{manualdir}/{mpeix,netware,new_features_1_[0-2],readme-tpf,suexec_1_2,unixware,vhosts/details_1_2}.html
1527 rm $RPM_BUILD_ROOT%{manualdir}/{win_{compiling,service}.html*,windows.html*}
1528
1529 %if %{with lingerd}
1530 install -p lingerd-*/lingerd $RPM_BUILD_ROOT%{_libexecdir}
1531 install -d $RPM_BUILD_ROOT%{_localstatedir}/run/lingerd
1532 %endif
1533
1534 %clean
1535 rm -rf $RPM_BUILD_ROOT
1536
1537 %pre base
1538 %groupadd -g 51 -r -f http
1539 %useradd -u 51 -r -d %{httpdir} -s /bin/false -c "HTTP User" -g http http
1540 if [ "$(getent passwd http | cut -d: -f6)" = "/home/httpd" ]; then
1541         /usr/sbin/usermod -d %{httpdir} http
1542 fi
1543
1544 %post base
1545 /sbin/chkconfig --add apache
1546 umask 137
1547 touch /var/log/apache/{access,error,agent,referer}_log
1548
1549 %preun base
1550 if [ "$1" = "0" ]; then
1551         %service apache stop
1552         /sbin/chkconfig --del apache
1553 fi
1554
1555 %postun base
1556 if [ "$1" = "0" ]; then
1557         %userremove http
1558         %groupremove http
1559 fi
1560
1561 %triggerpostun base -- apache < 2.0.0
1562 %groupadd -g 51 -r -f http
1563 %useradd -u 51 -r -d %{httpdir} -s /bin/false -c "HTTP User" -g http http
1564 /sbin/chkconfig --add apache
1565
1566 %triggerpostun base -- apache1 < 1.3.33-1.85
1567 # upgrading from older version
1568 if [ "$1" = "2" ]; then
1569         sed -i -e '
1570                 # get apxs over confusion of changed ServerRoot
1571                 s,^\(LoadModule .*\) lib/apache1/,\1 modules/,
1572
1573                 # update ServerRoot
1574                 s,^ServerRoot.*,ServerRoot "/etc/apache",
1575         ' /etc/apache/apache.conf
1576 fi
1577
1578 %triggerpostun base -- %{name} < 1.3.31-5.9
1579 %banner %{name} -e -a <<EOF
1580 WARNING!!!
1581  Since 1.3.31-5 version autoindex module has been separated to package %{name}-mod_autoindex
1582  If you need previous functionality please run:
1583 poldek -Uv %{name}-mod_autoindex
1584
1585 EOF
1586
1587 %triggerpostun base -- %{name} < 1.3.33-3.4
1588 %banner %{name} -e -a <<EOF
1589 WARNING!!!
1590  Since 1.3.33-3.4 version following modules have been separated to subpackages
1591  If you need previous functionality please run:
1592  poldek -Uv %{name}-MODULENAME
1593  where MODULENAME is one (or all) of:
1594         mod_asis
1595         mod_cern_meta
1596         mod_cgi
1597         mod_env
1598         mod_include
1599         mod_log_agent
1600         mod_log_config
1601         mod_log_referer
1602         mod_mime
1603         mod_mime_magic
1604         mod_negotiation
1605         mod_setenvif
1606         mod_speling
1607         mod_userdir
1608 EOF
1609
1610 %triggerpostun base -- %{name} < 1.3.33-6.7
1611 # update /etc/sysconfig/apache1 -> apache rename
1612 if [ -f /etc/sysconfig/apache1.rpmsave ]; then
1613         cp -f /etc/sysconfig/apache{,.rpmnew}
1614         mv -f /etc/sysconfig/apache{1.rpmsave,}
1615 fi
1616
1617 %triggerpostun base -- %{name} < 1.3.34-5.9
1618 if ! grep -q 'Include webapps.d/' /etc/apache/apache.conf; then
1619 # make sure webapps.d is included
1620 cp -f /etc/apache/apache.conf{,.rpmsave}
1621 sed -i -e '
1622         /^Include conf.d/{
1623                 a
1624                 a# Include webapps config
1625                 aInclude webapps.d/*.conf
1626         }
1627 ' /etc/apache/apache.conf
1628 fi
1629
1630 %triggerpostun mod_auth_db -- apache-mod_auth_db < 1.3.20-16
1631 sed -i -e '/^\(Add\|Load\)Module.*mod_auth_dbm\.\(so\|c\)/d' /etc/apache/apache.conf
1632
1633 %triggerpostun mod_autoindex -- apache1-mod_autoindex < 1.3.33-1.85
1634 sed -i -e '
1635         /^\(Add\|Load\)Module.*mod_autoindex\.\(so\|c\)/d
1636         s,^Include.*mod_autoindex.conf,Include %{_sysconfdir}/conf.d/*_mod_autoindex.conf,
1637 ' /etc/apache/apache.conf
1638
1639 %triggerpostun mod_proxy -- apache1-mod_proxy < 1.3.33-1.85
1640 sed -i -e '
1641         /^LoadModule.*libproxy\.so/d
1642         /^AddModule.*mod_proxy\.c/d
1643         s,^Include.*mod_proxy.conf,Include %{_sysconfdir}/conf.d/*_mod_proxy.conf,
1644 ' /etc/apache/apache.conf
1645
1646 %triggerpostun mod_status -- apache1-mod_status < 1.3.33-1.85
1647 sed -i -e '
1648         /^\(Add\|Load\)Module.*mod_status\.\(so\|c\)/d
1649         s,^Include.*mod_status.conf,Include %{_sysconfdir}/conf.d/*_mod_status.conf,
1650 ' /etc/apache/apache.conf
1651
1652 %triggerpostun mod_vhost_alias -- apache1-mod_vhost_alias < 1.3.33-1.85
1653 sed -i -e '
1654         /^\(Add\|Load\)Module.*mod_vhost_alias\.\(so\|c\)/d
1655         s,^Include.*mod_vhost_alias.conf,Include %{_sysconfdir}/conf.d/*_mod_vhost_alias.conf,
1656 ' /etc/apache/apache.conf
1657
1658 %posttrans base
1659 # minimizing apache restarts logics. we restart webserver:
1660 #
1661 # 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
1662 # 2. first install of module (post: $1 = 1)
1663 # 2. uninstall of module (postun: $1 == 0)
1664 #
1665 # the strict internal deps between apache modules and
1666 # main package are very important for all this to work.
1667
1668 # restart webserver at the end of transaction
1669 %service apache restart "Apache HTTP daemon"
1670
1671 # macro called at module post scriptlet
1672 %define module_post \
1673 if [ "$1" = "1" ]; then \
1674         %service -q apache restart \
1675 fi
1676
1677 # macro called at module postun scriptlet
1678 %define module_postun \
1679 if [ "$1" = "0" ]; then \
1680         %service -q apache restart \
1681 fi
1682
1683 %post errordocs
1684 if [ "$1" = "1" ]; then
1685         %service -q apache reload
1686 fi
1687
1688 %postun errordocs
1689 if [ "$1" = "0" ]; then
1690         %service -q apache reload
1691 fi
1692
1693 %post mod_access
1694 %module_post
1695
1696 %postun mod_access
1697 %module_postun
1698
1699 %post mod_actions
1700 %module_post
1701
1702 %postun mod_actions
1703 %module_postun
1704
1705 %post mod_alias
1706 %module_post
1707
1708 %postun mod_alias
1709 %module_postun
1710
1711 %post mod_asis
1712 %module_post
1713
1714 %postun mod_asis
1715 %module_postun
1716
1717 %post mod_auth
1718 %module_post
1719
1720 %postun mod_auth
1721 %module_postun
1722
1723 %post mod_auth_anon
1724 %module_post
1725
1726 %postun mod_auth_anon
1727 %module_postun
1728
1729 %post mod_auth_db
1730 %module_post
1731
1732 %postun mod_auth_db
1733 %module_postun
1734
1735 %post mod_auth_digest
1736 %module_post
1737
1738 %postun mod_auth_digest
1739 %module_postun
1740
1741 %post mod_autoindex
1742 %module_post
1743
1744 %postun mod_autoindex
1745 %module_postun
1746
1747 %post mod_cern_meta
1748 %module_post
1749
1750 %postun mod_cern_meta
1751 %module_postun
1752
1753 %post mod_cgi
1754 %module_post
1755
1756 %postun mod_cgi
1757 %module_postun
1758
1759 %post mod_define
1760 %module_post
1761
1762 %postun mod_define
1763 %module_postun
1764
1765 %post mod_digest
1766 %module_post
1767
1768 %postun mod_digest
1769 %module_postun
1770
1771 %post mod_dir
1772 %module_post
1773
1774 %postun mod_dir
1775 %module_postun
1776
1777 %post mod_env
1778 %module_post
1779
1780 %postun mod_env
1781 %module_postun
1782
1783 %post mod_expires
1784 %module_post
1785
1786 %postun mod_expires
1787 %module_postun
1788
1789 %post mod_headers
1790 %module_post
1791
1792 %postun mod_headers
1793 %module_postun
1794
1795 %post mod_imap
1796 %module_post
1797
1798 %postun mod_imap
1799 %module_postun
1800
1801 %post mod_include
1802 %module_post
1803
1804 %postun mod_include
1805 %module_postun
1806
1807 %post mod_info
1808 %module_post
1809
1810 %postun mod_info
1811 %module_postun
1812
1813 %post mod_log_agent
1814 %module_post
1815
1816 %postun mod_log_agent
1817 %module_postun
1818
1819 %post mod_log_config
1820 %module_post
1821
1822 %postun mod_log_config
1823 %module_postun
1824
1825 %post mod_log_forensic
1826 %module_post
1827
1828 %postun mod_log_forensic
1829 %module_postun
1830
1831 %post mod_log_referer
1832 %module_post
1833
1834 %postun mod_log_referer
1835 %module_postun
1836
1837 %post mod_mime
1838 %module_post
1839
1840 %postun mod_mime
1841 %module_postun
1842
1843 %post mod_mime_magic
1844 %module_post
1845
1846 %postun mod_mime_magic
1847 %module_postun
1848
1849 %post mod_mmap_static
1850 %module_post
1851
1852 %postun mod_mmap_static
1853 %module_postun
1854
1855 %post mod_negotiation
1856 %module_post
1857
1858 %postun mod_negotiation
1859 %module_postun
1860
1861 %post mod_proxy
1862 %module_post
1863
1864 %postun mod_proxy
1865 %module_postun
1866
1867 %post mod_rewrite
1868 %module_post
1869
1870 %postun mod_rewrite
1871 %module_postun
1872
1873 %post mod_setenvif
1874 %module_post
1875
1876 %postun mod_setenvif
1877 %module_postun
1878
1879 %post mod_speling
1880 %module_post
1881
1882 %postun mod_speling
1883 %module_postun
1884
1885 %post mod_status
1886 %module_post
1887
1888 %postun mod_status
1889 %module_postun
1890
1891 %post mod_unique_id
1892 %module_post
1893
1894 %postun mod_unique_id
1895 %module_postun
1896
1897 %post mod_userdir
1898 %module_post
1899
1900 %postun mod_userdir
1901 %module_postun
1902
1903 %post mod_usertrack
1904 %module_post
1905
1906 %postun mod_usertrack
1907 %module_postun
1908
1909 %post mod_vhost_alias
1910 %module_post
1911
1912 %postun mod_vhost_alias
1913 %module_postun
1914
1915 %post defaultindex
1916 if [ "$1" = "1" ]; then
1917         %service -q apache reload
1918 fi
1919
1920 %postun defaultindex
1921 if [ "$1" = "0" ]; then
1922         %service -q apache reload
1923 fi
1924
1925 %post cgi_test
1926 if [ "$1" = "1" ]; then
1927         %service -q apache reload
1928 fi
1929
1930 %postun cgi_test
1931 if [ "$1" = "0" ]; then
1932         %service -q apache reload
1933 fi
1934
1935 %files
1936 %defattr(644,root,root,755)
1937
1938 %files base
1939 %defattr(644,root,root,755)
1940 %doc ABOUT_APACHE src/CHANGES README %{?with_ipv6:README.v6}
1941 %doc conf/mime.types conf/apache.conf.dist
1942 %{?with_lingerd:%doc lingerd}
1943 %attr(754,root,root) /etc/rc.d/init.d/apache
1944 %attr(751,root,root) %dir %{_sysconfdir}
1945 %{_sysconfdir}/modules
1946 %{_sysconfdir}/logs
1947 %attr(750,root,root) %dir %{_sysconfdir}/conf.d
1948 %attr(750,root,root) %dir %{_sysconfdir}/webapps.d
1949 %attr(750,root,root) %dir %{_sysconfdir}/vhosts.d
1950 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
1951 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_common.conf
1952 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/apache
1953 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/*
1954 %dir %{_libexecdir}
1955 %if %{with lingerd}
1956 %attr(755,root,root) %{_libexecdir}/lingerd
1957 %attr(770,root,http) %dir %{_localstatedir}/run/lingerd
1958 %endif
1959 %attr(755,root,root) %{_bindir}/checkgid
1960 %attr(755,root,root) %{_sbindir}/apache
1961 %{systemdtmpfilesdir}/%{name}.conf
1962 %dir %attr(1773,root,http) /var/run/apache
1963 %{_mandir}/man8/apache.8*
1964 %lang(hu) %{_mandir}/hu/man8/apache.8*
1965 %lang(pl) %{_mandir}/pl/man8/apache.8*
1966 %attr(2751,root,logs) %dir /var/log/apache
1967 %attr(2750,root,logs) %dir /var/log/archive/apache
1968 %attr(640,root,logs) %ghost /var/log/apache/*
1969 %dir %{_datadir}/%{name}
1970 %dir %{httpdir}
1971 %dir %{httpdir}/html
1972 %dir %{docroot}
1973
1974 %files cgi_test
1975 %defattr(644,root,root,755)
1976 %dir %{cgibindir}
1977 %attr(755,root,root) %{cgibindir}/*
1978 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_cgi_test.conf
1979
1980 %files tools
1981 %defattr(644,root,root,755)
1982 %attr(755,root,root) %{_bindir}/htdigest
1983 %attr(755,root,root) %{_sbindir}/ab
1984 %attr(755,root,root) %{_sbindir}/apachectl
1985 %attr(755,root,root) %{_sbindir}/logresolve
1986 %attr(755,root,root) %{_sbindir}/rotatelogs
1987 %lang(ko) %{_mandir}/ko/man8/ab.8*
1988 %{_mandir}/man1/htdigest.1*
1989 %{_mandir}/man8/ab*
1990 %{_mandir}/man8/apachectl*
1991 %{_mandir}/man8/logresolve.8*
1992 %{_mandir}/man8/rotatelogs.8*
1993
1994 %files defaultindex
1995 %defattr(644,root,root,755)
1996 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_defaultindex.conf
1997 %config(noreplace,missingok) %{docroot}/index.html
1998 # NOTE: html extensions are not the same as (g)libc locale names
1999 %lang(ca) %{docroot}/index.html.ca
2000 %lang(cs) %{docroot}/index.html.cz
2001 %lang(de) %{docroot}/index.html.de
2002 %lang(da) %{docroot}/index.html.dk
2003 %lang(et) %{docroot}/index.html.ee
2004 %lang(el) %{docroot}/index.html.el
2005 %{docroot}/index.html.en
2006 %lang(es) %{docroot}/index.html.es
2007 %lang(fr) %{docroot}/index.html.fr
2008 %lang(he) %{docroot}/index.html.he.iso8859-8
2009 %lang(hu) %{docroot}/index.html.hu
2010 %lang(it) %{docroot}/index.html.it
2011 %lang(ja) %{docroot}/index.html.ja.jis
2012 %lang(ko) %{docroot}/index.html.kr.iso-kr
2013 %lang(de_LU) %{docroot}/index.html.lb.utf8
2014 %lang(nl) %{docroot}/index.html.nl
2015 %lang(nn) %{docroot}/index.html.nn
2016 %lang(nb) %{docroot}/index.html.no
2017 %lang(pl) %{docroot}/index.html.po.iso-pl
2018 %lang(pt) %{docroot}/index.html.pt
2019 %lang(pt_BR) %{docroot}/index.html.pt-br
2020 %lang(ru) %{docroot}/index.html.ru.cp-1251
2021 %lang(ru) %{docroot}/index.html.ru.cp866
2022 %lang(ru) %{docroot}/index.html.ru.iso-ru
2023 %lang(ru) %{docroot}/index.html.ru.koi8-r
2024 %lang(ru) %{docroot}/index.html.ru.ucs2
2025 %lang(ru) %{docroot}/index.html.ru.ucs4
2026 %lang(ru) %{docroot}/index.html.ru.utf8
2027 %lang(sv) %{docroot}/index.html.se
2028 %lang(zh_TW) %{docroot}/index.html.zh-tw.big5
2029 %{docroot}/*.gif
2030
2031 %files manual
2032 %defattr(644,root,root,755)
2033 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_manual.conf
2034 %dir %{manualdir}
2035 %dir %{manualdir}/images
2036 %{manualdir}/images/apache_header.gif
2037 %{manualdir}/images/custom_errordocs.gif
2038 %{manualdir}/images/home.gif
2039 %{manualdir}/images/index.gif
2040 %{manualdir}/images/pixel.gif
2041 %{manualdir}/images/sub.gif
2042 %{manualdir}/misc
2043 %{manualdir}/LICENSE
2044 %{manualdir}/bind.html.html
2045 %{manualdir}/bind.html.en
2046 %lang(fr) %{manualdir}/bind.html.fr
2047 %lang(ja) %{manualdir}/bind.html.ja.jis
2048 %{manualdir}/configuring.html.html
2049 %{manualdir}/configuring.html.en
2050 %lang(fr) %{manualdir}/configuring.html.fr
2051 %lang(ja) %{manualdir}/configuring.html.ja.jis
2052 %{manualdir}/content-negotiation.html.html
2053 %{manualdir}/content-negotiation.html.en
2054 %lang(ja) %{manualdir}/content-negotiation.html.ja.jis
2055 %{manualdir}/custom-error.html.html
2056 %{manualdir}/custom-error.html.en
2057 %lang(fr) %{manualdir}/custom-error.html.fr
2058 %lang(ja) %{manualdir}/custom-error.html.ja.jis
2059 %{manualdir}/dns-caveats.html.html
2060 %{manualdir}/dns-caveats.html.en
2061 %lang(fr) %{manualdir}/dns-caveats.html.fr
2062 %lang(ja) %{manualdir}/dns-caveats.html.ja.jis
2063 %{manualdir}/dso.html
2064 %{manualdir}/env.html.html
2065 %{manualdir}/env.html.en
2066 %lang(ja) %{manualdir}/env.html.ja.jis
2067 %{manualdir}/footer.html
2068 %{manualdir}/handler.html.html
2069 %{manualdir}/handler.html.en
2070 %lang(ja) %{manualdir}/handler.html.ja.jis
2071 %{manualdir}/header.html
2072 %{manualdir}/index.html.html
2073 %{manualdir}/index.html.en
2074 %lang(fr) %{manualdir}/index.html.fr
2075 %lang(ja) %{manualdir}/index.html.ja.jis
2076 %{manualdir}/install.html.html
2077 %{manualdir}/install.html.en
2078 %lang(es) %{manualdir}/install.html.es
2079 %lang(fr) %{manualdir}/install.html.fr
2080 %lang(ja) %{manualdir}/install.html.ja.jis
2081 %{manualdir}/invoking.html.html
2082 %{manualdir}/invoking.html.en
2083 %lang(fr) %{manualdir}/invoking.html.fr
2084 %lang(ja) %{manualdir}/invoking.html.ja.jis
2085 %{manualdir}/keepalive.html.html
2086 %{manualdir}/keepalive.html.en
2087 %lang(ja) %{manualdir}/keepalive.html.ja.jis
2088 %{manualdir}/location.html.html
2089 %{manualdir}/location.html.en
2090 %lang(ja) %{manualdir}/location.html.ja.jis
2091 %{manualdir}/logs.html
2092 %{manualdir}/multilogs.html
2093 %{manualdir}/new_features_1_3.html.html
2094 %{manualdir}/new_features_1_3.html.en
2095 %lang(ja) %{manualdir}/new_features_1_3.html.ja.jis
2096 %{manualdir}/process-model.html.html
2097 %{manualdir}/process-model.html.en
2098 %lang(ja) %{manualdir}/process-model.html.ja.jis
2099 %{manualdir}/sections.html.html
2100 %{manualdir}/sections.html.en
2101 %lang(ja) %{manualdir}/sections.html.ja.jis
2102 %{manualdir}/server-wide.html.html
2103 %{manualdir}/server-wide.html.en
2104 %lang(fr) %{manualdir}/server-wide.html.fr
2105 %lang(ja) %{manualdir}/server-wide.html.ja.jis
2106 %{manualdir}/sitemap.html
2107 %{manualdir}/sourcereorg.html
2108 %{manualdir}/stopping.html.html
2109 %{manualdir}/stopping.html.en
2110 %lang(fr) %{manualdir}/stopping.html.fr
2111 %{manualdir}/upgrading_to_1_3.html
2112 %{manualdir}/urlmapping.html
2113 %dir %{manualdir}/howto
2114 %{manualdir}/howto/cgi.html.html
2115 %{manualdir}/howto/cgi.html.en
2116 %lang(ja) %{manualdir}/howto/cgi.html.ja.jis
2117 %{manualdir}/howto/footer.html
2118 %{manualdir}/howto/header.html
2119 %{manualdir}/howto/htaccess.html
2120 %{manualdir}/howto/ssi.html.html
2121 %{manualdir}/howto/ssi.html.en
2122 %lang(ja) %{manualdir}/howto/ssi.html.ja.jis
2123 %dir %{manualdir}/mod
2124 %{manualdir}/mod/core.html.html
2125 %{manualdir}/mod/core.html.en
2126 %lang(fr) %{manualdir}/mod/core.html.fr
2127 %lang(ja) %{manualdir}/mod/core.html.ja.jis
2128 %{manualdir}/mod/directive-dict.html.html
2129 %{manualdir}/mod/directive-dict.html.en
2130 %lang(fr) %{manualdir}/mod/directive-dict.html.fr
2131 %lang(ja) %{manualdir}/mod/directive-dict.html.ja.jis
2132 %{manualdir}/mod/directives.html.html
2133 %lang(de) %{manualdir}/mod/directives.html.de
2134 %{manualdir}/mod/directives.html.en
2135 %lang(fr) %{manualdir}/mod/directives.html.fr
2136 %lang(ja) %{manualdir}/mod/directives.html.ja.jis
2137 %{manualdir}/mod/footer.html
2138 %{manualdir}/mod/header.html
2139 %{manualdir}/mod/index-bytype.html.html
2140 %{manualdir}/mod/index-bytype.html.en
2141 %lang(fr) %{manualdir}/mod/index-bytype.html.fr
2142 %lang(ja) %{manualdir}/mod/index-bytype.html.ja.jis
2143 %{manualdir}/mod/index.html.html
2144 %{manualdir}/mod/index.html.en
2145 %lang(fr) %{manualdir}/mod/index.html.fr
2146 %lang(ja) %{manualdir}/mod/index.html.ja.jis
2147 %{manualdir}/mod/mod_access.html.html
2148 %{manualdir}/mod/mod_access.html.en
2149 %lang(ja) %{manualdir}/mod/mod_access.html.ja.jis
2150 %{manualdir}/mod/mod_alias.html.html
2151 %{manualdir}/mod/mod_alias.html.en
2152 %lang(ja) %{manualdir}/mod/mod_alias.html.ja.jis
2153 %{manualdir}/mod/mod_asis.html.html
2154 %{manualdir}/mod/mod_asis.html.en
2155 %lang(ja) %{manualdir}/mod/mod_asis.html.ja.jis
2156 %{manualdir}/mod/mod_autoindex.html.html
2157 %{manualdir}/mod/mod_autoindex.html.en
2158 %lang(ja) %{manualdir}/mod/mod_autoindex.html.ja.jis
2159 %{manualdir}/mod/mod_cern_meta.html
2160 %{manualdir}/mod/mod_cgi.html.html
2161 %{manualdir}/mod/mod_cgi.html.en
2162 %lang(ja) %{manualdir}/mod/mod_cgi.html.ja.jis
2163 %{manualdir}/mod/mod_env.html.html
2164 %{manualdir}/mod/mod_env.html.en
2165 %lang(ja) %{manualdir}/mod/mod_env.html.ja.jis
2166 %{manualdir}/mod/mod_include.html
2167 %{manualdir}/mod/mod_log_agent.html
2168 %{manualdir}/mod/mod_log_config.html.html
2169 %{manualdir}/mod/mod_log_config.html.en
2170 %lang(ja) %{manualdir}/mod/mod_log_config.html.ja.jis
2171 %{manualdir}/mod/mod_log_referer.html
2172 %{manualdir}/mod/mod_mime.html.html
2173 %{manualdir}/mod/mod_mime.html.en
2174 %lang(ja) %{manualdir}/mod/mod_mime.html.ja.jis
2175 %{manualdir}/mod/mod_mime_magic.html
2176 %{manualdir}/mod/mod_negotiation.html.html
2177 %{manualdir}/mod/mod_negotiation.html.en
2178 %lang(ja) %{manualdir}/mod/mod_negotiation.html.ja.jis
2179 %{manualdir}/mod/mod_setenvif.html.html
2180 %{manualdir}/mod/mod_setenvif.html.en
2181 %lang(ja) %{manualdir}/mod/mod_setenvif.html.ja.jis
2182 %{manualdir}/mod/mod_so.html.html
2183 %{manualdir}/mod/mod_so.html.en
2184 %lang(ja) %{manualdir}/mod/mod_so.html.ja.jis
2185 %{manualdir}/mod/mod_speling.html.html
2186 %{manualdir}/mod/mod_speling.html.en
2187 %lang(ja) %{manualdir}/mod/mod_speling.html.ja.jis
2188 %{manualdir}/mod/mod_userdir.html.html
2189 %{manualdir}/mod/mod_userdir.html.en
2190 %lang(ja) %{manualdir}/mod/mod_userdir.html.ja.jis
2191 %{manualdir}/mod/module-dict.html.html
2192 %{manualdir}/mod/module-dict.html.en
2193 %lang(ja) %{manualdir}/mod/module-dict.html.ja.jis
2194 %dir %{manualdir}/programs
2195 %{manualdir}/programs/ab.html
2196 %{manualdir}/programs/apachectl.html.html
2197 %{manualdir}/programs/apachectl.html.en
2198 %lang(ja) %{manualdir}/programs/apachectl.html.ja.jis
2199 %{manualdir}/programs/apxs.html
2200 %{manualdir}/programs/dbmmanage.html
2201 %{manualdir}/programs/footer.html
2202 %{manualdir}/programs/header.html
2203 %{manualdir}/programs/htdigest.html
2204 %{manualdir}/programs/htpasswd.html.html
2205 %{manualdir}/programs/htpasswd.html.en
2206 %lang(ja) %{manualdir}/programs/htpasswd.html.ja.jis
2207 %{manualdir}/programs/httpd.html.html
2208 %{manualdir}/programs/httpd.html.en
2209 %lang(ja) %{manualdir}/programs/httpd.html.ja.jis
2210 %{manualdir}/programs/index.html.html
2211 %{manualdir}/programs/index.html.en
2212 %lang(ja) %{manualdir}/programs/index.html.ja.jis
2213 %{manualdir}/programs/logresolve.html
2214 %{manualdir}/programs/other.html
2215 %{manualdir}/programs/rotatelogs.html
2216 %dir %{manualdir}/vhosts
2217 %{manualdir}/vhosts/details.html
2218 %{manualdir}/vhosts/examples.html
2219 %{manualdir}/vhosts/fd-limits.html.html
2220 %{manualdir}/vhosts/fd-limits.html.en
2221 %lang(ja) %{manualdir}/vhosts/fd-limits.html.ja.jis
2222 %{manualdir}/vhosts/footer.html
2223 %{manualdir}/vhosts/header.html
2224 %{manualdir}/vhosts/host.html
2225 %{manualdir}/vhosts/index.html.html
2226 %{manualdir}/vhosts/index.html.en
2227 %lang(ja) %{manualdir}/vhosts/index.html.ja.jis
2228 %{manualdir}/vhosts/ip-based.html
2229 %{manualdir}/vhosts/mass.html
2230 %{manualdir}/vhosts/name-based.html.html
2231 %{manualdir}/vhosts/name-based.html.en
2232 %lang(ja) %{manualdir}/vhosts/name-based.html.ja.jis
2233 %{manualdir}/vhosts/vhosts-in-depth.html
2234 %{manualdir}/vhosts/virtual-host.html
2235 # suexec
2236 %{manualdir}/suexec.html.html
2237 %{manualdir}/suexec.html.en
2238 %lang(ja) %{manualdir}/suexec.html.ja.jis
2239 %{manualdir}/programs/suexec.html.html
2240 %{manualdir}/programs/suexec.html.en
2241 %lang(ja) %{manualdir}/programs/suexec.html.ja.jis
2242 # mod_actions
2243 %{manualdir}/mod/mod_actions.html.html
2244 %{manualdir}/mod/mod_actions.html.en
2245 %lang(ja) %{manualdir}/mod/mod_actions.html.ja.jis
2246 # mod_auth
2247 %{manualdir}/howto/auth.html
2248 %{manualdir}/mod/mod_auth.html.html
2249 %{manualdir}/mod/mod_auth.html.en
2250 %lang(ja) %{manualdir}/mod/mod_auth.html.ja.jis
2251 # mod_anon
2252 %{manualdir}/mod/mod_auth_anon.html
2253 # mod_auth_db
2254 %{manualdir}/mod/mod_auth_db.html
2255 # mod_auth_digest
2256 %{manualdir}/mod/mod_auth_digest.html
2257 # mod_define
2258 %{manualdir}/mod/mod_define.html
2259 # mod_digest
2260 %{manualdir}/mod/mod_digest.html
2261 # mod_dir
2262 %{manualdir}/mod/mod_dir.html.html
2263 %{manualdir}/mod/mod_dir.html.en
2264 %lang(ja) %{manualdir}/mod/mod_dir.html.ja.jis
2265 # mod_expires
2266 %{manualdir}/mod/mod_expires.html
2267 # mod_headers
2268 %{manualdir}/mod/mod_headers.html
2269 # mod_imap
2270 %{manualdir}/mod/mod_imap.html
2271 # mod_info
2272 %{manualdir}/mod/mod_info.html.html
2273 %{manualdir}/mod/mod_info.html.en
2274 %lang(ja) %{manualdir}/mod/mod_info.html.ja.jis
2275 # mod_log_forensic
2276 %{manualdir}/mod/mod_log_forensic.html.html
2277 %{manualdir}/mod/mod_log_forensic.html.en
2278 # mod_mmap_static
2279 %{manualdir}/mod/mod_mmap_static.html
2280 # mod_proxy
2281 %{manualdir}/mod/mod_proxy.html
2282 # mod_rewrite
2283 %{manualdir}/mod/mod_rewrite.html.html
2284 %{manualdir}/mod/mod_rewrite.html.en
2285 %lang(ja) %{manualdir}/mod/mod_rewrite.html.ja.jis
2286 %{manualdir}/images/mod_rewrite*
2287 # mod_status
2288 %{manualdir}/mod/mod_status.html
2289 # mod_unique_id
2290 %{manualdir}/mod/mod_unique_id.html.html
2291 %{manualdir}/mod/mod_unique_id.html.en
2292 %lang(ja) %{manualdir}/mod/mod_unique_id.html.ja.jis
2293 # mod_usertrack
2294 %{manualdir}/mod/mod_cookies.html
2295 %{manualdir}/mod/mod_usertrack.html
2296 # mod_vhost_alias
2297 %{manualdir}/mod/mod_vhost_alias.html
2298
2299 %files errordocs
2300 %defattr(644,root,root,755)
2301 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_errordocs.conf
2302 %dir %{errordir}
2303 %{errordir}/HEADER.shtml
2304 %{errordir}/FOOT.shtml
2305 %{errordir}/*.shtml.en
2306 %lang(pl) %{errordir}/*.shtml.po
2307
2308 %files suexec
2309 %defattr(644,root,root,755)
2310 %attr(4755,root,root) %{_sbindir}/suexec
2311 %{_mandir}/man8/suexec.8*
2312
2313 %files devel
2314 %defattr(644,root,root,755)
2315 %attr(755,root,root) %{apxs}
2316 %{_mandir}/man8/apxs1.8*
2317 %{_includedir}
2318
2319 %files -n htpasswd-%{name}
2320 %defattr(644,root,root,755)
2321 %attr(755,root,root) %{_bindir}/htpasswd
2322 %attr(755,root,root) %{_sbindir}/htpasswd
2323 %{_mandir}/man1/htpasswd.1*
2324
2325 %files mod_access
2326 %defattr(644,root,root,755)
2327 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_access.conf
2328 %attr(755,root,root) %{_libexecdir}/mod_access.so
2329
2330 %files mod_actions
2331 %defattr(644,root,root,755)
2332 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_actions.conf
2333 %attr(755,root,root) %{_libexecdir}/mod_actions.so
2334
2335 %files mod_alias
2336 %defattr(644,root,root,755)
2337 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_alias.conf
2338 %attr(755,root,root) %{_libexecdir}/mod_alias.so
2339
2340 %files mod_asis
2341 %defattr(644,root,root,755)
2342 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_asis.conf
2343 %attr(755,root,root) %{_libexecdir}/mod_asis.so
2344
2345 %files mod_auth
2346 %defattr(644,root,root,755)
2347 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth.conf
2348 %attr(755,root,root) %{_libexecdir}/mod_auth.so
2349
2350 %files mod_auth_anon
2351 %defattr(644,root,root,755)
2352 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_anon.conf
2353 %attr(755,root,root) %{_libexecdir}/mod_auth_anon.so
2354
2355 %files mod_auth_db
2356 %defattr(644,root,root,755)
2357 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_db.conf
2358 %attr(755,root,root) %{_libexecdir}/mod_auth_db.so
2359 %attr(755,root,root) %{_bindir}/dbmmanage
2360 %{_mandir}/man1/dbmmanage.1*
2361
2362 %files mod_auth_digest
2363 %defattr(644,root,root,755)
2364 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_auth_digest.conf
2365 %attr(755,root,root) %{_libexecdir}/mod_auth_digest.so
2366
2367 %files mod_autoindex
2368 %defattr(644,root,root,755)
2369 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_autoindex.conf
2370 %attr(755,root,root) %{_libexecdir}/mod_autoindex.so
2371
2372 %files mod_cern_meta
2373 %defattr(644,root,root,755)
2374 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cern_meta.conf
2375 %attr(755,root,root) %{_libexecdir}/mod_cern_meta.so
2376
2377 %files mod_cgi
2378 %defattr(644,root,root,755)
2379 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_cgi.conf
2380 %attr(755,root,root) %{_libexecdir}/mod_cgi.so
2381
2382 %files mod_define
2383 %defattr(644,root,root,755)
2384 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_define.conf
2385 %attr(755,root,root) %{_libexecdir}/mod_define.so
2386
2387 %files mod_digest
2388 %defattr(644,root,root,755)
2389 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_digest.conf
2390 %attr(755,root,root) %{_libexecdir}/mod_digest.so
2391
2392 %files mod_dir
2393 %defattr(644,root,root,755)
2394 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_dir.conf
2395 %attr(755,root,root) %{_libexecdir}/mod_dir.so
2396
2397 %files mod_env
2398 %defattr(644,root,root,755)
2399 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_env.conf
2400 %attr(755,root,root) %{_libexecdir}/mod_env.so
2401
2402 %files mod_expires
2403 %defattr(644,root,root,755)
2404 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_expires.conf
2405 %attr(755,root,root) %{_libexecdir}/mod_expires.so
2406
2407 %files mod_headers
2408 %defattr(644,root,root,755)
2409 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_headers.conf
2410 %attr(755,root,root) %{_libexecdir}/mod_headers.so
2411
2412 %files mod_imap
2413 %defattr(644,root,root,755)
2414 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_imap.conf
2415 %attr(755,root,root) %{_libexecdir}/mod_imap.so
2416
2417 %files mod_include
2418 %defattr(644,root,root,755)
2419 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_include.conf
2420 %attr(755,root,root) %{_libexecdir}/mod_include.so
2421
2422 %files mod_info
2423 %defattr(644,root,root,755)
2424 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_info.conf
2425 %attr(755,root,root) %{_libexecdir}/mod_info.so
2426
2427 %files mod_log_agent
2428 %defattr(644,root,root,755)
2429 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_agent.conf
2430 %attr(755,root,root) %{_libexecdir}/mod_log_agent.so
2431
2432 %files mod_log_config
2433 %defattr(644,root,root,755)
2434 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_config.conf
2435 %attr(755,root,root) %{_libexecdir}/mod_log_config.so
2436
2437 %files mod_log_forensic
2438 %defattr(644,root,root,755)
2439 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_forensic.conf
2440 %attr(755,root,root) %{_libexecdir}/mod_log_forensic.so
2441
2442 %files mod_log_referer
2443 %defattr(644,root,root,755)
2444 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_log_referer.conf
2445 %attr(755,root,root) %{_libexecdir}/mod_log_referer.so
2446
2447 %files mod_mime
2448 %defattr(644,root,root,755)
2449 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_mime.conf
2450 %attr(755,root,root) %{_libexecdir}/mod_mime.so
2451
2452 %files mod_mime_magic
2453 %defattr(644,root,root,755)
2454 %attr(640,root,root) %{_sysconfdir}/magic
2455 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_mime_magic.conf
2456 %attr(755,root,root) %{_libexecdir}/mod_mime_magic.so
2457
2458 %files mod_mmap_static
2459 %defattr(644,root,root,755)
2460 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_mmap_static.conf
2461 %attr(755,root,root) %{_libexecdir}/mod_mmap_static.so
2462
2463 %files mod_negotiation
2464 %defattr(644,root,root,755)
2465 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_negotiation.conf
2466 %attr(755,root,root) %{_libexecdir}/mod_negotiation.so
2467
2468 %files mod_proxy
2469 %defattr(644,root,root,755)
2470 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_proxy.conf
2471 %attr(755,root,root) %{_libexecdir}/libproxy.so
2472 %dir %attr(770,root,http) /var/cache/apache
2473
2474 %files mod_rewrite
2475 %defattr(644,root,root,755)
2476 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_rewrite.conf
2477 %attr(755,root,root) %{_libexecdir}/mod_rewrite.so
2478
2479 %files mod_setenvif
2480 %defattr(644,root,root,755)
2481 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_setenvif.conf
2482 %attr(755,root,root) %{_libexecdir}/mod_setenvif.so
2483
2484 %files mod_speling
2485 %defattr(644,root,root,755)
2486 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_speling.conf
2487 %attr(755,root,root) %{_libexecdir}/mod_speling.so
2488
2489 %files mod_status
2490 %defattr(644,root,root,755)
2491 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_status.conf
2492 %attr(755,root,root) %{_libexecdir}/mod_status.so
2493
2494 %files mod_unique_id
2495 %defattr(644,root,root,755)
2496 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_unique_id.conf
2497 %attr(755,root,root) %{_libexecdir}/mod_unique_id.so
2498
2499 %files mod_userdir
2500 %defattr(644,root,root,755)
2501 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_userdir.conf
2502 %attr(755,root,root) %{_libexecdir}/mod_userdir.so
2503
2504 %files mod_usertrack
2505 %defattr(644,root,root,755)
2506 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_usertrack.conf
2507 %attr(755,root,root) %{_libexecdir}/mod_usertrack.so
2508
2509 %files mod_vhost_alias
2510 %defattr(644,root,root,755)
2511 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_vhost_alias.conf
2512 %attr(755,root,root) %{_libexecdir}/mod_vhost_alias.so
This page took 0.385618 seconds and 3 git commands to generate.