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