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