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