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