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