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