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