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