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