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