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