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