]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd.spec
Up to lighttpd 1.4.58
[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
5a5d6fc5 54Version: 1.4.58
b52d537a 55Release: 1
4241e769 56License: BSD
635dcdbb 57Group: Networking/Daemons/HTTP
e127907a 58Source0: https://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}-%{version}.tar.xz
5a5d6fc5 59# Source0-md5: 8d12a31bd3fdd7eab85cf9a6d2cfa92e
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
8556fe04
ER
320mod_authn_mysql is DEPRECATED; use mod_authn_dbi.
321
322Note: mod_authn_mysql will be removed from a future lighttpd release.
323
5febf716
ER
324%package mod_cgi
325Summary: lighttpd module for CGI handling
1e6342f4 326Summary(pl.UTF-8): Moduł lighttpd do obsługi CGI
635dcdbb 327Group: Networking/Daemons/HTTP
86099f38 328URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCGI
5febf716 329Requires: %{name} = %{version}-%{release}
90e69809 330Requires: %{name}-mod_alias = %{version}-%{release}
5febf716
ER
331Provides: webserver(cgi)
332
333%description mod_cgi
334The cgi module provides a CGI-conforming interface.
335
336CGI programs allow you to enhance the functionality of the server in a
2c978720
JB
337very straight and simple way.
338
6b35183e
JR
339%description mod_cgi -l pl.UTF-8
340Moduł cgi udostępnia interfejs zgodny z CGI.
2c978720 341
6b35183e
JR
342Programy CGI pozwalają rozszerzać funkcjonalność serwera w bardzo
343prosty i naturalny sposób.
5febf716 344
42f6feaa
PG
345%package mod_cgi_php
346Summary: lighttpd module for CGI handling PHP scripts
347Summary(pl.UTF-8): Moduł lighttpd do obsługi skryptów PHP przez CGI
635dcdbb 348Group: Networking/Daemons/HTTP
42f6feaa 349Requires: %{name}-mod_cgi = %{version}-%{release}
d65e8f48 350Requires: php(cgi)
e782ebbb 351Provides: webserver(php)
42f6feaa
PG
352
353%description mod_cgi_php
354The cgi module provides a CGI-conforming interface for PHP scripts.
355
356CGI programs allow you to enhance the functionality of the server in a
357very straight and simple way.
358
359%description mod_cgi_php -l pl.UTF-8
e782ebbb
ER
360Moduł cgi udostępnia interfejs zgodny z CGI do wywoływania skryptów
361PHP.
42f6feaa
PG
362
363Programy CGI pozwalają rozszerzać funkcjonalność serwera w bardzo
364prosty i naturalny sposób.
365
5febf716
ER
366%package mod_cml
367Summary: lighttpd module for Cache Meta Language
1e6342f4 368Summary(pl.UTF-8): Moduł Cache Meta Language
635dcdbb 369Group: Networking/Daemons/HTTP
86099f38 370URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCML
5febf716
ER
371Requires: %{name} = %{version}-%{release}
372
373%description mod_cml
374CML is a Meta language to describe the dependencies of a page at one
375side and building a page from its fragments on the other side using
376LUA.
377
8556fe04
ER
378mod_cml is DEPRECATED; use mod_magnet.
379
380Note: mod_cml will be removed from a future lighttpd release.
381
6b35183e
JR
382%description mod_cml -l pl.UTF-8
383CML to metajęzyk służący z jednej strony do opisu zależności strony i
384z drugiej strony do budowania strony z fragmentów przy użyciu LUA.
5febf716 385
fda87005 386%package mod_compress
5febf716 387Summary: lighttpd module for output compression
1e6342f4 388Summary(pl.UTF-8): Moduł lighttpd do kompresji wyjścia
635dcdbb 389Group: Networking/Daemons/HTTP
86099f38 390URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCompress
fda87005
ER
391Requires: %{name} = %{version}-%{release}
392
393%description mod_compress
394Output compression reduces the network load and can improve the
395overall throughput of the webserver.
396
397Only static content is supported up to now.
398
a877d9a4 399The server negotiates automatically which compression method is used.
fda87005
ER
400Supported are gzip, deflate, bzip.
401
8556fe04
ER
402mod_compress is DEPRECATED; use mod_deflate. mod_compress has been
403subsumed by mod_deflate.
404
405Note: mod_compress config options may be removed in a future release.
406
6b35183e
JR
407%description mod_compress -l pl.UTF-8
408Kompresja wyjścia zmniejsza obciążenie sieci i może poprawić całkowitą
409przepustowość serwera WWW.
a877d9a4 410
6b35183e 411Jak na razie obsługiwana jest tylko statyczna treść.
a877d9a4 412
6b35183e
JR
413Serwer automatycznie negocjuje, która metoda kompresji jest używana.
414Obsługiwane są gzip, deflate i bzip.
a877d9a4 415
5febf716 416%package mod_deflate
2c978720 417Summary: lighttpd module for output compression using deflate method
1e6342f4 418Summary(pl.UTF-8): Moduł lighttpd do kompresji wyjścia metodą deflate
635dcdbb 419Group: Networking/Daemons/HTTP
ad5e496c 420URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModDeflate
fda87005 421Requires: %{name} = %{version}-%{release}
d66b6f70 422Obsoletes: lighttpd-mod_compress < 1.4.56
fda87005 423
63231556
ER
424%define _deflate_encodings deflate gzip %{?with_bzip2:bzip2} %{?with_brotli:brotli}
425%define deflate_encodings %(echo %_deflate_encodings | sed -e 's/ /, /g')
426
5febf716 427%description mod_deflate
ad5e496c
ER
428mod_deflate enables output compression of responses
429(Content-Encoding).
430
431Output compression reduces the network load and can improve the
432overall throughput of the webserver. All major http-clients support
433compression by announcing it in the Accept-Encoding header. This is
434used to negotiate the most suitable compression method.
435
63231556
ER
436This module supports %{deflate_encodings} encodings.
437
438deflate (RFC1950, RFC1951) and gzip (RFC1952) depend on zlib while
439bzip2 depends on libbzip2. bzip2 is only supported by lynx and some
440other console text-browsers. brotli (RFC7932) is supported in most
441popular browsers.
442
ad5e496c
ER
443Since lighttpd 1.4.56, mod_deflate subsumes and replaces mod_compress.
444mod_deflate can compress static and dynamic responses, while
445mod_compress could compress only static files.
fda87005 446
6b35183e
JR
447%description mod_deflate -l pl.UTF-8
448mod_deflate potrafi kompresować statyczne i dynamiczne wyjście z
449lighttpd. Nie obsługuje cache'owania wyniku kompresji, jak robi to
2c978720
JB
450mod_compress.
451
5febf716
ER
452%package mod_dirlisting
453Summary: lighttpd module for directory listings
1e6342f4 454Summary(pl.UTF-8): Moduł lighttpd do tworzenia listingów katalogów
635dcdbb 455Group: Networking/Daemons/HTTP
86099f38 456URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModDirlisting
5febf716
ER
457Requires: %{name} = %{version}-%{release}
458
459%description mod_dirlisting
460mod_dirlisting generates HTML based directory listings with full CSS
461control.
462
6b35183e
JR
463%description mod_dirlisting -l pl.UTF-8
464mod_dirlisting tworzy listingi katalogów w formacie HTML z pełną
465kontrolą CSS.
2c978720 466
5febf716
ER
467%package mod_evasive
468Summary: lighttpd evasive module
1e6342f4 469Summary(pl.UTF-8): Moduł evasive dla lighttpd
635dcdbb 470Group: Networking/Daemons/HTTP
34b8d937 471URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModEvasive
5febf716
ER
472Requires: %{name} = %{version}-%{release}
473
474%description mod_evasive
2c978720
JB
475lighttpd evasive module.
476
6b35183e
JR
477%description mod_evasive -l pl.UTF-8
478Moduł evasive dla lighttpd.
5febf716
ER
479
480%package mod_evhost
481Summary: lighttpd module for enhanced virtual-hosting
1e6342f4 482Summary(pl.UTF-8): Moduł lighttpd rozszerzający obsługę hostów wirtualnych
635dcdbb 483Group: Networking/Daemons/HTTP
86099f38 484URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModEVhost
5febf716
ER
485Requires: %{name} = %{version}-%{release}
486
487%description mod_evhost
488mod_evhost builds the document-root based on a pattern which contains
489wildcards. Those wildcards can represent parts of the submitted
490hostname.
491
6b35183e
JR
492%description mod_evhost -l pl.UTF-8
493mod_evhost tworzy document-root w oparciu o wzorzec zawierający znaki
494wieloznaczne (wildcards). Znaki te reprezentują części przekazanej
2c978720
JB
495nazwy hosta.
496
5febf716
ER
497%package mod_expire
498Summary: lighttpd module for controlling the expiration of content in caches
1e6342f4 499Summary(pl.UTF-8): Moduł lighttpd sterujący wygasaniem treści w cache'ach
635dcdbb 500Group: Networking/Daemons/HTTP
86099f38 501URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModExpire
5febf716 502Requires: %{name} = %{version}-%{release}
8f3d157e 503Provides: webserver(expires)
5febf716
ER
504
505%description mod_expire
506mod_expire controls the setting of the the Expire response header.
507
6b35183e
JR
508%description mod_expire -l pl.UTF-8
509mod_expire steruje ustawianiem nagłówka odpowiedzi Expire.
2c978720 510
93347afb 511%package mod_extforward
a044e4b4 512Summary: lighttpd module to extract the client's "real" IP from X-Forwarded-For header
1e6342f4 513Summary(pl.UTF-8): Moduł lighttpd wyciągający "prawdziwy" IP klienta z nagłówka X-Forwarded-For
635dcdbb 514Group: Networking/Daemons/HTTP
86099f38 515URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/DocsModExtForward
93347afb
ER
516Requires: %{name} = %{version}-%{release}
517
518%description mod_extforward
a044e4b4 519This module will extract the client's "real" IP from X-Forwarded-For
1aef08e1 520header which is added by Squid or other proxies. It might be useful
9d166fb8 521for servers behind reverse proxy servers.
93347afb 522
6b35183e
JR
523%description mod_extforward -l pl.UTF-8
524Ten moduł wyciąga "prawdziwy" IP klienta z nagłówka X-Forwarded-For
525dodawanego przez Squida czy inne proxy. Może być przydatny dla
526serwerów stojących za odwrotnymi serwerami proxy.
a044e4b4 527
5febf716
ER
528%package mod_fastcgi
529Summary: lighttpd module for FastCGI interface
1e6342f4 530Summary(pl.UTF-8): Moduł lighttpd do interfejsu FastCGI
635dcdbb 531Group: Networking/Daemons/HTTP
86099f38 532URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModFastCGI
5febf716
ER
533Requires: %{name} = %{version}-%{release}
534
535%description mod_fastcgi
536The FastCGI interface is the fastest and most secure way to interface
537external process-handlers like Perl, PHP and your self-written
538applications.
539
6b35183e
JR
540%description mod_fastcgi -l pl.UTF-8
541Interfejs FastCGI to najszybszy i najbezpieczniejszy sposób
542komunikacji z zewnętrznymi programami obsługującymi procesy, takimi
543jak Perl, PHP czy własne aplikacje.
2c978720 544
5febf716
ER
545%package mod_flv_streaming
546Summary: lighttpd module for flv streaming
1e6342f4 547Summary(pl.UTF-8): Moduł lighttpd do streamingu flv
635dcdbb 548Group: Networking/Daemons/HTTP
34b8d937 549URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModFLVStreaming
5febf716
ER
550Requires: %{name} = %{version}-%{release}
551
552%description mod_flv_streaming
553lighttpd module for flv streaming.
554
6b35183e
JR
555%description mod_flv_streaming -l pl.UTF-8
556Moduł lighttpd do streamingu flv.
2c978720 557
52788937
ER
558%package mod_geoip
559Summary: lighttpd module for IP Based Geographic Lookups
560Group: Networking/Daemons/HTTP
561URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModGeoip
562Requires: %{name} = %{version}-%{release}
563
564%description mod_geoip
51b49ca1
ER
565mod_geoip is a module for fast ip/location lookups. It uses MaxMind
566GeoIP / GeoCity databases.
567
568If the ip was found in the database the module sets the appropriate
569environment variables to the request, thus making other modules/fcgi
570be informed.
52788937 571
8556fe04
ER
572mod_geoip is DEPRECATED; use mod_maxminddb.
573
574Note: mod_geoip will be removed from a future lighttpd release.
575
23dede10
ER
576%package mod_h264_streaming
577Summary: lighttpd module for h264 streaming
cf2575fc 578Summary(pl.UTF-8): Moduł lighttpd do emisji strumieni h264
3b1299af 579License: CC 3.0 BY-NC-SA
635dcdbb 580Group: Networking/Daemons/HTTP
3b1299af 581URL: http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Lighttpd-Version2
23dede10
ER
582Requires: %{name} = %{version}-%{release}
583
584%description mod_h264_streaming
cf2575fc
JB
585A lighttpd plugin for pseudo-streaming QuickTime/MPEG-4 files.
586
587%description mod_h264_streaming -l pl.UTF-8
588Moduł lighttpd do pseudostreamingu plików QuickTime/MPEG-4.
23dede10 589
5febf716
ER
590%package mod_indexfile
591Summary: lighttpd indexfile module
1e6342f4 592Summary(pl.UTF-8): Moduł indexfile dla lighttpd
635dcdbb 593Group: Networking/Daemons/HTTP
34b8d937 594URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Index-file-names.Details
5febf716
ER
595Requires: %{name} = %{version}-%{release}
596Provides: webserver(indexfile)
597
598%description mod_indexfile
599indexfile module.
a877d9a4 600
6b35183e
JR
601%description mod_indexfile -l pl.UTF-8
602Moduł indexfile.
2c978720 603
0f9dfecb
ER
604%package mod_magnet
605Summary: lighttpd powermagnet module
1e6342f4 606Summary(pl.UTF-8): Moduł powermagnet dla lighttpd
635dcdbb 607Group: Networking/Daemons/HTTP
34b8d937 608URL: http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModMagnet
0f9dfecb
ER
609Requires: %{name} = %{version}-%{release}
610
611%description mod_magnet
612mod_magnet is a module to control the request handling in lighty.
613
6b35183e
JR
614%description mod_magnet -l pl.UTF-8
615mod_magnet to moduł sterujący obsługą żądań w lighty.
2c978720 616
9c3e83dc
ER
617%package mod_maxminddb
618Summary: lighttpd module
619Group: Networking/Daemons/HTTP
620#URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModGeoip
621Requires: %{name} = %{version}-%{release}
622
623%description mod_maxminddb
624
fda87005 625%package mod_mysql_vhost
5febf716 626Summary: lighttpd module for MySQL based vhosting
1e6342f4 627Summary(pl.UTF-8): Moduł lighttpd obsługujący vhosty oparte na MySQL-u
635dcdbb 628Group: Networking/Daemons/HTTP
86099f38 629URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModMySQLVhost
fda87005 630Requires: %{name} = %{version}-%{release}
5febf716 631Conflicts: %{name}-mod_simple_vhost
fda87005
ER
632
633%description mod_mysql_vhost
634This module provides virtual hosts (vhosts) based on a MySQL table.
635
8556fe04
ER
636mod_mysql_vhost is DEPRECATED; use mod_vhostdb_dbi or
637mod_vhostdb_mysql.
638
639Note: mod_mysql_vhost will be removed from a future lighttpd release.
640
6b35183e
JR
641%description mod_mysql_vhost -l pl.UTF-8
642Ten moduł udostępnia wirtualne hosty (vhosty) oparte na tabeli MySQL.
a877d9a4 643
03c15dcf
ER
644%package mod_openssl
645Summary: TLS/SSL for lighttpd
646Group: Networking/Daemons/HTTP
647URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_SSL
648Requires: %{name} = %{version}-%{release}
649
650%description mod_openssl
651TLS/SSL for lighttpd.
652
5febf716
ER
653%package mod_proxy
654Summary: lighttpd module for proxying requests
1e6342f4 655Summary(pl.UTF-8): Moduł lighttpd do przekazywania żądań
635dcdbb 656Group: Networking/Daemons/HTTP
86099f38 657URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModProxy
5febf716
ER
658Requires: %{name} = %{version}-%{release}
659
660%description mod_proxy
2c978720 661The proxy module a simplest way to connect lighttpd to Java servers
5febf716
ER
662which have a HTTP-interface.
663
6b35183e
JR
664%description mod_proxy -l pl.UTF-8
665Moduł proxy to najprostszy sposób łączenia lighttpd z serwerami Javy
666mającymi interfejs HTTP.
2c978720 667
5febf716
ER
668%package mod_proxy_core
669Summary: lighttpd module for proxying requests
1e6342f4 670Summary(pl.UTF-8): Moduł lighttpd do przekazywania żądań
635dcdbb 671Group: Networking/Daemons/HTTP
5febf716
ER
672URL: http://blog.lighttpd.net/articles/2006/07/18/mod_proxy_core-commited-to-svn
673Requires: %{name} = %{version}-%{release}
674
675%description mod_proxy_core
676The proxy module a simplest way to connect lighttpd to java servers
677which have a HTTP-interface.
678
679This is the new proxy code.
680
6b35183e
JR
681%description mod_proxy_core -l pl.UTF-8
682Moduł proxy to najprostszy sposób łączenia lighttpd z serwerami Javy
683mającymi interfejs HTTP.
2c978720 684
6b35183e 685Ten pakiet zawiera nowy moduł proxy.
2c978720 686
5febf716
ER
687%package mod_redirect
688Summary: lighttpd module for URL redirects
1e6342f4 689Summary(pl.UTF-8): Moduł lighttpd do przekierowań URL-i
635dcdbb 690Group: Networking/Daemons/HTTP
86099f38 691URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRedirect
5febf716
ER
692Requires: %{name} = %{version}-%{release}
693
694%description mod_redirect
2c978720
JB
695With mod_redirect module you can redirect a set of URLs externally.
696
6b35183e
JR
697%description mod_redirect -l pl.UTF-8
698Przy użyciu modułu mod_redirect można przekierować zbiór URL-i na
699zewnątrz.
5febf716
ER
700
701%package mod_rewrite
702Summary: lighttpd module for internal redirects, URL rewrite
1e6342f4 703Summary(pl.UTF-8): Moduł lighttpd do wewnętrznych przekierowań i przepisywania URL-i
635dcdbb 704Group: Networking/Daemons/HTTP
86099f38 705URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRewrite
5febf716 706Requires: %{name} = %{version}-%{release}
654124c5 707Provides: webserver(rewrite)
5febf716
ER
708
709%description mod_rewrite
710This module allows you rewrite a set of URLs interally in the
711webserver BEFORE they are handled.
712
6b35183e
JR
713%description mod_rewrite -l pl.UTF-8
714Ten moduł pozwala na przepisywanie zbioru URL-i wewnętrznie w serwerze
715WWW _przed_ ich obsługą.
2c978720 716
5febf716
ER
717%package mod_rrdtool
718Summary: lighttpd module for monitoring traffic and server load
1e6342f4 719Summary(pl.UTF-8): Moduł lighttpd do monitorowania ruchu i obciążenia serwera
635dcdbb 720Group: Networking/Daemons/HTTP
86099f38 721URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRRDTool
5febf716
ER
722Requires: %{name} = %{version}-%{release}
723Requires: rrdtool
724
725%description mod_rrdtool
726RRD is a system to store and display time-series data (i.e. network
727bandwidth, machine-room temperature, server load average).
728
729With this module you can monitor the traffic and load on the
730webserver.
731
6b35183e
JR
732%description mod_rrdtool -l pl.UTF-8
733RRD to system przechowywania i wyświetlania danych zależnych od czasu
734(np. obciążenia sieci, temperatury w serwerowni, średniego obciążenia
2c978720
JB
735serwera).
736
6b35183e 737Przy użyciu tego modułu można monitorować ruch i obciążenie serwera
2c978720
JB
738WWW.
739
5febf716
ER
740%package mod_scgi
741Summary: lighttpd module for SCGI interface
1e6342f4 742Summary(pl.UTF-8): Moduł lighttpd do interfejsu SCGI
635dcdbb 743Group: Networking/Daemons/HTTP
86099f38 744URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSCGI
5febf716
ER
745Requires: %{name} = %{version}-%{release}
746
747%description mod_scgi
748SCGI is a fast and simplified CGI interface. It is mostly used by
749Python + WSGI.
750
6b35183e
JR
751%description mod_scgi -l pl.UTF-8
752SCGI to szybki i uproszczony interfejs CGI. Jest używany głównie przez
2c978720
JB
753Pythona z WSGI.
754
5febf716
ER
755%package mod_secdownload
756Summary: lighttpd module for secure and fast downloading
1e6342f4 757Summary(pl.UTF-8): Moduł lighttpd do bezpiecznego i szybkiego ściągania danych
635dcdbb 758Group: Networking/Daemons/HTTP
86099f38 759URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSecDownload
5febf716
ER
760Requires: %{name} = %{version}-%{release}
761
762%description mod_secdownload
763With this module you can easily achieve authenticated file requests
764and a countermeasure against deep-linking.
765
6b35183e
JR
766%description mod_secdownload -l pl.UTF-8
767Przy użyciu tego modułu można łatwo umożliwić ściąganie plików z
768uwierzytelnieniem i zapobiec używaniu bezpośrednich odnośników.
2c978720 769
5febf716
ER
770%package mod_setenv
771Summary: lighttpd module for setting conditional request headers
1e6342f4 772Summary(pl.UTF-8): Moduł lighttpd do ustawiania warunkowych nagłówków żądań
635dcdbb 773Group: Networking/Daemons/HTTP
86099f38 774URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSetEnv
5febf716 775Requires: %{name} = %{version}-%{release}
e782ebbb 776Provides: webserver(setenv)
5febf716
ER
777
778%description mod_setenv
779mod_setenv is used to add request headers.
780
6b35183e
JR
781%description mod_setenv -l pl.UTF-8
782mod_setenv służy do dodawania nagłówków żądań.
2c978720 783
5febf716
ER
784%package mod_simple_vhost
785Summary: lighttpd module for simple virtual-hosting
1e6342f4 786Summary(pl.UTF-8): Moduł lighttpd do prostych hostów wirtualnych
635dcdbb 787Group: Networking/Daemons/HTTP
86099f38 788URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSimpleVhost
5febf716
ER
789Requires: %{name} = %{version}-%{release}
790Conflicts: %{name}-mod_mysql_vhost
791
792%description mod_simple_vhost
793lighttpd module for simple virtual-hosting.
794
6b35183e
JR
795%description mod_simple_vhost -l pl.UTF-8
796Moduł lighttpd do prostych hostów wirtualnych.
2c978720 797
ed989a88
ER
798%package mod_sockproxy
799Summary: Transparent socket proxy
800Group: Networking/Daemons/HTTP
801URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModSockProxy
802Requires: %{name} = %{version}-%{release}
803
804%description mod_sockproxy
805mod_sockproxy is a transparent socket proxy. For a given $SERVER["socket"]
806config, connections will be forwarded to backend(s) without any
807interpretation of the protocol.
808
5febf716
ER
809%package mod_ssi
810Summary: lighttpd module for server-side includes
1e6342f4 811Summary(pl.UTF-8): Moduł lighttpd do SSI (server-side includes)
635dcdbb 812Group: Networking/Daemons/HTTP
86099f38 813URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSSI
5febf716
ER
814Requires: %{name} = %{version}-%{release}
815
816%description mod_ssi
817The module for server-side includes provides a compatability layer for
818NSCA/Apache SSI.
819
6b35183e
JR
820%description mod_ssi -l pl.UTF-8
821Moduł server-side includes udostępnia warstwę kompatybilności z SSI
2c978720
JB
822znanym z NSCA/Apache'a.
823
5febf716
ER
824%package mod_staticfile
825Summary: lighttpd module for static file serving
1e6342f4 826Summary(pl.UTF-8): Moduł lighttpd do serwowania statycznych plików
635dcdbb 827Group: Networking/Daemons/HTTP
5febf716
ER
828Requires: %{name} = %{version}-%{release}
829
830%description mod_staticfile
831lighttpd module for static file serving.
832
6b35183e
JR
833%description mod_staticfile -l pl.UTF-8
834Moduł lighttpd do serwowania statycznych plików.
2c978720 835
5febf716
ER
836%package mod_status
837Summary: lighttpd module for displaying server status
1e6342f4 838Summary(pl.UTF-8): Moduł lighttpd do wyświetlania stanu serwera
635dcdbb 839Group: Networking/Daemons/HTTP
86099f38 840URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModStatus
5febf716
ER
841Requires: %{name} = %{version}-%{release}
842
843%description mod_status
844mod_status displays the server's status and configuration.
845
6b35183e
JR
846%description mod_status -l pl.UTF-8
847mod_status wyświetla stan i konfigurację serwera.
2c978720 848
fda87005
ER
849%package mod_trigger_b4_dl
850Summary: Trigger before Download
1e6342f4 851Summary(pl.UTF-8): Wyzwalacz przed ściąganiem
635dcdbb 852Group: Networking/Daemons/HTTP
86099f38 853URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModTriggerBeforeDownload
fda87005
ER
854Requires: %{name} = %{version}-%{release}
855
856%description mod_trigger_b4_dl
857Another anti hot-linking module.
858
6b35183e
JR
859%description mod_trigger_b4_dl -l pl.UTF-8
860Jeszcze jeden moduł blokujący bezpośrednie linkowanie.
a877d9a4 861
52788937
ER
862%package mod_uploadprogress
863Summary: lighttpd module for upload progress
864Group: Networking/Daemons/HTTP
865URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModUploadProgress
866Requires: %{name} = %{version}-%{release}
867
868%description mod_uploadprogress
869This module can be used to track the progress of a current upload.
870
5febf716
ER
871%package mod_userdir
872Summary: lighttpd module for user homedirs
1e6342f4 873Summary(pl.UTF-8): Moduł lighttpd obsługujący katalogi domowe użytkowników
635dcdbb 874Group: Networking/Daemons/HTTP
86099f38 875URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModUserDir
5febf716
ER
876Requires: %{name} = %{version}-%{release}
877
878%description mod_userdir
879The userdir module provides a simple way to link user-based
880directories into the global namespace of the webserver.
881
6b35183e
JR
882%description mod_userdir -l pl.UTF-8
883Moduł userdir udostępnia prosty sposób włączenia katalogów
884użytkowników do globalnej przestrzeni nazw serwera WWW.
2c978720 885
5febf716
ER
886%package mod_usertrack
887Summary: lighttpd usertrack module
1e6342f4 888Summary(pl.UTF-8): Moduł usertrack dla lighttpd
635dcdbb 889Group: Networking/Daemons/HTTP
86099f38 890URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModUserTrack
5febf716
ER
891Requires: %{name} = %{version}-%{release}
892
893%description mod_usertrack
2c978720
JB
894lighttpd usertrack module.
895
6b35183e
JR
896%description mod_usertrack -l pl.UTF-8
897Moduł usertrack dla lighttpd.
5febf716 898
03c15dcf
ER
899%package mod_vhostdb
900Summary: Virtual host database to provide vhost docroot
901Group: Networking/Daemons/HTTP
902URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModVhostDB
903Requires: %{name} = %{version}-%{release}
904
905%description mod_vhostdb
906Virtual host database to provide vhost docroot.
907
9c336869
ER
908%package mod_webdav
909Summary: WebDAV module for lighttpd
1e6342f4 910Summary(pl.UTF-8): Moduł WebDAV dla libghttpd
635dcdbb 911Group: Networking/Daemons/HTTP
86099f38 912URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModWebDAV
9c336869
ER
913Requires: %{name} = %{version}-%{release}
914
915%description mod_webdav
916The WebDAV module is a very minimalistic implementation of RFC 2518.
917Minimalistic means that not all operations are implementated yet.
918
919So far we have
7535f073
ER
920- PROPFIND
921- OPTIONS
922- MKCOL
923- DELETE
924- PUT
925- LOCK (experimental)
9c336869
ER
926
927and the usual GET, POST, HEAD from HTTP/1.1.
928
929So far mounting a webdav resource into Windows XP works and the basic
930litmus tests are passed.
931
6b35183e
JR
932%description mod_webdav -l pl.UTF-8
933Moduł WebDAV to bardzo minimalistyczna implementacja RFC 2518.
934Minimalistyczna oznacza, że jeszcze nie wszystkie operacje są
935zaimplementowane. Jak na razie są:
7535f073
ER
936- PROPFIND
937- OPTIONS
938- MKCOL
939- DELETE
940- PUT
941- LOCK (experimental)
54520eb4 942
6b35183e 943oraz zwykłe GET, POST, HEAD z HTTP/1.1.
a877d9a4 944
6b35183e
JR
945Jak na razie montowanie zasobu webdav pod Windows XP działa i
946podstawowe testy lakmusowe przechodzą.
a877d9a4 947
03c15dcf
ER
948%package mod_wstunnel
949Summary: WebSocket tunnel endpoint
950Group: Networking/Daemons/HTTP
951URL: https://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModWSTunnel
952Requires: %{name} = %{version}-%{release}
953
954%description mod_wstunnel
955WebSocket tunnel endpoint. This module terminates the websocket tunnel
956from a client. This module then passes data (without websocket frames)
957to a backend and encodes responses from backend in websocket frames
958before sending responses to client.
959
5febf716
ER
960%package php-spawned
961Summary: PHP support via FastCGI, spawned by lighttpd
1e6342f4 962Summary(pl.UTF-8): Obsługa PHP przez FastCGI, uruchamiane przez lighttpd
635dcdbb 963Group: Networking/Daemons/HTTP
5febf716
ER
964Requires: %{name} = %{version}-%{release}
965Requires: %{name}-mod_fastcgi = %{version}-%{release}
16b65cdd 966Requires: php(fcgi)
12ce5c6c 967Provides: webserver(php)
654124c5 968Obsoletes: lighttpd-php-external
5febf716
ER
969
970%description php-spawned
2c978720
JB
971PHP support via FastCGI, spawned by lighttpd.
972
6b35183e
JR
973%description php-spawned -l pl.UTF-8
974Obsługa PHP przez FastCGI, uruchamiane przez lighttpd.
5febf716
ER
975
976%package php-external
977Summary: PHP support via FastCGI, spawning controlled externally
1e6342f4 978Summary(pl.UTF-8): Obsługa PHP przez FastCGI, uruchamianie sterowane zewnętrznie
635dcdbb 979Group: Networking/Daemons/HTTP
5febf716
ER
980Requires: %{name} = %{version}-%{release}
981Requires: %{name}-mod_fastcgi = %{version}-%{release}
c5f94c38 982Suggests: php(fpm)
b6ef4dfa 983Suggests: php-fcgi-init
5febf716
ER
984Obsoletes: lighttpd-php-spawned
985
986%description php-external
2c978720
JB
987PHP support via FastCGI, spawning controlled externally.
988
6b35183e
JR
989%description php-external -l pl.UTF-8
990Obsługa PHP przez FastCGI, uruchamianie sterowane zewnętrznie.
5febf716
ER
991
992%package ssl
993Summary: lighttpd support for SSLv2 and SSLv3
1e6342f4 994Summary(pl.UTF-8): Obsługa SSLv2 i SSLv3 dla lighttpd
635dcdbb 995Group: Networking/Daemons/HTTP
34b8d937 996URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:SSL
5febf716 997Requires: %{name} = %{version}-%{release}
03c15dcf 998Requires: %{name}-mod_openssl = %{version}-%{release}
34b8d937 999Suggests: ca-certificates
5febf716
ER
1000
1001%description ssl
1002lighttpd support for SSLv2 and SSLv3.
1003
6b35183e
JR
1004%description ssl -l pl.UTF-8
1005Obsługa SSLv2 i SSLv3 dla lighttpd.
2c978720 1006
2daa3b71
AM
1007%package -n monit-rc-lighttpd
1008Summary: lighttpd support for monit
1009Summary(pl.UTF-8): Wsparcie lighttpd dla monit
1010Group: Applications/System
1011Requires: %{name} = %{version}-%{release}
1012Requires: monit
1013
1014%description -n monit-rc-lighttpd
81303786 1015monitrc file for monitoring lighttpd web server.
2daa3b71
AM
1016
1017%description -n monit-rc-lighttpd -l pl.UTF-8
81303786 1018Plik monitrc do monitorowania serwera www lighttpd.
2daa3b71 1019
bee4f74e
AM
1020%prep
1021%setup -q
d4094893 1022#%patch100 -p1
77b6d8cb 1023#%patch1 -p1 UPDATE (and submit upstream!) if you need this
ef46c984 1024%{?with_h264_streaming:%patch2 -p1}
d57b32c3 1025%patch3 -p1
4330480b 1026%patch4 -p1
d2d770e3 1027%patch5 -p1
87c01276 1028
f86f0d08
ER
1029rm -f src/mod_ssi_exprparser.h # bad patching: should be removed by is emptied instead
1030
87c01276 1031# build mime.types.conf
59d721a3 1032sh %{SOURCE6} /etc/mime.types
ce823cfb
ER
1033cp -p %{SOURCE14} PLD-TODO
1034
1035%if "%{pld_release}" == "ac"
8a2cdb12 1036%{__sed} -i -e 's/ serial_tests//' configure.ac
bb75d974 1037%{__sed} -i -e 's/dist-xz/dist-bzip2/' configure.ac
ce823cfb 1038%endif
bee4f74e
AM
1039
1040%build
61639980
ER
1041ver=$(awk '/AC_INIT/{a=$2;gsub(/[\[\],]/, "", a); print a}' configure.ac)
1042if [ "$ver" != "%{version}" ]; then
1043 : configure.ac specifies wrong version
1044 exit 1
1045fi
1046
b1fb5833 1047%{__aclocal} -I m4 -I scripts/m4
cd9299ee 1048%{__libtoolize}
2f7162ab 1049%{__autoconf}
b1fb5833 1050%{__autoheader}
3a4d459f 1051%{__automake}
867fc02d 1052
bee4f74e 1053%configure \
9c336869
ER
1054 %{!?with_ipv6:--disable-ipv6} \
1055 %{!?with_largefile:--disable-lfs} \
63231556
ER
1056 %{?with_brotli:--with-brotli} \
1057 %{?with_bzip2:--with-bzip2} \
28f5be14 1058 %{?with_dbi:--with-dbi} \
ff2c39d1 1059 %{?with_gamin:--with-gamin} \
599694d6 1060 %{?with_geoip:--with-geoip} \
ff2c39d1
ER
1061 %{?with_krb5:--with-krb5} \
1062 %{?with_ldap:--with-ldap} \
1063 %{?with_lua:--with-lua=lua51} \
9c3e83dc 1064 %{?with_maxminddb:--with-maxminddb} \
05f8c491 1065 %{?with_mysql:--with-mysql} \
591ca263 1066 %{?with_pgsql:--with-pgsql} \
ff2c39d1
ER
1067 %{?with_ssl:--with-openssl} \
1068 %{?with_storage_gdbm:--with-gdbm} \
0f358883 1069 %{?with_storage_memcached:--with-memcached} \
ff2c39d1 1070 %{?with_valgrind:--with-valgrind} \
15bf768a 1071 %{?with_webdav_locks:--with-webdav-locks} \
ff2c39d1
ER
1072 %{?with_webdav_props:--with-webdav-props} \
1073 %{?with_xattr:--with-attr} \
1074 --libdir=%{pkglibdir}
ebd2f6ff 1075
f86f0d08
ER
1076# -j1 as src/mod_ssi_exprparser.h regeneration deps are broken
1077%{__make} -j1
bee4f74e 1078
170daa95 1079%if %{with tests}
5f5b97ee 1080export LIGHTTPD_TEST_PORT=$((2048 + RANDOM % 10))
170daa95
ER
1081%{__make} check
1082%endif
1083
bee4f74e
AM
1084%install
1085rm -rf $RPM_BUILD_ROOT
75962c30 1086install -d $RPM_BUILD_ROOT{%{_lighttpddir}/{cgi-bin,html},/etc/{logrotate.d,rc.d/init.d,sysconfig,monit}} \
4cfd6496 1087 $RPM_BUILD_ROOT%{_sysconfdir}/{{conf,vhosts,webapps}.d,ssl} \
be956600 1088 $RPM_BUILD_ROOT{/var/log/{%{name},archive/%{name}},/var/run/%{name}} \
9e6a8fa6 1089 $RPM_BUILD_ROOT%{_datadir}/lighttpd/errordocs \
e8e3e9ae 1090 $RPM_BUILD_ROOT/var/lib/lighttpd \
52e7e8c4 1091 $RPM_BUILD_ROOT{%{systemdtmpfilesdir},%{systemdunitdir}}
bee4f74e
AM
1092
1093%{__make} install \
1094 DESTDIR=$RPM_BUILD_ROOT
1095
1d71f749 1096install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
f6bfb2a7
ER
1097cp -p %{SOURCE2} %{SOURCE3} mime.types.conf $RPM_BUILD_ROOT%{_sysconfdir}
1098cp -p %{SOURCE4} $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
1099cp -p %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/%{name}
1100cp -p %{SOURCE12} $RPM_BUILD_ROOT/etc/monit/%{name}.monitrc
f9d84865 1101cp -p %{SOURCE16} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
4330480b 1102cp -p doc/systemd/lighttpd.service $RPM_BUILD_ROOT%{systemdunitdir}/%{name}.service
bee4f74e 1103
b4d015dd 1104rm -f $RPM_BUILD_ROOT%{pkglibdir}/*.la
fcae54a7 1105
9647a089 1106# Install lighttpd images
f6bfb2a7
ER
1107cp -p %{SOURCE7} %{SOURCE8} %{SOURCE9} $RPM_BUILD_ROOT%{_lighttpddir}/html
1108cp -p %{SOURCE10} $RPM_BUILD_ROOT%{_lighttpddir}/html/pld_button.png
1109cp -p %{SOURCE11} $RPM_BUILD_ROOT%{_lighttpddir}/html/index.html
9647a089 1110
5febf716
ER
1111# NOTE: the order of the modules is somewhat important as the modules are
1112# handled in the way they are specified. mod_rewrite should always be the first
1113# module, mod_accesslog always the last.
1114
f9d84865
ER
1115conf_available=$RPM_BUILD_ROOT%{_sysconfdir}/conf.d
1116conf_enabled=../
1117
f6bfb2a7
ER
1118cp -p %{SOURCE117} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/10_mod_rewrite.conf
1119cp -p %{SOURCE116} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/11_mod_redirect.conf
1120
1121cp -p %{SOURCE100} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_access.conf
1122cp -p %{SOURCE102} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_alias.conf
1123cp -p %{SOURCE103} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_auth.conf
1124cp -p %{SOURCE104} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cgi.conf
1125cp -p %{SOURCE137} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cgi_php.conf
1126cp -p %{SOURCE105} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cml.conf
1127cp -p %{SOURCE107} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_deflate.conf
1128cp -p %{SOURCE108} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_dirlisting.conf
1129cp -p %{SOURCE109} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evasive.conf
1130cp -p %{SOURCE110} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evhost.conf
1131cp -p %{SOURCE112} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_fastcgi.conf
1132cp -p %{SOURCE113} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_flv_streaming.conf
3336e336 1133%if %{with geoip}
51b49ca1 1134cp -p %{SOURCE140} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_geoip.conf
3336e336 1135%endif
9c3e83dc
ER
1136%if %{with maxminddb}
1137cp -p %{SOURCE147} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_maxminddb.conf
1138%endif
aee01411
ER
1139%if %{with ldap}
1140cp -p %{SOURCE141} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_authn_ldap.conf
1141%endif
33ba2546
ER
1142%if %{with ldap}
1143cp -p %{SOURCE145} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_authn_mysql.conf
1144%endif
ef46c984 1145%if %{with h264_streaming}
f6bfb2a7 1146cp -p %{SOURCE136} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_h264_streaming.conf
ef46c984 1147%endif
f6bfb2a7 1148cp -p %{SOURCE114} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_indexfile.conf
dffcdc6c 1149cp -p %{SOURCE142} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_openssl.conf
f6bfb2a7
ER
1150cp -p %{SOURCE115} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_proxy.conf
1151cp -p %{SOURCE118} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_rrdtool.conf
1152cp -p %{SOURCE119} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_scgi.conf
1153cp -p %{SOURCE120} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_secdownload.conf
1154cp -p %{SOURCE121} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_setenv.conf
1155cp -p %{SOURCE122} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_simple_vhost.conf
1156cp -p %{SOURCE123} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_ssi.conf
1157cp -p %{SOURCE124} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_staticfile.conf
1158cp -p %{SOURCE125} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_status.conf
3336e336 1159%if %{with mod_trigger_b4_dl}
f6bfb2a7 1160cp -p %{SOURCE126} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_trigger_b4_dl.conf
3336e336 1161%endif
64fc1589 1162cp -p %{SOURCE139} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_uploadprogress.conf
f6bfb2a7
ER
1163cp -p %{SOURCE127} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_userdir.conf
1164cp -p %{SOURCE128} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_usertrack.conf
dffcdc6c 1165cp -p %{SOURCE143} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_vhostdb.conf
f6bfb2a7 1166cp -p %{SOURCE129} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_webdav.conf
dffcdc6c 1167cp -p %{SOURCE144} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_wstunnel.conf
3336e336 1168%if %{with mysql}
f6bfb2a7 1169cp -p %{SOURCE133} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_mysql_vhost.conf
3336e336 1170%endif
ed989a88 1171cp -p %{SOURCE146} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_sockproxy.conf
f6bfb2a7
ER
1172
1173cp -p %{SOURCE134} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/55_mod_magnet.conf
1174cp -p %{SOURCE111} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/55_mod_expire.conf
1175
f6bfb2a7
ER
1176cp -p %{SOURCE101} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/90_mod_accesslog.conf
1177cp -p %{SOURCE135} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/91_mod_extforward.conf
1178
1179cp -p %{SOURCE130} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/php-spawned.conf
1180cp -p %{SOURCE131} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/php-external.conf
1181cp -p %{SOURCE132} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/ssl.conf
5febf716 1182
a800d9b6
ER
1183touch $RPM_BUILD_ROOT/var/lib/lighttpd/lighttpd.rrd
1184
a2c9878f 1185install -d $RPM_BUILD_ROOT/etc/tmpwatch
a2c9878f 1186
54a99178 1187touch $RPM_BUILD_ROOT/var/log/%{name}/{access,error,breakage}.log
760f9985 1188
bee4f74e
AM
1189%clean
1190rm -rf $RPM_BUILD_ROOT
1191
1192%pre
f0f1c74c 1193%groupadd -g 109 lighttpd
bf16bd53 1194%groupadd -g 51 http
8518d270 1195%useradd -u 116 -d %{_lighttpddir} -c "Lighttpd User" -g lighttpd lighttpd
bf16bd53 1196%addusertogroup lighttpd http
bee4f74e
AM
1197
1198%post
54a99178 1199for a in access.log error.log breakage.log; do
760f9985
ER
1200 if [ ! -f /var/log/%{name}/$a ]; then
1201 touch /var/log/%{name}/$a
1202 chown lighttpd:lighttpd /var/log/%{name}/$a
1203 chmod 644 /var/log/%{name}/$a
1204 fi
1205done
bee4f74e 1206/sbin/chkconfig --add %{name}
52e7e8c4 1207%systemd_post %{name}.service
bee4f74e
AM
1208
1209%preun
1210if [ "$1" = "0" ]; then
2a732f8a 1211 %service %{name} stop
bee4f74e
AM
1212 /sbin/chkconfig --del %{name}
1213fi
52e7e8c4 1214%systemd_preun %{name}.service
bee4f74e
AM
1215
1216%postun
1217if [ "$1" = "0" ]; then
e68efba2 1218 %userremove lighttpd
1219 %groupremove lighttpd
bf16bd53 1220 %groupremove http
bee4f74e 1221fi
52e7e8c4 1222%systemd_reload
bee4f74e 1223
0296e68a
ER
1224%posttrans
1225# minimizing lighttpd restarts logics. we restart webserver:
1226#
1227# 1. at the end of transaction. (posttrans, feature from rpm 4.4.2)
1228# 2. first install of module (post: $1 = 1)
9cd50bd2 1229# 2. uninstall of module (postun: $1 = 0)
0296e68a
ER
1230#
1231# the strict internal deps between lighttpd modules and
1232# main package are very important for all this to work.
8518d270 1233%service %{name} restart "Lighttpd webserver"
0296e68a
ER
1234exit 0
1235
1236# macro called at module post scriptlet
1237%define module_post \
1238if [ "$1" = "1" ]; then \
1239 %service -q lighttpd restart \
1240fi
1241
1242# macro called at module postun scriptlet
1243%define module_postun \
1244if [ "$1" = "0" ]; then \
1245 %service -q lighttpd restart \
1246fi
1247
1248# it's sooo annoying to write them
1249%define module_scripts() \
1250%post %1 \
1251%module_post \
1252\
1253%postun %1 \
1254%module_postun
1255
5febf716
ER
1256%module_scripts mod_access
1257%module_scripts mod_accesslog
1258%module_scripts mod_alias
1259%module_scripts mod_auth
52788937 1260%module_scripts mod_authn_file
52788937
ER
1261%module_scripts mod_authn_gssapi
1262%module_scripts mod_authn_ldap
03c15dcf 1263%module_scripts mod_authn_mysql
5febf716 1264%module_scripts mod_cgi
0296e68a 1265%module_scripts mod_cml
5febf716
ER
1266%module_scripts mod_deflate
1267%module_scripts mod_dirlisting
1268%module_scripts mod_evasive
1269%module_scripts mod_evhost
1270%module_scripts mod_expire
93347afb 1271%module_scripts mod_extforward
5febf716
ER
1272%module_scripts mod_fastcgi
1273%module_scripts mod_flv_streaming
52788937 1274%module_scripts mod_geoip
23dede10 1275%module_scripts mod_h264_streaming
5febf716 1276%module_scripts mod_indexfile
0f9dfecb 1277%module_scripts mod_magnet
9c3e83dc 1278%module_scripts mod_maxminddb
0296e68a 1279%module_scripts mod_mysql_vhost
03c15dcf 1280%module_scripts mod_openssl
5febf716
ER
1281%module_scripts mod_proxy
1282%module_scripts mod_redirect
1283%module_scripts mod_rewrite
5febf716
ER
1284%module_scripts mod_scgi
1285%module_scripts mod_secdownload
1286%module_scripts mod_setenv
1287%module_scripts mod_simple_vhost
ed989a88 1288%module_scripts mod_sockproxy
5febf716
ER
1289%module_scripts mod_ssi
1290%module_scripts mod_staticfile
1291%module_scripts mod_status
0296e68a 1292%module_scripts mod_trigger_b4_dl
52788937 1293%module_scripts mod_uploadprogress
5febf716
ER
1294%module_scripts mod_userdir
1295%module_scripts mod_usertrack
03c15dcf 1296%module_scripts mod_vhostdb
0296e68a 1297%module_scripts mod_webdav
03c15dcf 1298%module_scripts mod_wstunnel
0296e68a 1299
5febf716
ER
1300%module_scripts php-spawned
1301%module_scripts php-external
1302
03c15dcf
ER
1303%post mod_rrdtool
1304if [ ! -f /var/lib/lighttpd/lighttpd.rrd ]; then
1305 touch /var/lib/lighttpd/lighttpd.rrd
1306 chown lighttpd:stats /var/lib/lighttpd/lighttpd.rrd
1307 chmod 640 /var/lib/lighttpd/lighttpd.rrd
1308fi
1309%module_post
1310
1311%postun mod_rrdtool
1312%module_postun
1313
1314
ccd96a34
ER
1315%triggerpostun -- %{name} < 1.4.18-10.1
1316if [ -f /etc/lighttpd/conf.d/50_mod_extforward.conf.rpmsave ]; then
1317 cp -f /etc/lighttpd/conf.d/91_mod_extforward.conf{,.rpmnew}
1318 mv -f /etc/lighttpd/conf.d/{50_mod_extforward.conf.rpmsave,91_mod_extforward.conf}
1319fi
ddfaf124 1320
bee4f74e
AM
1321%files
1322%defattr(644,root,root,755)
9cd50bd2 1323%doc NEWS README PLD-TODO
98fbe6a7 1324%dir %attr(751,root,lighttpd) %{_sysconfdir}
0d15955c 1325%dir %attr(750,root,root) %{_sysconfdir}/conf.d
59e91e4a
ER
1326%dir %attr(750,root,root) %{_sysconfdir}/vhosts.d
1327%dir %attr(750,root,root) %{_sysconfdir}/webapps.d
4cfd6496 1328%dir %attr(700,root,root) %{_sysconfdir}/ssl
8433d588
ER
1329%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
1330%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mime.types.conf
1331%attr(640,root,lighttpd) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.user
1332
1333%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/%{name}
ee463ca6 1334%attr(750,root,root) %dir /var/log/archive/%{name}
760f9985 1335%dir %attr(751,root,root) /var/log/%{name}
0043cb2c 1336%attr(644,lighttpd,lighttpd) %ghost /var/log/%{name}/access.log
1337%attr(644,lighttpd,lighttpd) %ghost /var/log/%{name}/error.log
1338%attr(644,lighttpd,lighttpd) %ghost /var/log/%{name}/breakage.log
e814428d 1339%dir %attr(770,root,lighttpd) /var/run/%{name}
1a836c43 1340%{systemdtmpfilesdir}/%{name}.conf
52e7e8c4 1341%{systemdunitdir}/%{name}.service
8433d588
ER
1342%attr(754,root,root) /etc/rc.d/init.d/%{name}
1343%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/*
7fa1d183
ER
1344%attr(755,root,root) %{_sbindir}/lighttpd
1345%attr(755,root,root) %{_sbindir}/lighttpd-angel
b4d015dd 1346%dir %{pkglibdir}
7535f073 1347%{_mandir}/man8/lighttpd.8*
209cde40 1348%{_mandir}/man8/lighttpd-angel.8*
5febf716
ER
1349%dir %{_lighttpddir}
1350%dir %{_lighttpddir}/cgi-bin
1351%dir %{_lighttpddir}/html
9e9d0031
ER
1352%config(noreplace,missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/index.html
1353%config(missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/*.png
1354%config(missingok) %verify(not md5 mtime size) %{_lighttpddir}/html/*.ico
5febf716 1355
9d166fb8
ER
1356%dir %{_datadir}/lighttpd
1357%dir %{_datadir}/lighttpd/errordocs
1358
9e6a8fa6
ER
1359# rrdtool database is stored there
1360%dir %attr(771,root,lighttpd) /var/lib/lighttpd
1361
5febf716
ER
1362%files mod_access
1363%defattr(644,root,root,755)
1364%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_access.conf
b4d015dd 1365%attr(755,root,root) %{pkglibdir}/mod_access.so
5febf716
ER
1366
1367%files mod_accesslog
1368%defattr(644,root,root,755)
1369%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_accesslog.conf
b4d015dd 1370%attr(755,root,root) %{pkglibdir}/mod_accesslog.so
5febf716
ER
1371
1372%files mod_alias
1373%defattr(644,root,root,755)
1374%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_alias.conf
b4d015dd 1375%attr(755,root,root) %{pkglibdir}/mod_alias.so
5febf716
ER
1376
1377%files mod_auth
1378%defattr(644,root,root,755)
1379%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_auth.conf
b4d015dd 1380%attr(755,root,root) %{pkglibdir}/mod_auth.so
5febf716 1381
52788937
ER
1382%files mod_authn_file
1383%defattr(644,root,root,755)
b4d015dd 1384%attr(755,root,root) %{pkglibdir}/mod_authn_file.so
52788937 1385
73314313 1386%if %{with krb5}
52788937
ER
1387%files mod_authn_gssapi
1388%defattr(644,root,root,755)
b4d015dd 1389%attr(755,root,root) %{pkglibdir}/mod_authn_gssapi.so
73314313 1390%endif
52788937 1391
5b71fa5b 1392%if %{with ldap}
52788937
ER
1393%files mod_authn_ldap
1394%defattr(644,root,root,755)
aee01411 1395%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_authn_ldap.conf
b4d015dd 1396%attr(755,root,root) %{pkglibdir}/mod_authn_ldap.so
5b71fa5b 1397%endif
52788937 1398
3336e336 1399%if %{with mysql}
52788937
ER
1400%files mod_authn_mysql
1401%defattr(644,root,root,755)
33ba2546 1402%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_authn_mysql.conf
b4d015dd 1403%attr(755,root,root) %{pkglibdir}/mod_authn_mysql.so
3336e336 1404%endif
52788937 1405
5febf716
ER
1406%files mod_cgi
1407%defattr(644,root,root,755)
1408%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cgi.conf
b4d015dd 1409%attr(755,root,root) %{pkglibdir}/mod_cgi.so
5febf716 1410
42f6feaa
PG
1411%files mod_cgi_php
1412%defattr(644,root,root,755)
1413%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cgi_php.conf
1414
5febf716
ER
1415%files mod_cml
1416%defattr(644,root,root,755)
1417%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_cml.conf
b4d015dd 1418%attr(755,root,root) %{pkglibdir}/mod_cml.so
5febf716 1419
5febf716
ER
1420%files mod_deflate
1421%defattr(644,root,root,755)
1422%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_deflate.conf
b4d015dd 1423%attr(755,root,root) %{pkglibdir}/mod_deflate.so
5febf716
ER
1424
1425%files mod_dirlisting
1426%defattr(644,root,root,755)
1427%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_dirlisting.conf
b4d015dd 1428%attr(755,root,root) %{pkglibdir}/mod_dirlisting.so
5febf716
ER
1429
1430%files mod_evasive
1431%defattr(644,root,root,755)
1432%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_evasive.conf
b4d015dd 1433%attr(755,root,root) %{pkglibdir}/mod_evasive.so
5febf716
ER
1434
1435%files mod_evhost
1436%defattr(644,root,root,755)
1437%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_evhost.conf
b4d015dd 1438%attr(755,root,root) %{pkglibdir}/mod_evhost.so
5febf716
ER
1439
1440%files mod_expire
1441%defattr(644,root,root,755)
1442%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_expire.conf
b4d015dd 1443%attr(755,root,root) %{pkglibdir}/mod_expire.so
5febf716 1444
93347afb
ER
1445%files mod_extforward
1446%defattr(644,root,root,755)
1447%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_extforward.conf
b4d015dd 1448%attr(755,root,root) %{pkglibdir}/mod_extforward.so
93347afb 1449
5febf716
ER
1450%files mod_fastcgi
1451%defattr(644,root,root,755)
1452%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_fastcgi.conf
b4d015dd 1453%attr(755,root,root) %{pkglibdir}/mod_fastcgi.so
5febf716
ER
1454
1455%files mod_flv_streaming
1456%defattr(644,root,root,755)
1457%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_flv_streaming.conf
b4d015dd 1458%attr(755,root,root) %{pkglibdir}/mod_flv_streaming.so
5febf716 1459
599694d6 1460%if %{with geoip}
52788937
ER
1461%files mod_geoip
1462%defattr(644,root,root,755)
51b49ca1 1463%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_geoip.conf
b4d015dd 1464%attr(755,root,root) %{pkglibdir}/mod_geoip.so
599694d6 1465%endif
52788937 1466
ef46c984 1467%if %{with h264_streaming}
23dede10
ER
1468%files mod_h264_streaming
1469%defattr(644,root,root,755)
1470%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_h264_streaming.conf
b4d015dd 1471%attr(755,root,root) %{pkglibdir}/mod_h264_streaming.so
ef46c984 1472%endif
23dede10 1473
5febf716
ER
1474%files mod_indexfile
1475%defattr(644,root,root,755)
1476%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_indexfile.conf
b4d015dd 1477%attr(755,root,root) %{pkglibdir}/mod_indexfile.so
5febf716 1478
0f9dfecb
ER
1479%files mod_magnet
1480%defattr(644,root,root,755)
1481%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_magnet.conf
b4d015dd 1482%attr(755,root,root) %{pkglibdir}/mod_magnet.so
0f9dfecb 1483
9c3e83dc
ER
1484%if %{with maxminddb}
1485%files mod_maxminddb
1486%defattr(644,root,root,755)
1487%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_maxminddb.conf
1488%attr(755,root,root) %{pkglibdir}/mod_maxminddb.so
1489%endif
1490
5febf716
ER
1491%if %{with mysql}
1492%files mod_mysql_vhost
1493%defattr(644,root,root,755)
1494%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_mysql_vhost.conf
b4d015dd 1495%attr(755,root,root) %{pkglibdir}/mod_mysql_vhost.so
5febf716
ER
1496%endif
1497
1498%files mod_proxy
1499%defattr(644,root,root,755)
1500%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_proxy.conf
b4d015dd 1501%attr(755,root,root) %{pkglibdir}/mod_proxy.so
5febf716 1502
03c15dcf
ER
1503%files mod_openssl
1504%defattr(644,root,root,755)
dffcdc6c 1505%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_openssl.conf
03c15dcf
ER
1506%attr(755,root,root) %{pkglibdir}/mod_openssl.so
1507
5febf716
ER
1508%files mod_redirect
1509%defattr(644,root,root,755)
1510%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_redirect.conf
b4d015dd 1511%attr(755,root,root) %{pkglibdir}/mod_redirect.so
5febf716
ER
1512
1513%files mod_rewrite
1514%defattr(644,root,root,755)
1515%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_rewrite.conf
b4d015dd 1516%attr(755,root,root) %{pkglibdir}/mod_rewrite.so
5febf716
ER
1517
1518%files mod_rrdtool
1519%defattr(644,root,root,755)
1520%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_rrdtool.conf
b4d015dd 1521%attr(755,root,root) %{pkglibdir}/mod_rrdtool.so
0043cb2c 1522%attr(640,lighttpd,stats) %ghost /var/lib/lighttpd/lighttpd.rrd
5febf716
ER
1523
1524%files mod_scgi
1525%defattr(644,root,root,755)
1526%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_scgi.conf
b4d015dd 1527%attr(755,root,root) %{pkglibdir}/mod_scgi.so
5febf716
ER
1528
1529%files mod_secdownload
1530%defattr(644,root,root,755)
1531%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_secdownload.conf
b4d015dd 1532%attr(755,root,root) %{pkglibdir}/mod_secdownload.so
5febf716
ER
1533
1534%files mod_setenv
1535%defattr(644,root,root,755)
1536%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_setenv.conf
b4d015dd 1537%attr(755,root,root) %{pkglibdir}/mod_setenv.so
5febf716
ER
1538
1539%files mod_simple_vhost
1540%defattr(644,root,root,755)
1541%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_simple_vhost.conf
b4d015dd 1542%attr(755,root,root) %{pkglibdir}/mod_simple_vhost.so
5febf716 1543
ed989a88
ER
1544%files mod_sockproxy
1545%defattr(644,root,root,755)
1546%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_sockproxy.conf
1547%attr(755,root,root) %{pkglibdir}/mod_sockproxy.so
1548
5febf716
ER
1549%files mod_ssi
1550%defattr(644,root,root,755)
1551%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_ssi.conf
b4d015dd 1552%attr(755,root,root) %{pkglibdir}/mod_ssi.so
ddfaf124 1553
5febf716
ER
1554%files mod_staticfile
1555%defattr(644,root,root,755)
1556%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_staticfile.conf
b4d015dd 1557%attr(755,root,root) %{pkglibdir}/mod_staticfile.so
9647a089 1558
5febf716 1559%files mod_status
fda87005 1560%defattr(644,root,root,755)
5febf716 1561%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_status.conf
b4d015dd 1562%attr(755,root,root) %{pkglibdir}/mod_status.so
fda87005 1563
3336e336 1564%if %{with mod_trigger_b4_dl}
5febf716 1565%files mod_trigger_b4_dl
fda87005 1566%defattr(644,root,root,755)
5febf716 1567%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_trigger_b4_dl.conf
b4d015dd 1568%attr(755,root,root) %{pkglibdir}/mod_trigger_b4_dl.so
3336e336 1569%endif
fda87005 1570
52788937
ER
1571%files mod_uploadprogress
1572%defattr(644,root,root,755)
64fc1589 1573%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_uploadprogress.conf
b4d015dd 1574%attr(755,root,root) %{pkglibdir}/mod_uploadprogress.so
52788937 1575
5febf716 1576%files mod_userdir
fda87005 1577%defattr(644,root,root,755)
5febf716 1578%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_userdir.conf
b4d015dd 1579%attr(755,root,root) %{pkglibdir}/mod_userdir.so
5febf716
ER
1580
1581%files mod_usertrack
1582%defattr(644,root,root,755)
1583%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_usertrack.conf
b4d015dd 1584%attr(755,root,root) %{pkglibdir}/mod_usertrack.so
fda87005 1585
03c15dcf
ER
1586%files mod_vhostdb
1587%defattr(644,root,root,755)
dffcdc6c 1588%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_vhostdb.conf
03c15dcf 1589%attr(755,root,root) %{pkglibdir}/mod_vhostdb.so
28f5be14
ER
1590# TODO: subpackages
1591%if %{with dbi}
1592%attr(755,root,root) %{pkglibdir}/mod_vhostdb_dbi.so
1593%endif
f88908fd 1594%if %{with ldap}
03c15dcf 1595%attr(755,root,root) %{pkglibdir}/mod_vhostdb_ldap.so
f88908fd
ER
1596%endif
1597%if %{with mysql}
03c15dcf 1598%attr(755,root,root) %{pkglibdir}/mod_vhostdb_mysql.so
591ca263
ER
1599%endif
1600%if %{with pgsql}
1601%attr(755,root,root) %{pkglibdir}/mod_vhostdb_pgsql.so
f88908fd 1602%endif
03c15dcf 1603
9c336869
ER
1604%files mod_webdav
1605%defattr(644,root,root,755)
5febf716 1606%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_webdav.conf
b4d015dd 1607%attr(755,root,root) %{pkglibdir}/mod_webdav.so
9c336869 1608
03c15dcf
ER
1609%files mod_wstunnel
1610%defattr(644,root,root,755)
dffcdc6c 1611%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*mod_wstunnel.conf
03c15dcf
ER
1612%attr(755,root,root) %{pkglibdir}/mod_wstunnel.so
1613
5febf716
ER
1614%files php-spawned
1615%defattr(644,root,root,755)
1616%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/php-spawned.conf
1617
1618%files php-external
1619%defattr(644,root,root,755)
1620%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/php-external.conf
1621
1622%files ssl
1623%defattr(644,root,root,755)
1624%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/ssl.conf
2daa3b71
AM
1625
1626%files -n monit-rc-lighttpd
1627%defattr(644,root,root,755)
1628%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/monit/%{name}.monitrc
This page took 0.513986 seconds and 4 git commands to generate.