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