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