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