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