From 34b8d937e199f387a651bf1cd1a82b1b8e7e9484 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 18 Sep 2009 09:05:10 +0000 Subject: [PATCH] - update documentation urls Changed files: lighttpd-mod_accesslog.conf -> 1.7 lighttpd-mod_alias.conf -> 1.4 lighttpd-mod_auth.conf -> 1.4 lighttpd-mod_cgi.conf -> 1.8 lighttpd-mod_cgi_php.conf -> 1.5 lighttpd-mod_cml.conf -> 1.5 lighttpd-mod_compress.conf -> 1.7 lighttpd-mod_dirlisting.conf -> 1.5 lighttpd-mod_evasive.conf -> 1.4 lighttpd-mod_evhost.conf -> 1.4 lighttpd-mod_expire.conf -> 1.4 lighttpd-mod_fastcgi.conf -> 1.7 lighttpd-mod_flv_streaming.conf -> 1.3 lighttpd-mod_h264_streaming.conf -> 1.2 lighttpd-mod_indexfile.conf -> 1.6 lighttpd-mod_magnet.conf -> 1.2 lighttpd-mod_mysql_vhost.conf -> 1.2 lighttpd-mod_proxy.conf -> 1.5 lighttpd-mod_redirect.conf -> 1.4 lighttpd-mod_rewrite.conf -> 1.4 lighttpd-mod_rrdtool.conf -> 1.5 lighttpd-mod_scgi.conf -> 1.3 lighttpd-mod_secdownload.conf -> 1.3 lighttpd-mod_setenv.conf -> 1.4 lighttpd-mod_simple_vhost.conf -> 1.4 lighttpd-mod_ssi.conf -> 1.4 lighttpd-mod_status.conf -> 1.6 lighttpd-mod_trigger_b4_dl.conf -> 1.4 lighttpd-mod_userdir.conf -> 1.4 lighttpd-mod_usertrack.conf -> 1.3 lighttpd-mod_webdav.conf -> 1.3 lighttpd-ssl.conf -> 1.3 lighttpd.spec -> 1.298 --- lighttpd-mod_accesslog.conf | 2 +- lighttpd-mod_alias.conf | 2 +- lighttpd-mod_auth.conf | 2 +- lighttpd-mod_cgi.conf | 2 +- lighttpd-mod_cgi_php.conf | 4 +--- lighttpd-mod_cml.conf | 2 +- lighttpd-mod_compress.conf | 2 +- lighttpd-mod_dirlisting.conf | 2 +- lighttpd-mod_evasive.conf | 1 + lighttpd-mod_evhost.conf | 2 +- lighttpd-mod_expire.conf | 2 +- lighttpd-mod_fastcgi.conf | 2 +- lighttpd-mod_flv_streaming.conf | 1 + lighttpd-mod_h264_streaming.conf | 2 ++ lighttpd-mod_indexfile.conf | 2 ++ lighttpd-mod_magnet.conf | 2 +- lighttpd-mod_mysql_vhost.conf | 2 +- lighttpd-mod_proxy.conf | 2 +- lighttpd-mod_redirect.conf | 2 +- lighttpd-mod_rewrite.conf | 2 +- lighttpd-mod_rrdtool.conf | 2 +- lighttpd-mod_scgi.conf | 2 +- lighttpd-mod_secdownload.conf | 2 +- lighttpd-mod_setenv.conf | 2 +- lighttpd-mod_simple_vhost.conf | 3 +-- lighttpd-mod_ssi.conf | 2 +- lighttpd-mod_status.conf | 2 +- lighttpd-mod_trigger_b4_dl.conf | 2 +- lighttpd-mod_userdir.conf | 2 +- lighttpd-mod_usertrack.conf | 1 + lighttpd-mod_webdav.conf | 2 +- lighttpd-ssl.conf | 4 +++- lighttpd.spec | 7 ++++++- 33 files changed, 42 insertions(+), 31 deletions(-) diff --git a/lighttpd-mod_accesslog.conf b/lighttpd-mod_accesslog.conf index 463a977..cca2cc3 100644 --- a/lighttpd-mod_accesslog.conf +++ b/lighttpd-mod_accesslog.conf @@ -1,6 +1,6 @@ # accesslog module. # -# Documentation: http://www.lighttpd.net/documentation/accesslog.html +# Documentation: #http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAccessLog server.modules += ( "mod_accesslog" diff --git a/lighttpd-mod_alias.conf b/lighttpd-mod_alias.conf index aade4f3..b2143c1 100644 --- a/lighttpd-mod_alias.conf +++ b/lighttpd-mod_alias.conf @@ -1,6 +1,6 @@ # Alias module. # -# Documentation: http://www.lighttpd.net/documentation/alias.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAlias server.modules += ( "mod_alias" diff --git a/lighttpd-mod_auth.conf b/lighttpd-mod_auth.conf index 70074f5..e523343 100644 --- a/lighttpd-mod_auth.conf +++ b/lighttpd-mod_auth.conf @@ -1,6 +1,6 @@ # Auth module. # -# Documentation: http://www.lighttpd.net/documentation/authentication.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAuth server.modules += ( "mod_auth" diff --git a/lighttpd-mod_cgi.conf b/lighttpd-mod_cgi.conf index 329f610..c3acae6 100644 --- a/lighttpd-mod_cgi.conf +++ b/lighttpd-mod_cgi.conf @@ -1,6 +1,6 @@ # CGI module # -# http://www.lighttpd.net/documentation/cgi.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCGI server.modules += ( "mod_cgi" diff --git a/lighttpd-mod_cgi_php.conf b/lighttpd-mod_cgi_php.conf index eec3264..32c1147 100644 --- a/lighttpd-mod_cgi_php.conf +++ b/lighttpd-mod_cgi_php.conf @@ -1,6 +1,4 @@ -# CGI module -# -# http://www.lighttpd.net/documentation/cgi.html +# Map PHP via CGI module cgi.assign += ( ".php" => "/usr/bin/php.cgi", diff --git a/lighttpd-mod_cml.conf b/lighttpd-mod_cml.conf index 9c736fb..1b1be2c 100644 --- a/lighttpd-mod_cml.conf +++ b/lighttpd-mod_cml.conf @@ -2,7 +2,7 @@ # at one side and building a page from its fragments on the # other side using LUA. # -# Documentation: http://www.lighttpd.net/documentation/cml.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCML server.modules += ( "mod_cml" diff --git a/lighttpd-mod_compress.conf b/lighttpd-mod_compress.conf index 15cd368..6440eb2 100644 --- a/lighttpd-mod_compress.conf +++ b/lighttpd-mod_compress.conf @@ -1,6 +1,6 @@ # Compress module. # -# Documentation: http://trac.lighttpd.net/trac/wiki/Docs:ModCompress +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModCompress server.modules += ( "mod_compress" diff --git a/lighttpd-mod_dirlisting.conf b/lighttpd-mod_dirlisting.conf index 6724491..e3cedd0 100644 --- a/lighttpd-mod_dirlisting.conf +++ b/lighttpd-mod_dirlisting.conf @@ -1,6 +1,6 @@ # Virtual directory listings. # -# Documentation: http://www.lighttpd.net/documentation/dirlisting.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModDirlisting server.modules += ( "mod_dirlisting" diff --git a/lighttpd-mod_evasive.conf b/lighttpd-mod_evasive.conf index bd5372b..f6236d4 100644 --- a/lighttpd-mod_evasive.conf +++ b/lighttpd-mod_evasive.conf @@ -1,5 +1,6 @@ # Evasive module. # +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModEvasive server.modules += ( "mod_evasive" diff --git a/lighttpd-mod_evhost.conf b/lighttpd-mod_evhost.conf index e380bd0..3871857 100644 --- a/lighttpd-mod_evhost.conf +++ b/lighttpd-mod_evhost.conf @@ -1,6 +1,6 @@ # Enhanced virtual-hosting module. # -# Documentation: http://www.lighttpd.net/documentation/evhost.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModEVhost server.modules += ( "mod_evhost" diff --git a/lighttpd-mod_expire.conf b/lighttpd-mod_expire.conf index 2ee565a..65223d7 100644 --- a/lighttpd-mod_expire.conf +++ b/lighttpd-mod_expire.conf @@ -1,6 +1,6 @@ # Expires module. # -# Documentation: http://www.lighttpd.net/documentation/expire.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModExpire server.modules += ( "mod_expire" diff --git a/lighttpd-mod_fastcgi.conf b/lighttpd-mod_fastcgi.conf index 5fddfbf..20c4eae 100644 --- a/lighttpd-mod_fastcgi.conf +++ b/lighttpd-mod_fastcgi.conf @@ -2,7 +2,7 @@ # but are considerably faster through lower interpreter startup # time and socketed communication # -# Documentation: http://www.lighttpd.net/documentation/fastcgi.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModFastCGI server.modules += ( "mod_fastcgi" diff --git a/lighttpd-mod_flv_streaming.conf b/lighttpd-mod_flv_streaming.conf index 4ba3c22..8d8ca24 100644 --- a/lighttpd-mod_flv_streaming.conf +++ b/lighttpd-mod_flv_streaming.conf @@ -1,5 +1,6 @@ # FLV streaming module. # +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModFLVStreaming server.modules += ( "mod_flv_streaming" diff --git a/lighttpd-mod_h264_streaming.conf b/lighttpd-mod_h264_streaming.conf index b748c8b..1e137ca 100644 --- a/lighttpd-mod_h264_streaming.conf +++ b/lighttpd-mod_h264_streaming.conf @@ -1,4 +1,6 @@ # h264 streaming module. +# +# Documentation: http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Lighttpd-Version2 server.modules += ( "mod_h264_streaming" diff --git a/lighttpd-mod_indexfile.conf b/lighttpd-mod_indexfile.conf index 6272d3d..8c8deeb 100644 --- a/lighttpd-mod_indexfile.conf +++ b/lighttpd-mod_indexfile.conf @@ -1,4 +1,6 @@ # indexfile module. +# +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Index-file-names.Details server.modules += ( "mod_indexfile" diff --git a/lighttpd-mod_magnet.conf b/lighttpd-mod_magnet.conf index 403a822..482d45a 100644 --- a/lighttpd-mod_magnet.conf +++ b/lighttpd-mod_magnet.conf @@ -1,6 +1,6 @@ # a power-magnet module. # -# Docs: http://trac.lighttpd.net/trac/wiki/Docs:ModMagnet +# Documentation: http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModMagnet server.modules += ( "mod_magnet" diff --git a/lighttpd-mod_mysql_vhost.conf b/lighttpd-mod_mysql_vhost.conf index 0e24544..39c3112 100644 --- a/lighttpd-mod_mysql_vhost.conf +++ b/lighttpd-mod_mysql_vhost.conf @@ -1,6 +1,6 @@ # mysql_vhost module. # -# Documentation: http://www.lighttpd.net/documentation/mysqlvhost.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModMySQLVhost server.modules += ( "mod_mysql_vhost" diff --git a/lighttpd-mod_proxy.conf b/lighttpd-mod_proxy.conf index 92e71ff..17abd65 100644 --- a/lighttpd-mod_proxy.conf +++ b/lighttpd-mod_proxy.conf @@ -1,6 +1,6 @@ # Let lighttpd act as a proxy server for special file types, hosts etc # -# Documentation: http://www.lighttpd.net/documentation/proxy.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModProxy server.modules += ( "mod_proxy" diff --git a/lighttpd-mod_redirect.conf b/lighttpd-mod_redirect.conf index 3096a77..862ef39 100644 --- a/lighttpd-mod_redirect.conf +++ b/lighttpd-mod_redirect.conf @@ -1,6 +1,6 @@ # Redirection module. # -# Documentation: http://www.lighttpd.net/documentation/redirect.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRedirect server.modules += ( "mod_redirect" diff --git a/lighttpd-mod_rewrite.conf b/lighttpd-mod_rewrite.conf index 80fff37..925cd3a 100644 --- a/lighttpd-mod_rewrite.conf +++ b/lighttpd-mod_rewrite.conf @@ -1,6 +1,6 @@ # Rewrite module. # -# Documentation: http://www.lighttpd.net/documentation/rewrite.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRewrite server.modules += ( "mod_rewrite" diff --git a/lighttpd-mod_rrdtool.conf b/lighttpd-mod_rrdtool.conf index 2c68c36..9a0177d 100644 --- a/lighttpd-mod_rrdtool.conf +++ b/lighttpd-mod_rrdtool.conf @@ -1,6 +1,6 @@ # rrdtool module. # -# Documentation: http://www.lighttpd.net/documentation/rrdtool.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModRRDTool server.modules += ( "mod_rrdtool" diff --git a/lighttpd-mod_scgi.conf b/lighttpd-mod_scgi.conf index 55ee321..3fdbd6e 100644 --- a/lighttpd-mod_scgi.conf +++ b/lighttpd-mod_scgi.conf @@ -1,6 +1,6 @@ # SCGI module. # -# Documentation: http://www.lighttpd.net/documentation/scgi.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSCGI server.modules += ( "mod_scgi" diff --git a/lighttpd-mod_secdownload.conf b/lighttpd-mod_secdownload.conf index a2ed0ad..5bde78a 100644 --- a/lighttpd-mod_secdownload.conf +++ b/lighttpd-mod_secdownload.conf @@ -1,6 +1,6 @@ # secure and fast downloading module. # -# Documentation: http://www.lighttpd.net/documentation/secdownload.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSecDownload server.modules += ( "mod_secdownload" diff --git a/lighttpd-mod_setenv.conf b/lighttpd-mod_setenv.conf index cb56781..6174776 100644 --- a/lighttpd-mod_setenv.conf +++ b/lighttpd-mod_setenv.conf @@ -1,6 +1,6 @@ # setenv module. # -# Documentation: http://www.lighttpd.net/documentation/setenv.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSetEnv server.modules += ( "mod_setenv" diff --git a/lighttpd-mod_simple_vhost.conf b/lighttpd-mod_simple_vhost.conf index 5be26ed..a84972b 100644 --- a/lighttpd-mod_simple_vhost.conf +++ b/lighttpd-mod_simple_vhost.conf @@ -1,6 +1,6 @@ # Simple name-based virtual hosting # -# Documentation: http://www.lighttpd.net/documentation/simple-vhost.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSimpleVhost server.modules += ( "mod_simple_vhost" @@ -13,4 +13,3 @@ simple-vhost.document-root = "/html/" ## the default host if no host is sent simple-vhost.default-host = "www.example.com" - diff --git a/lighttpd-mod_ssi.conf b/lighttpd-mod_ssi.conf index 6423776..1bb698c 100644 --- a/lighttpd-mod_ssi.conf +++ b/lighttpd-mod_ssi.conf @@ -1,7 +1,7 @@ # Server-Side Include implements simple preprocessing of # HTML files compatible to Apache SSI. # -# Documentation: http://www.lighttpd.net/documentation/ssi.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModSSI server.modules += ( "mod_ssi" diff --git a/lighttpd-mod_status.conf b/lighttpd-mod_status.conf index 9a4b088..b54ac9e 100644 --- a/lighttpd-mod_status.conf +++ b/lighttpd-mod_status.conf @@ -1,6 +1,6 @@ # Status module # -# Documentation: http://www.lighttpd.net/documentation/status.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModStatus server.modules += ( "mod_status" diff --git a/lighttpd-mod_trigger_b4_dl.conf b/lighttpd-mod_trigger_b4_dl.conf index f8a4c03..bc1b9f3 100644 --- a/lighttpd-mod_trigger_b4_dl.conf +++ b/lighttpd-mod_trigger_b4_dl.conf @@ -1,6 +1,6 @@ # A module to prevent deep-linking from other sites. # -# Documentation: http://www.lighttpd.net/documentation/trigger-b4-dl.txt +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModTriggerBeforeDownload server.modules += ( "mod_trigger_b4_dl" diff --git a/lighttpd-mod_userdir.conf b/lighttpd-mod_userdir.conf index 1225c2e..89ac3e7 100644 --- a/lighttpd-mod_userdir.conf +++ b/lighttpd-mod_userdir.conf @@ -1,7 +1,7 @@ # The userdir module provides a simple way to link user-based directories into # the global namespace of the webserver. # -# Documentation: http://www.lighttpd.net/documentation/userdir.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModUserDir server.modules += ( "mod_userdir" diff --git a/lighttpd-mod_usertrack.conf b/lighttpd-mod_usertrack.conf index 901ef4a..2bb5a61 100644 --- a/lighttpd-mod_usertrack.conf +++ b/lighttpd-mod_usertrack.conf @@ -1,5 +1,6 @@ # usertrack module. # +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModUserTrack server.modules += ( "mod_usertrack" diff --git a/lighttpd-mod_webdav.conf b/lighttpd-mod_webdav.conf index a428a87..b8fc633 100644 --- a/lighttpd-mod_webdav.conf +++ b/lighttpd-mod_webdav.conf @@ -1,6 +1,6 @@ # webdav module. # -# Documentation: http://www.lighttpd.net/documentation/webdav.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModWebDAV server.modules += ( "mod_webdav" diff --git a/lighttpd-ssl.conf b/lighttpd-ssl.conf index 679e0a8..329c32b 100644 --- a/lighttpd-ssl.conf +++ b/lighttpd-ssl.conf @@ -1,10 +1,12 @@ # lighttpd support for SSLv2 and SSLv3 # -# Documentation: http://www.lighttpd.net/documentation/ssl.html +# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:SSL $SERVER["socket"] == ":443" { ssl.engine = "enable" ssl.pemfile = "/etc/lighttpd/server.pem" +# ssl.ca-file = "/etc/certs/ca-certificates.crt" + $HTTP["useragent"] =~ "MSIE" { server.max-keep-alive-requests = 0 } diff --git a/lighttpd.spec b/lighttpd.spec index aae1c0a..69be7cf 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -339,6 +339,7 @@ kontrolą CSS. Summary: lighttpd evasive module Summary(pl.UTF-8): Moduł evasive dla lighttpd Group: Networking/Daemons/HTTP +URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModEvasive Requires: %{name} = %{version}-%{release} %description mod_evasive @@ -416,7 +417,7 @@ jak Perl, PHP czy własne aplikacje. Summary: lighttpd module for flv streaming Summary(pl.UTF-8): Moduł lighttpd do streamingu flv Group: Networking/Daemons/HTTP -URL: http://blog.lighttpd.net/articles/2006/03/09/flv-streaming-with-lighttpd +URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModFLVStreaming Requires: %{name} = %{version}-%{release} %description mod_flv_streaming @@ -443,6 +444,7 @@ Moduł lighttpd do pseudostreamingu plików QuickTime/MPEG-4. Summary: lighttpd indexfile module Summary(pl.UTF-8): Moduł indexfile dla lighttpd Group: Networking/Daemons/HTTP +URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Index-file-names.Details Requires: %{name} = %{version}-%{release} Provides: webserver(indexfile) @@ -456,6 +458,7 @@ Moduł indexfile. Summary: lighttpd powermagnet module Summary(pl.UTF-8): Moduł powermagnet dla lighttpd Group: Networking/Daemons/HTTP +URL: http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModMagnet Requires: %{name} = %{version}-%{release} %description mod_magnet @@ -780,7 +783,9 @@ Obsługa PHP przez FastCGI, uruchamianie sterowane zewnętrznie. Summary: lighttpd support for SSLv2 and SSLv3 Summary(pl.UTF-8): Obsługa SSLv2 i SSLv3 dla lighttpd Group: Networking/Daemons/HTTP +URL: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:SSL Requires: %{name} = %{version}-%{release} +Suggests: ca-certificates %description ssl lighttpd support for SSLv2 and SSLv3. -- 2.44.0