]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd.spec
- fix mod_deflate obsoletes
[packages/lighttpd.git] / lighttpd.spec
CommitLineData
8d7ff392 1# TODO:
c90b32a9 2# - don't use lighttpd-angel in systemd. systemd does the respawn/recovery logic itself
28f5be14 3# - provide or autogenerated self signed cert in post, so after installing
8d7ff392 4# lighttpd-ssl server will still work
65a96cff 5# - patch with mod_websocket: https://github.com/Juniper/lighttpd-for-juise
5bc23855 6# - lighttpd-mod_fd_transfer: https://redmine.lighttpd.net/boards/3/topics/4992
28f5be14 7# - add db specific mod_vhostdb_* sub-packages
0e782274
ER
8# - package mod_sockproxy
9# https://github.com/lighttpd/lighttpd1.4/commit/c4d743bb4d0cc045d41322169a4e36a151e247f1
93e44daf
ER
10# - TLS library options
11# - mod_openssl (existing)
12# - mod_mbedtls (experimental)
13# - mod_wolfssl (experimental)
14# - mod_gnutls (experimental)
15# - mod_nss (experimental)
170daa95
ER
16#
17# Conditional build:
5877c711 18%bcond_with tests # build with tests
8d377a51 19%bcond_without xattr # support of extended attributes
20%bcond_without ipv6 # IPv4-only version (doesn't require IPv6 in kernel)
21%bcond_without largefile # largefile support (see notes above)
28f5be14 22%bcond_without dbi # libdbi, enables mod_vhostdb_dbi
8d377a51 23%bcond_without ssl # ssl support
f88908fd 24%bcond_without mysql # mysql support in mod_mysql_vhost, mod_vhostdb_mysql
591ca263 25%bcond_without pgsql # PgSQL, enables mod_vhostdb_pgsql
63231556
ER
26%bcond_without bzip2 # Enable bzip2 support for mod_deflate
27%bcond_without brotli # Enable brotli support for mod_deflate
599694d6 28%bcond_without geoip # GeoIP support
9c3e83dc 29%bcond_without maxminddb # MaxMind GeoIP2 module
73314313 30%bcond_with krb5 # krb5 support (does not work with heimdal)
f88908fd 31%bcond_without ldap # ldap support in mod_auth, mod_vhostdb_ldap
26843c13 32%bcond_without lua # LUA support in mod_cml (needs LUA >= 5.1)
0df6ab5a 33%bcond_with gamin # gamin for reducing number of stat() calls. must be enabled in config: server.stat-cache-engine = "fam"
3336e336 34%bcond_without mod_trigger_b4_dl # mod_trigger_b4_dl
8d377a51 35%bcond_with webdav_props # properties in mod_webdav (includes extra sqlite3/libxml deps)
15bf768a 36%bcond_with webdav_locks # webdav locks with extra efsprogs deps
8d377a51 37%bcond_with valgrind # compile code with valgrind support.
ef46c984 38%bcond_with h264_streaming # build h264_streaming module
0f358883
ER
39%bcond_without storage_memcached # memcached storage for mod_trigger_b4_dl/mod_cml
40%bcond_without storage_gdbm # gdbm storage for mod_trigger_b4_dl
79404238 41
7e95562d 42%if %{with webdav_locks}
15bf768a 43%define webdav_progs 1
44%endif
45
3336e336 46# if(WITH_PCRE AND (WITH_MEMCACHED OR WITH_GDBM))
0f358883 47%if %{without storage_memcached} && %{without storage_gdbm}
3336e336
ER
48%undefine with_mod_trigger_b4_dl
49%endif
50
027853cc 51Summary: Fast and light HTTP server
1e6342f4 52Summary(pl.UTF-8): Szybki i lekki serwer HTTP
bee4f74e 53Name: lighttpd
93e44daf 54Version: 1.4.56
d66b6f70 55Release: 2
4241e769 56License: BSD
635dcdbb 57Group: Networking/Daemons/HTTP
e127907a 58Source0: https://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz
93e44daf 59# Source0-md5: 9d94f68c8106bfcdfe7aafa0a13f45a8
bee4f74e 60Source1: %{name}.init
2f7162ab
AM
61Source2: %{name}.conf
62Source3: %{name}.user
607835c0 63Source4: %{name}.logrotate
c54ca3d2 64Source5: %{name}.sysconfig
87c01276 65Source6: %{name}-mime.types.sh
e127907a 66Source7: https://glen.alkohol.ee/pld/lighty/favicon.ico
de13c2b1 67# Source7-md5: 00fcac5b861a54f5eb147a589504d480
2c3adf57
ER
68Source8: light_button.png
69# Source8-md5: 3e1008ee1d3d6d390cf81fe3072b4f50
70Source9: light_logo.png
71# Source9-md5: cbb7f0676e51ee2e26cf004df293fc62
72Source10: pld_button.png
73# Source10-md5: 185afa921e81bd726b9f0f9f0909dc6e
66f5ed22 74Source11: %{name}-pld.html
ac4cc36e 75Source12: %{name}.monitrc
af35593f 76Source13: branch.sh
d12d557e 77Source14: TODO
e2bb5fba 78Source16: %{name}.tmpfiles
710a7965
ER
79Source100: mod_access.conf
80Source101: mod_accesslog.conf
81Source102: mod_alias.conf
82Source103: mod_auth.conf
83Source104: mod_cgi.conf
84Source105: mod_cml.conf
710a7965
ER
85Source107: mod_deflate.conf
86Source108: mod_dirlisting.conf
87Source109: mod_evasive.conf
88Source110: mod_evhost.conf
89Source111: mod_expire.conf
90Source112: mod_fastcgi.conf
91Source113: mod_flv_streaming.conf
92Source114: mod_indexfile.conf
93Source115: mod_proxy.conf
94Source116: mod_redirect.conf
95Source117: mod_rewrite.conf
96Source118: mod_rrdtool.conf
97Source119: mod_scgi.conf
98Source120: mod_secdownload.conf
99Source121: mod_setenv.conf
100Source122: mod_simple_vhost.conf
101Source123: mod_ssi.conf
102Source124: mod_staticfile.conf
103Source125: mod_status.conf
104Source126: mod_trigger_b4_dl.conf
105Source127: mod_userdir.conf
106Source128: mod_usertrack.conf
107Source129: mod_webdav.conf
108Source130: php-spawned.conf
109Source131: php-external.conf
110Source132: ssl.conf
111Source133: mod_mysql_vhost.conf
112Source134: mod_magnet.conf
113Source135: mod_extforward.conf
114Source136: mod_h264_streaming.conf
115Source137: mod_cgi_php.conf
710a7965
ER
116Source139: mod_uploadprogress.conf
117Source140: mod_geoip.conf
aee01411 118Source141: mod_authn_ldap.conf
dffcdc6c
ER
119Source142: mod_openssl.conf
120Source143: mod_vhostdb.conf
121Source144: mod_wstunnel.conf
33ba2546 122Source145: mod_authn_mysql.conf
ed989a88 123Source146: mod_sockproxy.conf
9c3e83dc 124Source147: mod_maxminddb.conf
b6b48477 125# use branch.sh script to create branch.diff
d4094893
ER
126#Patch100: %{name}-branch.diff
127## Patch100-md5: 7bd09235304c8bcb16f34d49d480c0fb
48986775 128Patch1: %{name}-mod_evasive-status_code.patch
23dede10 129Patch2: %{name}-mod_h264_streaming.patch
d57b32c3 130Patch3: %{name}-branding.patch
4330480b 131Patch4: systemd.patch
d2d770e3 132Patch5: test-port-setup.patch
e127907a 133URL: https://www.lighttpd.net/
599694d6 134%{?with_geoip:BuildRequires: GeoIP-devel}
b429b3cc 135%{?with_xattr:BuildRequires: attr-devel}
c5a542fc 136BuildRequires: autoconf >= 2.57
63231556 137%{?with_maxminddb:BuildRequires: libmaxminddb-devel}
e1775e91
ER
138%if "%{pld_release}" != "ac"
139BuildRequires: automake >= 1:1.11.2
140%else
1a75d3e1 141BuildRequires: automake
e1775e91 142%endif
63231556 143%{?with_bzip2:BuildRequires: bzip2-devel}
a800d9b6 144BuildRequires: fcgi-devel
9c336869 145%{?with_gamin:BuildRequires: gamin-devel}
0df6ab5a 146%{?with_storage_gdbm:BuildRequires: gdbm-devel}
73314313 147%{?with_krb5:BuildRequires: krb5-devel}
63231556 148%{?with_brotli:BuildRequires: libbrotli-devel}
28f5be14 149%{?with_dbi:BuildRequires: libdbi-devel}
0f358883 150%{?with_storage_memcached:BuildRequires: libmemcached-devel}
1a75d3e1 151BuildRequires: libtool
5febf716 152BuildRequires: libuuid-devel
6ec064d6 153%{?with_webdav_props:BuildRequires: libxml2-devel}
26843c13 154%{?with_lua:BuildRequires: lua51-devel}
6ec064d6 155BuildRequires: mailcap >= 2.1.14-4.4
cc769ac6 156%{?with_mysql:BuildRequires: mysql-devel}
4c5c8771 157%{?with_ldap:BuildRequires: openldap-devel}
49163762 158%{?with_ssl:BuildRequires: openssl-devel}
1a75d3e1 159BuildRequires: pcre-devel
6ec064d6 160BuildRequires: pkgconfig
63231556 161%{?with_pgsql:BuildRequires: postgresql-devel}
e1775e91 162BuildRequires: rpm >= 4.4.9-56
1a836c43 163BuildRequires: rpmbuild(macros) >= 1.647
66f5ed22 164%{?with_webdav_props:BuildRequires: sqlite3-devel}
5cf37abe 165BuildRequires: tar >= 1:1.22
83ca4b2b 166%{?with_valgrind:BuildRequires: valgrind}
aa6cbd91 167BuildRequires: which
5cf37abe 168BuildRequires: xz
cc769ac6 169BuildRequires: zlib-devel
66f5ed22
ER
170Requires(post,preun): /sbin/chkconfig
171Requires(postun): /usr/sbin/groupdel
172Requires(postun): /usr/sbin/userdel
bee4f74e
AM
173Requires(pre): /bin/id
174Requires(pre): /usr/bin/getgid
5febf716 175Requires(pre): /usr/lib/rpm/user_group.sh
bee4f74e
AM
176Requires(pre): /usr/sbin/groupadd
177Requires(pre): /usr/sbin/useradd
28537382 178Requires(pre): /usr/sbin/usermod
e83411a7
ER
179Requires: %{name}-mod_dirlisting = %{version}-%{release}
180Requires: %{name}-mod_indexfile = %{version}-%{release}
181Requires: %{name}-mod_staticfile = %{version}-%{release}
677b5f00 182Requires: rc-scripts >= 0.4.3.0
974477b0 183Requires: rpm-whiteout >= 1.5
52e7e8c4 184Requires: systemd-units >= 38
49214c0b 185Suggests: %{name}-mod_accesslog
6230924e 186Provides: group(http)
e68efba2 187Provides: group(lighttpd)
e68efba2 188Provides: user(lighttpd)
1a75d3e1 189Provides: webserver
c5f94c38 190Provides: webserver(headers)
4dadb345 191Provides: webserver(mime)
b4faac46 192Conflicts: logrotate < 3.7-4
0296e68a
ER
193# for the posttrans scriptlet, conflicts because in vserver environment rpm package is not installed.
194Conflicts: rpm < 4.4.2-0.2
bee4f74e
AM
195BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
196
b4d015dd 197%define pkglibdir %{_libdir}/%{name}
8d734bed 198%define _lighttpddir /home/services/%{name}
bee4f74e
AM
199%define _sysconfdir /etc/%{name}
200
201%description
f655b1fd 202lighttpd is a secure, fast, compliant and very flexible web-server
ebd2f6ff
ER
203which has been optimized for high-performance environments. It has a
204very low memory footprint compared to other webservers and takes care
205of cpu-load. Its advanced feature-set (FastCGI, CGI, Auth,
bee4f74e
AM
206Output-Compression, URL-Rewriting and many more) make lighttpd the
207perfect webserver-software for every server that is suffering load
208problems.
209
6b35183e 210%description -l pl.UTF-8
f655b1fd 211lighttpd jest bezpiecznym, szybkim, przyjaznym i bardzo elastycznym
6b35183e
JR
212serwerem WWW, który został zoptymalizowany pod kątem
213wysokowydajnościowych środowisk. Zajmuje bardzo małą ilość pamięci w
214porównaniu do innych serwerów WWW oraz dba o zajętość procesora.
1a75d3e1 215Szeroki zestaw opcji (FastCGI, CGI, uwierzytelnianie, kompresja
6b35183e
JR
216wyjścia, przepisywanie URL-i i wiele innych) czynią z lighttpd
217doskonałe oprogramowanie web-serwerowe na każdy serwer cierpiący z
218powodu problemów z obciążeniem.
f655b1fd 219
5febf716
ER
220%package mod_access
221Summary: lighttpd module for making access restrictions
1e6342f4 222Summary(pl.UTF-8): Moduł lighttpd ograniczający dostęp
635dcdbb 223Group: Networking/Daemons/HTTP
86099f38 224URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAccess
5febf716
ER
225Requires: %{name} = %{version}-%{release}
226Provides: webserver(access)
227
228%description mod_access
229The access module is used to deny access to files with given trailing
230path names.
231
6b35183e
JR
232%description mod_access -l pl.UTF-8
233Moduł access służy do ograniczania dostępu do plików o podanych
234ścieżkach.
2c978720 235
5febf716
ER
236%package mod_accesslog
237Summary: lighttpd module to record access logs
1e6342f4 238Summary(pl.UTF-8): Moduł lighttpd do zapisu logów dostępu
635dcdbb 239Group: Networking/Daemons/HTTP
86099f38 240URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAccessLog
5febf716
ER
241Requires: %{name} = %{version}-%{release}
242
243%description mod_accesslog
244CLF like by default, flexible like Apache.
245
6b35183e
JR
246%description mod_accesslog -l pl.UTF-8
247Domyślnie podobny do CLF, elastyczny jak Apache.
2c978720 248
5febf716 249%package mod_alias
2c978720 250Summary: lighttpd module for making URL aliasing
1e6342f4 251Summary(pl.UTF-8): Moduł lighttpd odpowiadający za aliasy URL-i
635dcdbb 252Group: Networking/Daemons/HTTP
86099f38 253URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAlias
5febf716
ER
254Requires: %{name} = %{version}-%{release}
255Provides: webserver(alias)
256
257%description mod_alias
258The alias module is used to specify a special document-root for a
2c978720
JB
259given URL-subset.
260
6b35183e
JR
261%description mod_alias -l pl.UTF-8
262Modul alias służy do określania specjalnego drzewa (document-roota)
2c978720 263dla podanego podzbioru URL-i.
5febf716
ER
264
265%package mod_auth
266Summary: lighttpd module for authentication support
1e6342f4 267Summary(pl.UTF-8): Moduł lighttpd do obsługi uwierzytelniania
635dcdbb 268Group: Networking/Daemons/HTTP
86099f38 269URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAuth
5febf716 270Requires: %{name} = %{version}-%{release}
ee844130 271Requires: %{name}-mod_authn_file = %{version}-%{release}
0919dd08
ER
272%if %{with ldap}
273Suggests: %{name}-mod_authn_ldap = %{version}-%{release}
274%endif
3336e336 275%if %{with mysql}
0919dd08 276Suggests: %{name}-mod_authn_mysql = %{version}-%{release}
3336e336 277%endif
5febf716
ER
278Provides: webserver(auth)
279
280%description mod_auth
281lighttpd supportes both authentication method described by RFC 2617:
282basic and digest.
283
6b35183e
JR
284%description mod_auth -l pl.UTF-8
285lighttpd obsługuje obie metody uwierzytelniania opisane w RFC 2617:
2c978720
JB
286basic i digest.
287
52788937
ER
288%package mod_authn_file
289Summary: lighttpd authn_file module
290Group: Networking/Daemons/HTTP
291Requires: %{name} = %{version}-%{release}
292
293%description mod_authn_file
294lighttpd authn_file module.
295
296%package mod_authn_gssapi
297Summary: lighttpd authn_gssapi module
298Group: Networking/Daemons/HTTP
299Requires: %{name} = %{version}-%{release}
300
301%description mod_authn_gssapi
302lighttpd authn_gssapi module.
303
304%package mod_authn_ldap
305Summary: lighttpd authn_ldap module
306Group: Networking/Daemons/HTTP
307Requires: %{name} = %{version}-%{release}
308
309%description mod_authn_ldap
310lighttpd authn_ldap module.
311
312%package mod_authn_mysql
313Summary: lighttpd authn_mysql module
314Group: Networking/Daemons/HTTP
315Requires: %{name} = %{version}-%{release}
316
317%description mod_authn_mysql
318lighttpd authn_mysql module.
319
5febf716
ER
320%package mod_cgi
321Summary: lighttpd module for CGI handling
1e6342f4 322Summary(pl.UTF-8): Moduł lighttpd do obsługi CGI
635dcdbb 323Group: Networking/Daemons/HTTP
86099f38 324URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCGI
5febf716 325Requires: %{name} = %{version}-%{release}
90e69809 326Requires: %{name}-mod_alias = %{version}-%{release}
5febf716
ER
327Provides: webserver(cgi)
328
329%description mod_cgi
330The cgi module provides a CGI-conforming interface.
331
332CGI programs allow you to enhance the functionality of the server in a
2c978720
JB
333very straight and simple way.
334
6b35183e
JR
335%description mod_cgi -l pl.UTF-8
336Moduł cgi udostępnia interfejs zgodny z CGI.
2c978720 337
6b35183e
JR
338Programy CGI pozwalają rozszerzać funkcjonalność serwera w bardzo
339prosty i naturalny sposób.
5febf716 340
42f6feaa
PG
341%package mod_cgi_php
342Summary: lighttpd module for CGI handling PHP scripts
343Summary(pl.UTF-8): Moduł lighttpd do obsługi skryptów PHP przez CGI
635dcdbb 344Group: Networking/Daemons/HTTP
42f6feaa 345Requires: %{name}-mod_cgi = %{version}-%{release}
d65e8f48 346Requires: php(cgi)
e782ebbb 347Provides: webserver(php)
42f6feaa
PG
348
349%description mod_cgi_php
350The cgi module provides a CGI-conforming interface for PHP scripts.
351
352CGI programs allow you to enhance the functionality of the server in a
353very straight and simple way.
354
355%description mod_cgi_php -l pl.UTF-8
e782ebbb
ER
356Moduł cgi udostępnia interfejs zgodny z CGI do wywoływania skryptów
357PHP.
42f6feaa
PG
358
359Programy CGI pozwalają rozszerzać funkcjonalność serwera w bardzo
360prosty i naturalny sposób.
361
5febf716
ER
362%package mod_cml
363Summary: lighttpd module for Cache Meta Language
1e6342f4 364Summary(pl.UTF-8): Moduł Cache Meta Language
635dcdbb 365Group: Networking/Daemons/HTTP
86099f38 366URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCML
5febf716
ER
367Requires: %{name} = %{version}-%{release}
368
369%description mod_cml
370CML is a Meta language to describe the dependencies of a page at one
371side and building a page from its fragments on the other side using
372LUA.
373
6b35183e
JR
374%description mod_cml -l pl.UTF-8
375CML to metajęzyk służący z jednej strony do opisu zależności strony i
376z drugiej strony do budowania strony z fragmentów przy użyciu LUA.
5febf716 377
fda87005 378%package mod_compress
5febf716 379Summary: lighttpd module for output compression
1e6342f4 380Summary(pl.UTF-8): Moduł lighttpd do kompresji wyjścia
635dcdbb 381Group: Networking/Daemons/HTTP
86099f38 382URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCompress
fda87005
ER
383Requires: %{name} = %{version}-%{release}
384
385%description mod_compress
386Output compression reduces the network load and can improve the
387overall throughput of the webserver.
388
389Only static content is supported up to now.
390
a877d9a4 391The server negotiates automatically which compression method is used.
fda87005
ER
392Supported are gzip, deflate, bzip.
393
6b35183e
JR
394%description mod_compress -l pl.UTF-8
395Kompresja wyjścia zmniejsza obciążenie sieci i może poprawić całkowitą
396przepustowość serwera WWW.
a877d9a4 397
6b35183e 398Jak na razie obsługiwana jest tylko statyczna treść.
a877d9a4 399
6b35183e
JR
400Serwer automatycznie negocjuje, która metoda kompresji jest używana.
401Obsługiwane są gzip, deflate i bzip.
a877d9a4 402
5febf716 403%package mod_deflate
2c978720 404Summary: lighttpd module for output compression using deflate method
1e6342f4 405Summary(pl.UTF-8): Moduł lighttpd do kompresji wyjścia metodą deflate
635dcdbb 406Group: Networking/Daemons/HTTP
ad5e496c 407URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModDeflate
fda87005 408Requires: %{name} = %{version}-%{release}
d66b6f70 409Obsoletes: lighttpd-mod_compress < 1.4.56
fda87005 410
63231556
ER
411%define _deflate_encodings deflate gzip %{?with_bzip2:bzip2} %{?with_brotli:brotli}
412%define deflate_encodings %(echo %_deflate_encodings | sed -e 's/ /, /g')
413
5febf716 414%description mod_deflate
ad5e496c
ER
415mod_deflate enables output compression of responses
416(Content-Encoding).
417
418Output compression reduces the network load and can improve the
419overall throughput of the webserver. All major http-clients support
420compression by announcing it in the Accept-Encoding header. This is
421used to negotiate the most suitable compression method.
422
63231556
ER
423This module supports %{deflate_encodings} encodings.
424
425deflate (RFC1950, RFC1951) and gzip (RFC1952) depend on zlib while
426bzip2 depends on libbzip2. bzip2 is only supported by lynx and some
427other console text-browsers. brotli (RFC7932) is supported in most
428popular browsers.
429
ad5e496c
ER
430Since lighttpd 1.4.56, mod_deflate subsumes and replaces mod_compress.
431mod_deflate can compress static and dynamic responses, while
432mod_compress could compress only static files.
fda87005 433
6b35183e
JR
434%description mod_deflate -l pl.UTF-8
435mod_deflate potrafi kompresować statyczne i dynamiczne wyjście z
436lighttpd. Nie obsługuje cache'owania wyniku kompresji, jak robi to
2c978720
JB
437mod_compress.
438
5febf716
ER
439%package mod_dirlisting
440Summary: lighttpd module for directory listings
1e6342f4 441Summary(pl.UTF-8): Moduł lighttpd do tworzenia listingów katalogów
635dcdbb 442Group: Networking/Daemons/HTTP
86099f38 443URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModDirlisting
5febf716
ER
444Requires: %{name} = %{version}-%{release}
445
446%description mod_dirlisting
447mod_dirlisting generates HTML based directory listings with full CSS
448control.
449
6b35183e
JR
450%description mod_dirlisting -l pl.UTF-8
451mod_dirlisting tworzy listingi katalogów w formacie HTML z pełną
452kontrolą CSS.
2c978720 453
5febf716
ER
454%package mod_evasive
455Summary: lighttpd evasive module
1e6342f4 456Summary(pl.UTF-8): Moduł evasive dla lighttpd
635dcdbb 457Group: Networking/Daemons/HTTP
34b8d937 458URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModEvasive
5febf716
ER
459Requires: %{name} = %{version}-%{release}
460
461%description mod_evasive
2c978720
JB
462lighttpd evasive module.
463
6b35183e
JR
464%description mod_evasive -l pl.UTF-8
465Moduł evasive dla lighttpd.
5febf716
ER
466
467%package mod_evhost
468Summary: lighttpd module for enhanced virtual-hosting
1e6342f4 469Summary(pl.UTF-8): Moduł lighttpd rozszerzający obsługę hostów wirtualnych
635dcdbb 470Group: Networking/Daemons/HTTP
86099f38 471URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModEVhost
5febf716
ER
472Requires: %{name} = %{version}-%{release}
473
474%description mod_evhost
475mod_evhost builds the document-root based on a pattern which contains
476wildcards. Those wildcards can represent parts of the submitted
477hostname.
478
6b35183e
JR
479%description mod_evhost -l pl.UTF-8
480mod_evhost tworzy document-root w oparciu o wzorzec zawierający znaki
481wieloznaczne (wildcards). Znaki te reprezentują części przekazanej
2c978720
JB
482nazwy hosta.
483
5febf716
ER
484%package mod_expire
485Summary: lighttpd module for controlling the expiration of content in caches
1e6342f4 486Summary(pl.UTF-8): Moduł lighttpd sterujący wygasaniem treści w cache'ach
635dcdbb 487Group: Networking/Daemons/HTTP
86099f38 488URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModExpire
5febf716 489Requires: %{name} = %{version}-%{release}
8f3d157e 490Provides: webserver(expires)
5febf716
ER
491
492%description mod_expire
493mod_expire controls the setting of the the Expire response header.
494
6b35183e
JR
495%description mod_expire -l pl.UTF-8
496mod_expire steruje ustawianiem nagłówka odpowiedzi Expire.
2c978720 497
93347afb 498%package mod_extforward
a044e4b4 499Summary: lighttpd module to extract the client's "real" IP from X-Forwarded-For header
1e6342f4 500Summary(pl.UTF-8): Moduł lighttpd wyciągający "prawdziwy" IP klienta z nagłówka X-Forwarded-For
635dcdbb 501Group: Networking/Daemons/HTTP
86099f38 502URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/DocsModExtForward
93347afb
ER
503Requires: %{name} = %{version}-%{release}
504
505%description mod_extforward
a044e4b4 506This module will extract the client's "real" IP from X-Forwarded-For
1aef08e1 507header which is added by Squid or other proxies. It might be useful
9d166fb8 508for servers behind reverse proxy servers.
93347afb 509
6b35183e
JR
510%description mod_extforward -l pl.UTF-8
511Ten moduł wyciąga "prawdziwy" IP klienta z nagłówka X-Forwarded-For
512dodawanego przez Squida czy inne proxy. Może być przydatny dla
513serwerów stojących za odwrotnymi serwerami proxy.
a044e4b4 514
5febf716
ER
515%package mod_fastcgi
516Summary: lighttpd module for FastCGI interface
1e6342f4 517Summary(pl.UTF-8): Moduł lighttpd do interfejsu FastCGI
635dcdbb 518Group: Networking/Daemons/HTTP
86099f38 519URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModFastCGI
5febf716
ER
520Requires: %{name} = %{version}-%{release}
521
522%description mod_fastcgi
523The FastCGI interface is the fastest and most secure way to interface
524external process-handlers like Perl, PHP and your self-written
525applications.
526
6b35183e
JR
527%description mod_fastcgi -l pl.UTF-8
528Interfejs FastCGI to najszybszy i najbezpieczniejszy sposób
529komunikacji z zewnętrznymi programami obsługującymi procesy, takimi
530jak Perl, PHP czy własne aplikacje.
2c978720 531
5febf716
ER
532%package mod_flv_streaming
533Summary: lighttpd module for flv streaming
1e6342f4 534Summary(pl.UTF-8): Moduł lighttpd do streamingu flv
635dcdbb 535Group: Networking/Daemons/HTTP
34b8d937 536URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModFLVStreaming
5febf716
ER
537Requires: %{name} = %{version}-%{release}
538
539%description mod_flv_streaming
540lighttpd module for flv streaming.
541
6b35183e
JR
542%description mod_flv_streaming -l pl.UTF-8
543Moduł lighttpd do streamingu flv.
2c978720 544
52788937
ER
545%package mod_geoip
546Summary: lighttpd module for IP Based Geographic Lookups
547Group: Networking/Daemons/HTTP
548URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModGeoip
549Requires: %{name} = %{version}-%{release}
550
551%description mod_geoip
51b49ca1
ER
552mod_geoip is a module for fast ip/location lookups. It uses MaxMind
553GeoIP / GeoCity databases.
554
555If the ip was found in the database the module sets the appropriate
556environment variables to the request, thus making other modules/fcgi
557be informed.
52788937 558
23dede10
ER
559%package mod_h264_streaming
560Summary: lighttpd module for h264 streaming
cf2575fc 561Summary(pl.UTF-8): Moduł lighttpd do emisji strumieni h264
3b1299af 562License: CC 3.0 BY-NC-SA
635dcdbb 563Group: Networking/Daemons/HTTP
3b1299af 564URL: http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Lighttpd-Version2
23dede10
ER
565Requires: %{name} = %{version}-%{release}
566
567%description mod_h264_streaming
cf2575fc
JB
568A lighttpd plugin for pseudo-streaming QuickTime/MPEG-4 files.
569
570%description mod_h264_streaming -l pl.UTF-8
571Moduł lighttpd do pseudostreamingu plików QuickTime/MPEG-4.
23dede10 572
5febf716
ER
573%package mod_indexfile
574Summary: lighttpd indexfile module
1e6342f4 575Summary(pl.UTF-8): Moduł indexfile dla lighttpd
635dcdbb 576Group: Networking/Daemons/HTTP
34b8d937 577URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Index-file-names.Details
5febf716
ER
578Requires: %{name} = %{version}-%{release}
579Provides: webserver(indexfile)
580
581%description mod_indexfile
582indexfile module.
a877d9a4 583
6b35183e
JR
584%description mod_indexfile -l pl.UTF-8
585Moduł indexfile.
2c978720 586
0f9dfecb
ER
587%package mod_magnet
588Summary: lighttpd powermagnet module
1e6342f4 589Summary(pl.UTF-8): Moduł powermagnet dla lighttpd
635dcdbb 590Group: Networking/Daemons/HTTP
34b8d937 591URL: http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModMagnet
0f9dfecb
ER
592Requires: %{name} = %{version}-%{release}
593
594%description mod_magnet
595mod_magnet is a module to control the request handling in lighty.
596
6b35183e
JR
597%description mod_magnet -l pl.UTF-8
598mod_magnet to moduł sterujący obsługą żądań w lighty.
2c978720 599
9c3e83dc
ER
600%package mod_maxminddb
601Summary: lighttpd module
602Group: Networking/Daemons/HTTP
603#URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModGeoip
604Requires: %{name} = %{version}-%{release}
605
606%description mod_maxminddb
607
fda87005 608%package mod_mysql_vhost
5febf716 609Summary: lighttpd module for MySQL based vhosting
1e6342f4 610Summary(pl.UTF-8): Moduł lighttpd obsługujący vhosty oparte na MySQL-u
635dcdbb 611Group: Networking/Daemons/HTTP
86099f38 612URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModMySQLVhost
fda87005 613Requires: %{name} = %{version}-%{release}
5febf716 614Conflicts: %{name}-mod_simple_vhost
fda87005
ER
615
616%description mod_mysql_vhost
617This module provides virtual hosts (vhosts) based on a MySQL table.
618
6b35183e
JR
619%description mod_mysql_vhost -l pl.UTF-8
620Ten moduł udostępnia wirtualne hosty (vhosty) oparte na tabeli MySQL.
a877d9a4 621
03c15dcf
ER
622%package mod_openssl
623Summary: TLS/SSL for lighttpd
624Group: Networking/Daemons/HTTP
625URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_SSL
626Requires: %{name} = %{version}-%{release}
627
628%description mod_openssl
629TLS/SSL for lighttpd.
630
5febf716
ER
631%package mod_proxy
632Summary: lighttpd module for proxying requests
1e6342f4 633Summary(pl.UTF-8): Moduł lighttpd do przekazywania żądań
635dcdbb 634Group: Networking/Daemons/HTTP
86099f38 635URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModProxy
5febf716
ER
636Requires: %{name} = %{version}-%{release}
637
638%description mod_proxy
2c978720 639The proxy module a simplest way to connect lighttpd to Java servers
5febf716
ER
640which have a HTTP-interface.
641
6b35183e
JR
642%description mod_proxy -l pl.UTF-8
643Moduł proxy to najprostszy sposób łączenia lighttpd z serwerami Javy
644mającymi interfejs HTTP.
2c978720 645
5febf716
ER
646%package mod_proxy_core
647Summary: lighttpd module for proxying requests
1e6342f4 648Summary(pl.UTF-8): Moduł lighttpd do przekazywania żądań
635dcdbb 649Group: Networking/Daemons/HTTP
5febf716
ER
650URL: http://blog.lighttpd.net/articles/2006/07/18/mod_proxy_core-commited-to-svn
651Requires: %{name} = %{version}-%{release}
652
653%description mod_proxy_core
654The proxy module a simplest way to connect lighttpd to java servers
655which have a HTTP-interface.
656
657This is the new proxy code.
658
6b35183e
JR
659%description mod_proxy_core -l pl.UTF-8
660Moduł proxy to najprostszy sposób łączenia lighttpd z serwerami Javy
661mającymi interfejs HTTP.
2c978720 662
6b35183e 663Ten pakiet zawiera nowy moduł proxy.
2c978720 664
5febf716
ER
665%package mod_redirect
666Summary: lighttpd module for URL redirects
1e6342f4 667Summary(pl.UTF-8): Moduł lighttpd do przekierowań URL-i
635dcdbb 668Group: Networking/Daemons/HTTP
86099f38 669URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRedirect
5febf716
ER
670Requires: %{name} = %{version}-%{release}
671
672%description mod_redirect
2c978720
JB
673With mod_redirect module you can redirect a set of URLs externally.
674
6b35183e
JR
675%description mod_redirect -l pl.UTF-8
676Przy użyciu modułu mod_redirect można przekierować zbiór URL-i na
677zewnątrz.
5febf716
ER
678
679%package mod_rewrite
680Summary: lighttpd module for internal redirects, URL rewrite
1e6342f4 681Summary(pl.UTF-8): Moduł lighttpd do wewnętrznych przekierowań i przepisywania URL-i
635dcdbb 682Group: Networking/Daemons/HTTP
86099f38 683URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRewrite
5febf716 684Requires: %{name} = %{version}-%{release}
654124c5 685Provides: webserver(rewrite)
5febf716
ER
686
687%description mod_rewrite
688This module allows you rewrite a set of URLs interally in the
689webserver BEFORE they are handled.
690
6b35183e
JR
691%description mod_rewrite -l pl.UTF-8
692Ten moduł pozwala na przepisywanie zbioru URL-i wewnętrznie w serwerze
693WWW _przed_ ich obsługą.
2c978720 694
5febf716
ER
695%package mod_rrdtool
696Summary: lighttpd module for monitoring traffic and server load
1e6342f4 697Summary(pl.UTF-8): Moduł lighttpd do monitorowania ruchu i obciążenia serwera
635dcdbb 698Group: Networking/Daemons/HTTP
86099f38 699URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRRDTool
5febf716
ER
700Requires: %{name} = %{version}-%{release}
701Requires: rrdtool
702
703%description mod_rrdtool
704RRD is a system to store and display time-series data (i.e. network
705bandwidth, machine-room temperature, server load average).
706
707With this module you can monitor the traffic and load on the
708webserver.
709
6b35183e
JR
710%description mod_rrdtool -l pl.UTF-8
711RRD to system przechowywania i wyświetlania danych zależnych od czasu
712(np. obciążenia sieci, temperatury w serwerowni, średniego obciążenia
2c978720
JB
713serwera).
714
6b35183e 715Przy użyciu tego modułu można monitorować ruch i obciążenie serwera
2c978720
JB
716WWW.
717
5febf716
ER
718%package mod_scgi
719Summary: lighttpd module for SCGI interface
1e6342f4 720Summary(pl.UTF-8): Moduł lighttpd do interfejsu SCGI
635dcdbb 721Group: Networking/Daemons/HTTP
86099f38 722URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSCGI
5febf716
ER
723Requires: %{name} = %{version}-%{release}
724
725%description mod_scgi
726SCGI is a fast and simplified CGI interface. It is mostly used by
727Python + WSGI.
728
6b35183e
JR
729%description mod_scgi -l pl.UTF-8
730SCGI to szybki i uproszczony interfejs CGI. Jest używany głównie przez
2c978720
JB
731Pythona z WSGI.
732
5febf716
ER
733%package mod_secdownload
734Summary: lighttpd module for secure and fast downloading
1e6342f4 735Summary(pl.UTF-8): Moduł lighttpd do bezpiecznego i szybkiego ściągania danych
635dcdbb 736Group: Networking/Daemons/HTTP
86099f38 737URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSecDownload
5febf716
ER
738Requires: %{name} = %{version}-%{release}
739
740%description mod_secdownload
741With this module you can easily achieve authenticated file requests
742and a countermeasure against deep-linking.
743
6b35183e
JR
744%description mod_secdownload -l pl.UTF-8
745Przy użyciu tego modułu można łatwo umożliwić ściąganie plików z
746uwierzytelnieniem i zapobiec używaniu bezpośrednich odnośników.
2c978720 747
5febf716
ER
748%package mod_setenv
749Summary: lighttpd module for setting conditional request headers
1e6342f4 750Summary(pl.UTF-8): Moduł lighttpd do ustawiania warunkowych nagłówków żądań
635dcdbb 751Group: Networking/Daemons/HTTP
86099f38 752URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSetEnv
5febf716 753Requires: %{name} = %{version}-%{release}
e782ebbb 754Provides: webserver(setenv)
5febf716
ER
755
756%description mod_setenv
757mod_setenv is used to add request headers.
758
6b35183e
JR
759%description mod_setenv -l pl.UTF-8
760mod_setenv służy do dodawania nagłówków żądań.
2c978720 761
5febf716
ER
762%package mod_simple_vhost
763Summary: lighttpd module for simple virtual-hosting
1e6342f4 764Summary(pl.UTF-8): Moduł lighttpd do prostych hostów wirtualnych
635dcdbb 765Group: Networking/Daemons/HTTP
86099f38 766URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSimpleVhost
5febf716
ER
767Requires: %{name} = %{version}-%{release}
768Conflicts: %{name}-mod_mysql_vhost
769
770%description mod_simple_vhost
771lighttpd module for simple virtual-hosting.
772
6b35183e
JR
773%description mod_simple_vhost -l pl.UTF-8
774Moduł lighttpd do prostych hostów wirtualnych.
2c978720 775
ed989a88
ER
776%package mod_sockproxy
777Summary: Transparent socket proxy
778Group: Networking/Daemons/HTTP
779URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModSockProxy
780Requires: %{name} = %{version}-%{release}
781
782%description mod_sockproxy
783mod_sockproxy is a transparent socket proxy. For a given $SERVER["socket"]
784config, connections will be forwarded to backend(s) without any
785interpretation of the protocol.
786
5febf716
ER
787%package mod_ssi
788Summary: lighttpd module for server-side includes
1e6342f4 789Summary(pl.UTF-8): Moduł lighttpd do SSI (server-side includes)
635dcdbb 790Group: Networking/Daemons/HTTP
86099f38 791URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSSI
5febf716
ER
792Requires: %{name} = %{version}-%{release}
793
794%description mod_ssi
795The module for server-side includes provides a compatability layer for
796NSCA/Apache SSI.
797
6b35183e
JR
798%description mod_ssi -l pl.UTF-8
799Moduł server-side includes udostępnia warstwę kompatybilności z SSI
2c978720
JB
800znanym z NSCA/Apache'a.
801
5febf716
ER
802%package mod_staticfile
803Summary: lighttpd module for static file serving
1e6342f4 804Summary(pl.UTF-8): Moduł lighttpd do serwowania statycznych plików
635dcdbb 805Group: Networking/Daemons/HTTP
5febf716
ER
806Requires: %{name} = %{version}-%{release}
807
808%description mod_staticfile
809lighttpd module for static file serving.
810
6b35183e
JR
811%description mod_staticfile -l pl.UTF-8
812Moduł lighttpd do serwowania statycznych plików.
2c978720 813
5febf716
ER
814%package mod_status
815Summary: lighttpd module for displaying server status
1e6342f4 816Summary(pl.UTF-8): Moduł lighttpd do wyświetlania stanu serwera
635dcdbb 817Group: Networking/Daemons/HTTP
86099f38 818URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModStatus
5febf716
ER
819Requires: %{name} = %{version}-%{release}
820
821%description mod_status
822mod_status displays the server's status and configuration.
823
6b35183e
JR
824%description mod_status -l pl.UTF-8
825mod_status wyświetla stan i konfigurację serwera.
2c978720 826
fda87005
ER
827%package mod_trigger_b4_dl
828Summary: Trigger before Download
1e6342f4 829Summary(pl.UTF-8): Wyzwalacz przed ściąganiem
635dcdbb 830Group: Networking/Daemons/HTTP
86099f38 831URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModTriggerBeforeDownload
fda87005
ER
832Requires: %{name} = %{version}-%{release}
833
834%description mod_trigger_b4_dl
835Another anti hot-linking module.
836
6b35183e
JR
837%description mod_trigger_b4_dl -l pl.UTF-8
838Jeszcze jeden moduł blokujący bezpośrednie linkowanie.
a877d9a4 839
52788937
ER
840%package mod_uploadprogress
841Summary: lighttpd module for upload progress
842Group: Networking/Daemons/HTTP
843URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModUploadProgress
844Requires: %{name} = %{version}-%{release}
845
846%description mod_uploadprogress
847This module can be used to track the progress of a current upload.
848
5febf716
ER
849%package mod_userdir
850Summary: lighttpd module for user homedirs
1e6342f4 851Summary(pl.UTF-8): Moduł lighttpd obsługujący katalogi domowe użytkowników
635dcdbb 852Group: Networking/Daemons/HTTP
86099f38 853URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModUserDir
5febf716
ER
854Requires: %{name} = %{version}-%{release}
855
856%description mod_userdir
857The userdir module provides a simple way to link user-based
858directories into the global namespace of the webserver.
859
6b35183e
JR
860%description mod_userdir -l pl.UTF-8
861Moduł userdir udostępnia prosty sposób włączenia katalogów
862użytkowników do globalnej przestrzeni nazw serwera WWW.
2c978720 863
5febf716
ER
864%package mod_usertrack
865Summary: lighttpd usertrack module
1e6342f4 866Summary(pl.UTF-8): Moduł usertrack dla lighttpd
635dcdbb 867Group: Networking/Daemons/HTTP
86099f38 868URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModUserTrack
5febf716
ER
869Requires: %{name} = %{version}-%{release}
870
871%description mod_usertrack
2c978720
JB
872lighttpd usertrack module.
873
6b35183e
JR
874%description mod_usertrack -l pl.UTF-8
875Moduł usertrack dla lighttpd.
5febf716 876
03c15dcf
ER
877%package mod_vhostdb
878Summary: Virtual host database to provide vhost docroot
879Group: Networking/Daemons/HTTP
880URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModVhostDB
881Requires: %{name} = %{version}-%{release}
882
883%description mod_vhostdb
884Virtual host database to provide vhost docroot.
885
9c336869
ER
886%package mod_webdav
887Summary: WebDAV module for lighttpd
1e6342f4 888Summary(pl.UTF-8): Moduł WebDAV dla libghttpd
635dcdbb 889Group: Networking/Daemons/HTTP
86099f38 890URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModWebDAV
9c336869
ER
891Requires: %{name} = %{version}-%{release}
892
893%description mod_webdav
894The WebDAV module is a very minimalistic implementation of RFC 2518.
895Minimalistic means that not all operations are implementated yet.
896
897So far we have
7535f073
ER
898- PROPFIND
899- OPTIONS
900- MKCOL
901- DELETE
902- PUT
903- LOCK (experimental)
9c336869
ER
904
905and the usual GET, POST, HEAD from HTTP/1.1.
906
907So far mounting a webdav resource into Windows XP works and the basic
908litmus tests are passed.
909
6b35183e
JR
910%description mod_webdav -l pl.UTF-8
911Moduł WebDAV to bardzo minimalistyczna implementacja RFC 2518.
912Minimalistyczna oznacza, że jeszcze nie wszystkie operacje są
913zaimplementowane. Jak na razie są:
7535f073
ER
914- PROPFIND
915- OPTIONS
916- MKCOL
917- DELETE
918- PUT
919- LOCK (experimental)
54520eb4 920
6b35183e 921oraz zwykłe GET, POST, HEAD z HTTP/1.1.
a877d9a4 922
6b35183e
JR
923Jak na razie montowanie zasobu webdav pod Windows XP działa i
924podstawowe testy lakmusowe przechodzą.
a877d9a4 925
03c15dcf
ER
926%package mod_wstunnel
927Summary: WebSocket tunnel endpoint
928Group: Networking/Daemons/HTTP
929URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModWSTunnel
930Requires: %{name} = %{version}-%{release}
931
932%description mod_wstunnel
933WebSocket tunnel endpoint. This module terminates the websocket tunnel
934from a client. This module then passes data (without websocket frames)
935to a backend and encodes responses from backend in websocket frames
936before sending responses to client.
937
5febf716
ER
938%package php-spawned
939Summary: PHP support via FastCGI, spawned by lighttpd
1e6342f4 940Summary(pl.UTF-8): Obsługa PHP przez FastCGI, uruchamiane przez lighttpd
635dcdbb 941Group: Networking/Daemons/HTTP
5febf716
ER
942Requires: %{name} = %{version}-%{release}
943Requires: %{name}-mod_fastcgi = %{version}-%{release}
16b65cdd 944Requires: php(fcgi)
12ce5c6c 945Provides: webserver(php)
654124c5 946Obsoletes: lighttpd-php-external
5febf716
ER
947
948%description php-spawned
2c978720
JB
949PHP support via FastCGI, spawned by lighttpd.
950
6b35183e
JR
951%description php-spawned -l pl.UTF-8
952Obsługa PHP przez FastCGI, uruchamiane przez lighttpd.
5febf716
ER
953
954%package php-external
955Summary: PHP support via FastCGI, spawning controlled externally
1e6342f4 956Summary(pl.UTF-8): Obsługa PHP przez FastCGI, uruchamianie sterowane zewnętrznie
635dcdbb 957Group: Networking/Daemons/HTTP
5febf716
ER
958Requires: %{name} = %{version}-%{release}
959Requires: %{name}-mod_fastcgi = %{version}-%{release}
c5f94c38 960Suggests: php(fpm)
b6ef4dfa 961Suggests: php-fcgi-init
5febf716
ER
962Obsoletes: lighttpd-php-spawned
963
964%description php-external
2c978720
JB
965PHP support via FastCGI, spawning controlled externally.
966
6b35183e
JR
967%description php-external -l pl.UTF-8
968Obsługa PHP przez FastCGI, uruchamianie sterowane zewnętrznie.
5febf716
ER
969
970%package ssl
971Summary: lighttpd support for SSLv2 and SSLv3
1e6342f4 972Summary(pl.UTF-8): Obsługa SSLv2 i SSLv3 dla lighttpd
635dcdbb 973Group: Networking/Daemons/HTTP
34b8d937 974URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:SSL
5febf716 975Requires: %{name} = %{version}-%{release}
03c15dcf 976Requires: %{name}-mod_openssl = %{version}-%{release}
34b8d937 977Suggests: ca-certificates
5febf716
ER
978
979%description ssl
980lighttpd support for SSLv2 and SSLv3.
981
6b35183e
JR
982%description ssl -l pl.UTF-8
983Obsługa SSLv2 i SSLv3 dla lighttpd.
2c978720 984
2daa3b71
AM
985%package -n monit-rc-lighttpd
986Summary: lighttpd support for monit
987Summary(pl.UTF-8): Wsparcie lighttpd dla monit
988Group: Applications/System
989Requires: %{name} = %{version}-%{release}
990Requires: monit
991
992%description -n monit-rc-lighttpd
81303786 993monitrc file for monitoring lighttpd web server.
2daa3b71
AM
994
995%description -n monit-rc-lighttpd -l pl.UTF-8
81303786 996Plik monitrc do monitorowania serwera www lighttpd.
2daa3b71 997
bee4f74e
AM
998%prep
999%setup -q
d4094893 1000#%patch100 -p1
77b6d8cb 1001#%patch1 -p1 UPDATE (and submit upstream!) if you need this
ef46c984 1002%{?with_h264_streaming:%patch2 -p1}
d57b32c3 1003%patch3 -p1
4330480b 1004%patch4 -p1
d2d770e3 1005%patch5 -p1
87c01276 1006
f86f0d08
ER
1007rm -f src/mod_ssi_exprparser.h # bad patching: should be removed by is emptied instead
1008
87c01276 1009# build mime.types.conf
59d721a3 1010sh %{SOURCE6} /etc/mime.types
ce823cfb
ER
1011cp -p %{SOURCE14} PLD-TODO
1012
1013%if "%{pld_release}" == "ac"
8a2cdb12 1014%{__sed} -i -e 's/ serial_tests//' configure.ac
bb75d974 1015%{__sed} -i -e 's/dist-xz/dist-bzip2/' configure.ac
ce823cfb 1016%endif
bee4f74e
AM
1017
1018%build
61639980
ER
1019ver=$(awk '/AC_INIT/{a=$2;gsub(/[\[\],]/, "", a); print a}' configure.ac)
1020if [ "$ver" != "%{version}" ]; then
1021 : configure.ac specifies wrong version
1022 exit 1
1023fi
1024
b1fb5833 1025%{__aclocal} -I m4 -I scripts/m4
cd9299ee 1026%{__libtoolize}
2f7162ab 1027%{__autoconf}
b1fb5833 1028%{__autoheader}
3a4d459f 1029%{__automake}
867fc02d 1030
bee4f74e 1031%configure \
9c336869
ER
1032 %{!?with_ipv6:--disable-ipv6} \
1033 %{!?with_largefile:--disable-lfs} \
63231556
ER
1034 %{?with_brotli:--with-brotli} \
1035 %{?with_bzip2:--with-bzip2} \
28f5be14 1036 %{?with_dbi:--with-dbi} \
ff2c39d1 1037 %{?with_gamin:--with-gamin} \
599694d6 1038 %{?with_geoip:--with-geoip} \
ff2c39d1
ER
1039 %{?with_krb5:--with-krb5} \
1040 %{?with_ldap:--with-ldap} \
1041 %{?with_lua:--with-lua=lua51} \
9c3e83dc 1042 %{?with_maxminddb:--with-maxminddb} \
05f8c491 1043 %{?with_mysql:--with-mysql} \
591ca263 1044 %{?with_pgsql:--with-pgsql} \
ff2c39d1
ER
1045 %{?with_ssl:--with-openssl} \
1046 %{?with_storage_gdbm:--with-gdbm} \
0f358883 1047 %{?with_storage_memcached:--with-memcached} \
ff2c39d1 1048 %{?with_valgrind:--with-valgrind} \
15bf768a 1049 %{?with_webdav_locks:--with-webdav-locks} \
ff2c39d1
ER
1050 %{?with_webdav_props:--with-webdav-props} \
1051 %{?with_xattr:--with-attr} \
1052 --libdir=%{pkglibdir}
ebd2f6ff 1053
f86f0d08
ER
1054# -j1 as src/mod_ssi_exprparser.h regeneration deps are broken
1055%{__make} -j1
bee4f74e 1056
170daa95 1057%if %{with tests}
5f5b97ee 1058export LIGHTTPD_TEST_PORT=$((2048 + RANDOM % 10))
170daa95
ER
1059%{__make} check
1060%endif
1061
bee4f74e
AM
1062%install
1063rm -rf $RPM_BUILD_ROOT
75962c30 1064install -d $RPM_BUILD_ROOT{%{_lighttpddir}/{cgi-bin,html},/etc/{logrotate.d,rc.d/init.d,sysconfig,monit}} \
4cfd6496 1065 $RPM_BUILD_ROOT%{_sysconfdir}/{{conf,vhosts,webapps}.d,ssl} \
be956600 1066 $RPM_BUILD_ROOT{/var/log/{%{name},archive/%{name}},/var/run/%{name}} \
9e6a8fa6 1067 $RPM_BUILD_ROOT%{_datadir}/lighttpd/errordocs \
e8e3e9ae 1068 $RPM_BUILD_ROOT/var/lib/lighttpd \
52e7e8c4 1069 $RPM_BUILD_ROOT{%{systemdtmpfilesdir},%{systemdunitdir}}
bee4f74e
AM
1070
1071%{__make} install \
1072 DESTDIR=$RPM_BUILD_ROOT
1073
1d71f749 1074install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
f6bfb2a7
ER
1075cp -p %{SOURCE2} %{SOURCE3} mime.types.conf $RPM_BUILD_ROOT%{_sysconfdir}
1076cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
1077cp -p %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
1078cp -p %{SOURCE12} $RPM_BUILD_ROOT/etc/monit/%{name}.monitrc
f9d84865 1079cp -p %{SOURCE16} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
4330480b 1080cp -p doc/systemd/lighttpd.service $RPM_BUILD_ROOT%{systemdunitdir}/%{name}.service
bee4f74e 1081
b4d015dd 1082rm -f $RPM_BUILD_ROOT%{pkglibdir}/*.la
fcae54a7 1083
9647a089 1084# Install lighttpd images
f6bfb2a7
ER
1085cp -p %{SOURCE7} %{SOURCE8} %{SOURCE9} $RPM_BUILD_ROOT%{_lighttpddir}/html
1086cp -p %{SOURCE10} $RPM_BUILD_ROOT%{_lighttpddir}/html/pld_button.png
1087cp -p %{SOURCE11} $RPM_BUILD_ROOT%{_lighttpddir}/html/index.html
9647a089 1088
5febf716
ER
1089# NOTE: the order of the modules is somewhat important as the modules are
1090# handled in the way they are specified. mod_rewrite should always be the first
1091# module, mod_accesslog always the last.
1092
f9d84865
ER
1093conf_available=$RPM_BUILD_ROOT%{_sysconfdir}/conf.d
1094conf_enabled=../
1095
f6bfb2a7
ER
1096cp -p %{SOURCE117} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/10_mod_rewrite.conf
1097cp -p %{SOURCE116} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/11_mod_redirect.conf
1098
1099cp -p %{SOURCE100} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_access.conf
1100cp -p %{SOURCE102} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_alias.conf
1101cp -p %{SOURCE103} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_auth.conf
1102cp -p %{SOURCE104} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cgi.conf
1103cp -p %{SOURCE137} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cgi_php.conf
1104cp -p %{SOURCE105} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cml.conf
1105cp -p %{SOURCE107} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_deflate.conf
1106cp -p %{SOURCE108} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_dirlisting.conf
1107cp -p %{SOURCE109} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evasive.conf
1108cp -p %{SOURCE110} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evhost.conf
1109cp -p %{SOURCE112} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_fastcgi.conf
1110cp -p %{SOURCE113} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_flv_streaming.conf
3336e336 1111%if %{with geoip}
51b49ca1 1112cp -p %{SOURCE140} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_geoip.conf
3336e336 1113%endif
9c3e83dc
ER
1114%if %{with maxminddb}
1115cp -p %{SOURCE147} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_maxminddb.conf
1116%endif
aee01411
ER
1117%if %{with ldap}
1118cp -p %{SOURCE141} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_authn_ldap.conf
1119%endif
33ba2546
ER
1120%if %{with ldap}
1121cp -p %{SOURCE145} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_authn_mysql.conf
1122%endif
ef46c984 1123%if %{with h264_streaming}
f6bfb2a7 1124cp -p %{SOURCE136} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_h264_streaming.conf
ef46c984 1125%endif
f6bfb2a7 1126cp -p %{SOURCE114} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_indexfile.conf
dffcdc6c 1127cp -p %{SOURCE142} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_openssl.conf
f6bfb2a7
ER
1128cp -p %{SOURCE115} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_proxy.conf
1129cp -p %{SOURCE118} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_rrdtool.conf
1130cp -p %{SOURCE119} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_scgi.conf
1131cp -p %{SOURCE120} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_secdownload.conf
1132cp -p %{SOURCE121} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_setenv.conf
1133cp -p %{SOURCE122} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_simple_vhost.conf
1134cp -p %{SOURCE123} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_ssi.conf
1135cp -p %{SOURCE124} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_staticfile.conf
1136cp -p %{SOURCE125} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_status.conf
3336e336 1137%if %{with mod_trigger_b4_dl}
f6bfb2a7 1138cp -p %{SOURCE126} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_trigger_b4_dl.conf
3336e336 1139%endif
64fc1589 1140cp -p %{SOURCE139} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_uploadprogress.conf
f6bfb2a7
ER
1141cp -p %{SOURCE127} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_userdir.conf
1142cp -p %{SOURCE128} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_usertrack.conf
dffcdc6c 1143cp -p %{SOURCE143} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_vhostdb.conf
f6bfb2a7 1144cp -p %{SOURCE129} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_webdav.conf
dffcdc6c 1145cp -p %{SOURCE144} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_wstunnel.conf
3336e336 1146%if %{with mysql}
f6bfb2a7 1147cp -p %{SOURCE133} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_mysql_vhost.conf
3336e336 1148%endif
ed989a88 1149cp -p %{SOURCE146} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_sockproxy.conf
f6bfb2a7
ER
1150
1151cp -p %{SOURCE134} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/55_mod_magnet.conf
1152cp -p %{SOURCE111} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/55_mod_expire.conf
1153
f6bfb2a7
ER
1154cp -p %{SOURCE101} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/90_mod_accesslog.conf
1155cp -p %{SOURCE135} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/91_mod_extforward.conf
1156
1157cp -p %{SOURCE130} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/php-spawned.conf
1158cp -p %{SOURCE131} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/php-external.conf
1159cp -p %{SOURCE132} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/ssl.conf
5febf716 1160
a800d9b6
ER
1161touch $RPM_BUILD_ROOT/var/lib/lighttpd/lighttpd.rrd
1162
a2c9878f 1163install -d $RPM_BUILD_ROOT/etc/tmpwatch
a2c9878f 1164
54a99178 1165touch $RPM_BUILD_ROOT/var/log/%{name}/{access,error,breakage}.log
760f9985 1166
bee4f74e
AM
1167%clean
1168rm -rf $RPM_BUILD_ROOT
1169
1170%pre
f0f1c74c 1171%groupadd -g 109 lighttpd
bf16bd53 1172%groupadd -g 51 http
8518d270 1173%useradd -u 116 -d %{_lighttpddir} -c "Lighttpd User" -g lighttpd lighttpd
bf16bd53 1174%addusertogroup lighttpd http
bee4f74e
AM
1175
1176%post
54a99178 1177for a in access.log error.log breakage.log; do
760f9985
ER
1178 if [ ! -f /var/log/%{name}/$a ]; then
1179 touch /var/log/%{name}/$a
1180 chown lighttpd:lighttpd /var/log/%{name}/$a
1181 chmod 644 /var/log/%{name}/$a
1182 fi
1183done
bee4f74e 1184/sbin/chkconfig --add %{name}
52e7e8c4 1185%systemd_post %{name}.service
bee4f74e
AM
1186
1187%preun
1188if [ "$1" = "0" ]; then
2a732f8a 1189 %service %{name} stop
bee4f74e
AM
1190 /sbin/chkconfig --del %{name}
1191fi
52e7e8c4 1192%systemd_preun %{name}.service
bee4f74e
AM
1193
1194%postun
1195if [ "$1" = "0" ]; then
e68efba2 1196 %userremove lighttpd
1197 %groupremove lighttpd
bf16bd53 1198 %groupremove http
bee4f74e 1199fi
52e7e8c4 1200%systemd_reload
bee4f74e 1201
0296e68a
ER
1202%posttrans
1203# minimizing lighttpd restarts logics. we restart webserver:
1204#
1205# 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
1206# 2. first install of module (post: $1 = 1)
9cd50bd2 1207# 2. uninstall of module (postun: $1 = 0)
0296e68a
ER
1208#
1209# the strict internal deps between lighttpd modules and
1210# main package are very important for all this to work.
8518d270 1211%service %{name} restart "Lighttpd webserver"
0296e68a
ER
1212exit 0
1213
1214# macro called at module post scriptlet
1215%define module_post \
1216if [ "$1" = "1" ]; then \
1217 %service -q lighttpd restart \
1218fi
1219
1220# macro called at module postun scriptlet
1221%define module_postun \
1222if [ "$1" = "0" ]; then \
1223 %service -q lighttpd restart \
1224fi
1225
1226# it's sooo annoying to write them
1227%define module_scripts() \
1228%post %1 \
1229%module_post \
1230\
1231%postun %1 \
1232%module_postun
1233
5febf716
ER
1234%module_scripts mod_access
1235%module_scripts mod_accesslog
1236%module_scripts mod_alias
1237%module_scripts mod_auth
52788937 1238%module_scripts mod_authn_file
52788937
ER
1239%module_scripts mod_authn_gssapi
1240%module_scripts mod_authn_ldap
03c15dcf 1241%module_scripts mod_authn_mysql
5febf716 1242%module_scripts mod_cgi
0296e68a 1243%module_scripts mod_cml
5febf716
ER
1244%module_scripts mod_deflate
1245%module_scripts mod_dirlisting
1246%module_scripts mod_evasive
1247%module_scripts mod_evhost
1248%module_scripts mod_expire
93347afb 1249%module_scripts mod_extforward
5febf716
ER
1250%module_scripts mod_fastcgi
1251%module_scripts mod_flv_streaming
52788937 1252%module_scripts mod_geoip
23dede10 1253%module_scripts mod_h264_streaming
5febf716 1254%module_scripts mod_indexfile
0f9dfecb 1255%module_scripts mod_magnet
9c3e83dc 1256%module_scripts mod_maxminddb
0296e68a 1257%module_scripts mod_mysql_vhost
03c15dcf 1258%module_scripts mod_openssl
5febf716
ER
1259%module_scripts mod_proxy
1260%module_scripts mod_redirect
1261%module_scripts mod_rewrite
5febf716
ER
1262%module_scripts mod_scgi
1263%module_scripts mod_secdownload
1264%module_scripts mod_setenv
1265%module_scripts mod_simple_vhost
ed989a88 1266%module_scripts mod_sockproxy
5febf716
ER
1267%module_scripts mod_ssi
1268%module_scripts mod_staticfile
1269%module_scripts mod_status
0296e68a 1270%module_scripts mod_trigger_b4_dl
52788937 1271%module_scripts mod_uploadprogress
5febf716
ER
1272%module_scripts mod_userdir
1273%module_scripts mod_usertrack
03c15dcf 1274%module_scripts mod_vhostdb
0296e68a 1275%module_scripts mod_webdav
03c15dcf 1276%module_scripts mod_wstunnel
0296e68a 1277
5febf716
ER
1278%module_scripts php-spawned
1279%module_scripts php-external
1280
03c15dcf
ER
1281%post mod_rrdtool
1282if [ ! -f /var/lib/lighttpd/lighttpd.rrd ]; then
1283 touch /var/lib/lighttpd/lighttpd.rrd
1284 chown lighttpd:stats /var/lib/lighttpd/lighttpd.rrd
1285 chmod 640 /var/lib/lighttpd/lighttpd.rrd
1286fi
1287%module_post
1288
1289%postun mod_rrdtool
1290%module_postun
1291
1292
ccd96a34
ER
1293%triggerpostun -- %{name} < 1.4.18-10.1
1294if [ -f /etc/lighttpd/conf.d/50_mod_extforward.conf.rpmsave ]; then
1295 cp -f /etc/lighttpd/conf.d/91_mod_extforward.conf{,.rpmnew}
1296 mv -f /etc/lighttpd/conf.d/{50_mod_extforward.conf.rpmsave,91_mod_extforward.conf}
1297fi
ddfaf124 1298
bee4f74e
AM
1299%files
1300%defattr(644,root,root,755)
9cd50bd2 1301%doc NEWS README PLD-TODO
98fbe6a7 1302%dir %attr(751,root,lighttpd) %{_sysconfdir}
0d15955c 1303%dir %attr(750,root,root) %{_sysconfdir}/conf.d
59e91e4a
ER
1304%dir %attr(750,root,root) %{_sysconfdir}/vhosts.d
1305%dir %attr(750,root,root) %{_sysconfdir}/webapps.d
4cfd6496 1306%dir %attr(700,root,root) %{_sysconfdir}/ssl
8433d588
ER
1307%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
1308%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mime.types.conf
1309%attr(640,root,lighttpd) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.user
1310
1311%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
ee463ca6 1312%attr(750,root,root) %dir /var/log/archive/%{name}
760f9985 1313%dir %attr(751,root,root) /var/log/%{name}
0043cb2c 1314%attr(644,lighttpd,lighttpd) %ghost /var/log/%{name}/access.log
1315%attr(644,lighttpd,lighttpd) %ghost /var/log/%{name}/error.log
1316%attr(644,lighttpd,lighttpd) %ghost /var/log/%{name}/breakage.log
e814428d 1317%dir %attr(770,root,lighttpd) /var/run/%{name}
1a836c43 1318%{systemdtmpfilesdir}/%{name}.conf
52e7e8c4 1319%{systemdunitdir}/%{name}.service
8433d588
ER
1320%attr(754,root,root) /etc/rc.d/init.d/%{name}
1321%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/*
7fa1d183
ER
1322%attr(755,root,root) %{_sbindir}/lighttpd
1323%attr(755,root,root) %{_sbindir}/lighttpd-angel
b4d015dd 1324%dir %{pkglibdir}
7535f073 1325%{_mandir}/man8/lighttpd.8*
209cde40 1326%{_mandir}/man8/lighttpd-angel.8*
5febf716
ER
1327%dir %{_lighttpddir}
1328%dir %{_lighttpddir}/cgi-bin
1329%dir %{_lighttpddir}/html
9e9d0031
ER
1330%config(noreplace,missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/index.html
1331%config(missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/*.png
1332%config(missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/*.ico
5febf716 1333
9d166fb8
ER
1334%dir %{_datadir}/lighttpd
1335%dir %{_datadir}/lighttpd/errordocs
1336
9e6a8fa6
ER
1337# rrdtool database is stored there
1338%dir %attr(771,root,lighttpd) /var/lib/lighttpd
1339
5febf716
ER
1340%files mod_access
1341%defattr(644,root,root,755)
1342%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_access.conf
b4d015dd 1343%attr(755,root,root) %{pkglibdir}/mod_access.so
5febf716
ER
1344
1345%files mod_accesslog
1346%defattr(644,root,root,755)
1347%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_accesslog.conf
b4d015dd 1348%attr(755,root,root) %{pkglibdir}/mod_accesslog.so
5febf716
ER
1349
1350%files mod_alias
1351%defattr(644,root,root,755)
1352%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_alias.conf
b4d015dd 1353%attr(755,root,root) %{pkglibdir}/mod_alias.so
5febf716
ER
1354
1355%files mod_auth
1356%defattr(644,root,root,755)
1357%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_auth.conf
b4d015dd 1358%attr(755,root,root) %{pkglibdir}/mod_auth.so
5febf716 1359
52788937
ER
1360%files mod_authn_file
1361%defattr(644,root,root,755)
b4d015dd 1362%attr(755,root,root) %{pkglibdir}/mod_authn_file.so
52788937 1363
73314313 1364%if %{with krb5}
52788937
ER
1365%files mod_authn_gssapi
1366%defattr(644,root,root,755)
b4d015dd 1367%attr(755,root,root) %{pkglibdir}/mod_authn_gssapi.so
73314313 1368%endif
52788937 1369
5b71fa5b 1370%if %{with ldap}
52788937
ER
1371%files mod_authn_ldap
1372%defattr(644,root,root,755)
aee01411 1373%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_authn_ldap.conf
b4d015dd 1374%attr(755,root,root) %{pkglibdir}/mod_authn_ldap.so
5b71fa5b 1375%endif
52788937 1376
3336e336 1377%if %{with mysql}
52788937
ER
1378%files mod_authn_mysql
1379%defattr(644,root,root,755)
33ba2546 1380%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_authn_mysql.conf
b4d015dd 1381%attr(755,root,root) %{pkglibdir}/mod_authn_mysql.so
3336e336 1382%endif
52788937 1383
5febf716
ER
1384%files mod_cgi
1385%defattr(644,root,root,755)
1386%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cgi.conf
b4d015dd 1387%attr(755,root,root) %{pkglibdir}/mod_cgi.so
5febf716 1388
42f6feaa
PG
1389%files mod_cgi_php
1390%defattr(644,root,root,755)
1391%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cgi_php.conf
1392
5febf716
ER
1393%files mod_cml
1394%defattr(644,root,root,755)
1395%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cml.conf
b4d015dd 1396%attr(755,root,root) %{pkglibdir}/mod_cml.so
5febf716 1397
5febf716
ER
1398%files mod_deflate
1399%defattr(644,root,root,755)
1400%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_deflate.conf
b4d015dd 1401%attr(755,root,root) %{pkglibdir}/mod_deflate.so
5febf716
ER
1402
1403%files mod_dirlisting
1404%defattr(644,root,root,755)
1405%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_dirlisting.conf
b4d015dd 1406%attr(755,root,root) %{pkglibdir}/mod_dirlisting.so
5febf716
ER
1407
1408%files mod_evasive
1409%defattr(644,root,root,755)
1410%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_evasive.conf
b4d015dd 1411%attr(755,root,root) %{pkglibdir}/mod_evasive.so
5febf716
ER
1412
1413%files mod_evhost
1414%defattr(644,root,root,755)
1415%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_evhost.conf
b4d015dd 1416%attr(755,root,root) %{pkglibdir}/mod_evhost.so
5febf716
ER
1417
1418%files mod_expire
1419%defattr(644,root,root,755)
1420%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_expire.conf
b4d015dd 1421%attr(755,root,root) %{pkglibdir}/mod_expire.so
5febf716 1422
93347afb
ER
1423%files mod_extforward
1424%defattr(644,root,root,755)
1425%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_extforward.conf
b4d015dd 1426%attr(755,root,root) %{pkglibdir}/mod_extforward.so
93347afb 1427
5febf716
ER
1428%files mod_fastcgi
1429%defattr(644,root,root,755)
1430%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_fastcgi.conf
b4d015dd 1431%attr(755,root,root) %{pkglibdir}/mod_fastcgi.so
5febf716
ER
1432
1433%files mod_flv_streaming
1434%defattr(644,root,root,755)
1435%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_flv_streaming.conf
b4d015dd 1436%attr(755,root,root) %{pkglibdir}/mod_flv_streaming.so
5febf716 1437
599694d6 1438%if %{with geoip}
52788937
ER
1439%files mod_geoip
1440%defattr(644,root,root,755)
51b49ca1 1441%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_geoip.conf
b4d015dd 1442%attr(755,root,root) %{pkglibdir}/mod_geoip.so
599694d6 1443%endif
52788937 1444
ef46c984 1445%if %{with h264_streaming}
23dede10
ER
1446%files mod_h264_streaming
1447%defattr(644,root,root,755)
1448%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_h264_streaming.conf
b4d015dd 1449%attr(755,root,root) %{pkglibdir}/mod_h264_streaming.so
ef46c984 1450%endif
23dede10 1451
5febf716
ER
1452%files mod_indexfile
1453%defattr(644,root,root,755)
1454%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_indexfile.conf
b4d015dd 1455%attr(755,root,root) %{pkglibdir}/mod_indexfile.so
5febf716 1456
0f9dfecb
ER
1457%files mod_magnet
1458%defattr(644,root,root,755)
1459%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_magnet.conf
b4d015dd 1460%attr(755,root,root) %{pkglibdir}/mod_magnet.so
0f9dfecb 1461
9c3e83dc
ER
1462%if %{with maxminddb}
1463%files mod_maxminddb
1464%defattr(644,root,root,755)
1465%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_maxminddb.conf
1466%attr(755,root,root) %{pkglibdir}/mod_maxminddb.so
1467%endif
1468
5febf716
ER
1469%if %{with mysql}
1470%files mod_mysql_vhost
1471%defattr(644,root,root,755)
1472%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_mysql_vhost.conf
b4d015dd 1473%attr(755,root,root) %{pkglibdir}/mod_mysql_vhost.so
5febf716
ER
1474%endif
1475
1476%files mod_proxy
1477%defattr(644,root,root,755)
1478%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_proxy.conf
b4d015dd 1479%attr(755,root,root) %{pkglibdir}/mod_proxy.so
5febf716 1480
03c15dcf
ER
1481%files mod_openssl
1482%defattr(644,root,root,755)
dffcdc6c 1483%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_openssl.conf
03c15dcf
ER
1484%attr(755,root,root) %{pkglibdir}/mod_openssl.so
1485
5febf716
ER
1486%files mod_redirect
1487%defattr(644,root,root,755)
1488%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_redirect.conf
b4d015dd 1489%attr(755,root,root) %{pkglibdir}/mod_redirect.so
5febf716
ER
1490
1491%files mod_rewrite
1492%defattr(644,root,root,755)
1493%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_rewrite.conf
b4d015dd 1494%attr(755,root,root) %{pkglibdir}/mod_rewrite.so
5febf716
ER
1495
1496%files mod_rrdtool
1497%defattr(644,root,root,755)
1498%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_rrdtool.conf
b4d015dd 1499%attr(755,root,root) %{pkglibdir}/mod_rrdtool.so
0043cb2c 1500%attr(640,lighttpd,stats) %ghost /var/lib/lighttpd/lighttpd.rrd
5febf716
ER
1501
1502%files mod_scgi
1503%defattr(644,root,root,755)
1504%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_scgi.conf
b4d015dd 1505%attr(755,root,root) %{pkglibdir}/mod_scgi.so
5febf716
ER
1506
1507%files mod_secdownload
1508%defattr(644,root,root,755)
1509%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_secdownload.conf
b4d015dd 1510%attr(755,root,root) %{pkglibdir}/mod_secdownload.so
5febf716
ER
1511
1512%files mod_setenv
1513%defattr(644,root,root,755)
1514%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_setenv.conf
b4d015dd 1515%attr(755,root,root) %{pkglibdir}/mod_setenv.so
5febf716
ER
1516
1517%files mod_simple_vhost
1518%defattr(644,root,root,755)
1519%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_simple_vhost.conf
b4d015dd 1520%attr(755,root,root) %{pkglibdir}/mod_simple_vhost.so
5febf716 1521
ed989a88
ER
1522%files mod_sockproxy
1523%defattr(644,root,root,755)
1524%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_sockproxy.conf
1525%attr(755,root,root) %{pkglibdir}/mod_sockproxy.so
1526
5febf716
ER
1527%files mod_ssi
1528%defattr(644,root,root,755)
1529%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_ssi.conf
b4d015dd 1530%attr(755,root,root) %{pkglibdir}/mod_ssi.so
ddfaf124 1531
5febf716
ER
1532%files mod_staticfile
1533%defattr(644,root,root,755)
1534%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_staticfile.conf
b4d015dd 1535%attr(755,root,root) %{pkglibdir}/mod_staticfile.so
9647a089 1536
5febf716 1537%files mod_status
fda87005 1538%defattr(644,root,root,755)
5febf716 1539%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_status.conf
b4d015dd 1540%attr(755,root,root) %{pkglibdir}/mod_status.so
fda87005 1541
3336e336 1542%if %{with mod_trigger_b4_dl}
5febf716 1543%files mod_trigger_b4_dl
fda87005 1544%defattr(644,root,root,755)
5febf716 1545%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_trigger_b4_dl.conf
b4d015dd 1546%attr(755,root,root) %{pkglibdir}/mod_trigger_b4_dl.so
3336e336 1547%endif
fda87005 1548
52788937
ER
1549%files mod_uploadprogress
1550%defattr(644,root,root,755)
64fc1589 1551%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_uploadprogress.conf
b4d015dd 1552%attr(755,root,root) %{pkglibdir}/mod_uploadprogress.so
52788937 1553
5febf716 1554%files mod_userdir
fda87005 1555%defattr(644,root,root,755)
5febf716 1556%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_userdir.conf
b4d015dd 1557%attr(755,root,root) %{pkglibdir}/mod_userdir.so
5febf716
ER
1558
1559%files mod_usertrack
1560%defattr(644,root,root,755)
1561%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_usertrack.conf
b4d015dd 1562%attr(755,root,root) %{pkglibdir}/mod_usertrack.so
fda87005 1563
03c15dcf
ER
1564%files mod_vhostdb
1565%defattr(644,root,root,755)
dffcdc6c 1566%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_vhostdb.conf
03c15dcf 1567%attr(755,root,root) %{pkglibdir}/mod_vhostdb.so
28f5be14
ER
1568# TODO: subpackages
1569%if %{with dbi}
1570%attr(755,root,root) %{pkglibdir}/mod_vhostdb_dbi.so
1571%endif
f88908fd 1572%if %{with ldap}
03c15dcf 1573%attr(755,root,root) %{pkglibdir}/mod_vhostdb_ldap.so
f88908fd
ER
1574%endif
1575%if %{with mysql}
03c15dcf 1576%attr(755,root,root) %{pkglibdir}/mod_vhostdb_mysql.so
591ca263
ER
1577%endif
1578%if %{with pgsql}
1579%attr(755,root,root) %{pkglibdir}/mod_vhostdb_pgsql.so
f88908fd 1580%endif
03c15dcf 1581
9c336869
ER
1582%files mod_webdav
1583%defattr(644,root,root,755)
5febf716 1584%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_webdav.conf
b4d015dd 1585%attr(755,root,root) %{pkglibdir}/mod_webdav.so
9c336869 1586
03c15dcf
ER
1587%files mod_wstunnel
1588%defattr(644,root,root,755)
dffcdc6c 1589%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_wstunnel.conf
03c15dcf
ER
1590%attr(755,root,root) %{pkglibdir}/mod_wstunnel.so
1591
5febf716
ER
1592%files php-spawned
1593%defattr(644,root,root,755)
1594%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/php-spawned.conf
1595
1596%files php-external
1597%defattr(644,root,root,755)
1598%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/php-external.conf
1599
1600%files ssl
1601%defattr(644,root,root,755)
1602%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ssl.conf
2daa3b71
AM
1603
1604%files -n monit-rc-lighttpd
1605%defattr(644,root,root,755)
1606%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/monit/%{name}.monitrc
This page took 0.508966 seconds and 4 git commands to generate.