diff options
24 files changed, 25 insertions, 24 deletions
diff --git a/doc/config/conf.d/access_log.conf b/doc/config/conf.d/access_log.conf index 6c1e7e3c..59f46f25 100644 --- a/doc/config/conf.d/access_log.conf +++ b/doc/config/conf.d/access_log.conf @@ -2,7 +2,7 @@ ## ## Corresponding documentation: ## -## http://www.lighttpd.net/documentation/access.html +## http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModAccesslog ## server.modules += ( "mod_accesslog" ) diff --git a/doc/config/conf.d/auth.conf b/doc/config/conf.d/auth.conf index 1d3d69c0..d72a305b 100644 --- a/doc/config/conf.d/auth.conf +++ b/doc/config/conf.d/auth.conf @@ -3,7 +3,7 @@ ## Authentication Module ## ----------------------- ## -## See http://www.lighttpd.net/documentation/authentification.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/docs_modauth ## for more info. ## diff --git a/doc/config/conf.d/cgi.conf b/doc/config/conf.d/cgi.conf index ed277999..5faa654c 100644 --- a/doc/config/conf.d/cgi.conf +++ b/doc/config/conf.d/cgi.conf @@ -3,7 +3,7 @@ ## CGI modules ## --------------- ## -## http://www.lighttpd.net/documentation/cgi.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/docs_modcgi ## server.modules += ( "mod_cgi" ) diff --git a/doc/config/conf.d/cml.conf b/doc/config/conf.d/cml.conf index 8054ea63..685f723b 100644 --- a/doc/config/conf.d/cml.conf +++ b/doc/config/conf.d/cml.conf @@ -3,7 +3,7 @@ ## CML Module ## --------------- ## -## see http://www.lighttpd.net/documentation/cml.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModCML ## server.modules += ( "mod_cml" ) index-file.names += ( "index.cml" ) diff --git a/doc/config/conf.d/compress.conf b/doc/config/conf.d/compress.conf index 8ea4248c..5deb88bd 100644 --- a/doc/config/conf.d/compress.conf +++ b/doc/config/conf.d/compress.conf @@ -3,7 +3,7 @@ ## Output Compression ## -------------------- ## -## see http://www.lighttpd.net/documentation/compress.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/docs_modcompress ## server.modules += ( "mod_compress" ) diff --git a/doc/config/conf.d/debug.conf b/doc/config/conf.d/debug.conf index 80bbea00..49b25cf7 100644 --- a/doc/config/conf.d/debug.conf +++ b/doc/config/conf.d/debug.conf @@ -3,6 +3,8 @@ ## Debug options ## --------------- ## +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/DebugVariables +## ## Enable those options for debugging the behavior ## ## The settings can be set per location/vhost. diff --git a/doc/config/conf.d/dirlisting.conf b/doc/config/conf.d/dirlisting.conf index 53a18a26..46132e8e 100644 --- a/doc/config/conf.d/dirlisting.conf +++ b/doc/config/conf.d/dirlisting.conf @@ -3,7 +3,7 @@ ## Dirlisting Module ## ------------------- ## -## See http://www.lighttpd.net/documentation/dirlisting.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModDirlisting ## ## diff --git a/doc/config/conf.d/evhost.conf b/doc/config/conf.d/evhost.conf index 6da89c1f..2b8e2f93 100644 --- a/doc/config/conf.d/evhost.conf +++ b/doc/config/conf.d/evhost.conf @@ -3,7 +3,7 @@ ## Enhanced virtual hosting ## -------------------------- ## -## See http://www.lighttpd.net/documentation/evhost.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModEVhost ## server.modules += ( "mod_evhost" ) diff --git a/doc/config/conf.d/expire.conf b/doc/config/conf.d/expire.conf index 0ca0ab23..28dc3462 100644 --- a/doc/config/conf.d/expire.conf +++ b/doc/config/conf.d/expire.conf @@ -3,7 +3,7 @@ ## Expire Module ## --------------- ## -## See http://www.lighttpd.net/documentation/expire.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/docs_modexpire ## server.modules += ( "mod_expire" ) diff --git a/doc/config/conf.d/fastcgi.conf b/doc/config/conf.d/fastcgi.conf index 49cff623..c318a3b6 100644 --- a/doc/config/conf.d/fastcgi.conf +++ b/doc/config/conf.d/fastcgi.conf @@ -3,7 +3,7 @@ ## FastCGI Module ## --------------- ## -## http://www.lighttpd.net/documentation/fastcgi.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModFastCGI ## server.modules += ( "mod_fastcgi" ) diff --git a/doc/config/conf.d/geoip.conf b/doc/config/conf.d/geoip.conf index 5b5b28b6..173bf764 100644 --- a/doc/config/conf.d/geoip.conf +++ b/doc/config/conf.d/geoip.conf @@ -3,6 +3,8 @@ ## GeoIP Module ## --------------- ## +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModGeoip +## ## mod_geoip is a module for fast ip/location lookups. It uses MaxMind ## GeoIP / GeoCity databases. If the ip was found in the database the ## module sets the appropriate environments variables to the request, diff --git a/doc/config/conf.d/magnet.conf b/doc/config/conf.d/magnet.conf index 1ebf529b..dffa2aad 100644 --- a/doc/config/conf.d/magnet.conf +++ b/doc/config/conf.d/magnet.conf @@ -3,7 +3,7 @@ ## Magnet Module ## --------------- ## -## see http://trac.lighttpd.net/trac/wiki/Docs%3AModMagnet +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModMagnet ## server.modules += ( "mod_magnet" ) diff --git a/doc/config/conf.d/mod.template b/doc/config/conf.d/mod.template index fcfdac48..bc4eaa16 100644 --- a/doc/config/conf.d/mod.template +++ b/doc/config/conf.d/mod.template @@ -3,8 +3,6 @@ ## Foo Module ## --------------- ## -## http://www.lighttpd.net/documentation/Foo.html -## server.modules += ( "mod_Foo" ) ## diff --git a/doc/config/conf.d/mysql_vhost.conf b/doc/config/conf.d/mysql_vhost.conf index 63550c4e..d0e5602b 100644 --- a/doc/config/conf.d/mysql_vhost.conf +++ b/doc/config/conf.d/mysql_vhost.conf @@ -3,7 +3,7 @@ ## Virtual hosting with MySQL ## ---------------------------- ## -## http://www.lighttpd.net/documentation/mysqlvhost.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModMySQLVhost ## server.modules += ( "mod_mysql_vhost" ) diff --git a/doc/config/conf.d/proxy.conf b/doc/config/conf.d/proxy.conf index f0552c21..64f935d6 100644 --- a/doc/config/conf.d/proxy.conf +++ b/doc/config/conf.d/proxy.conf @@ -3,7 +3,7 @@ ## Proxy Module ## --------------- ## -## http://www.lighttpd.net/documentation/proxy.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModProxy ## server.modules += ( "mod_proxy" ) diff --git a/doc/config/conf.d/rrdtool.conf b/doc/config/conf.d/rrdtool.conf index c29013bd..465704ef 100644 --- a/doc/config/conf.d/rrdtool.conf +++ b/doc/config/conf.d/rrdtool.conf @@ -3,7 +3,7 @@ ## RRD Tool Module ## ----------------- ## -## see http://www.lighttpd.net/documentation/rrdtool.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModRRDTool ## server.modules += ( "mod_rrdtool" ) diff --git a/doc/config/conf.d/scgi.conf b/doc/config/conf.d/scgi.conf index 3fcf280f..f2eabe1a 100644 --- a/doc/config/conf.d/scgi.conf +++ b/doc/config/conf.d/scgi.conf @@ -3,7 +3,7 @@ ## FastCGI Module ## --------------- ## -## http://www.lighttpd.net/documentation/scgi.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModFastCGI ## server.modules += ( "mod_scgi" ) diff --git a/doc/config/conf.d/secdownload.conf b/doc/config/conf.d/secdownload.conf index 2d4d11a8..1374cbb9 100644 --- a/doc/config/conf.d/secdownload.conf +++ b/doc/config/conf.d/secdownload.conf @@ -3,7 +3,7 @@ ## Secure Download Module ## ------------------------ ## -## see http://www.lighttpd.net/documentation/secdownload.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModSecDownload ## server.modules += ( "mod_secdownload" ) diff --git a/doc/config/conf.d/simple_vhost.conf b/doc/config/conf.d/simple_vhost.conf index 220331e0..170950c6 100644 --- a/doc/config/conf.d/simple_vhost.conf +++ b/doc/config/conf.d/simple_vhost.conf @@ -3,7 +3,7 @@ ## Simple Virtual hosting ## ------------------------ ## -## http://www.lighttpd.net/documentation/simple-vhost.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModSimpleVhost ## server.modules += ( "mod_simple_vhost" ) diff --git a/doc/config/conf.d/ssi.conf b/doc/config/conf.d/ssi.conf index a82d1a5b..48af91c3 100644 --- a/doc/config/conf.d/ssi.conf +++ b/doc/config/conf.d/ssi.conf @@ -3,7 +3,7 @@ ## Server Side Includes ## ----------------------- ## -## see /usr/share/doc/packages/lighttpd/ssi.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModSSI ## server.modules += ( "mod_ssi" ) diff --git a/doc/config/conf.d/status.conf b/doc/config/conf.d/status.conf index 946939f4..b154bfb1 100644 --- a/doc/config/conf.d/status.conf +++ b/doc/config/conf.d/status.conf @@ -3,7 +3,7 @@ ## Status Module ## --------------- ## -## see http://www.lighttpd.net/documentation/status.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModStatus ## server.modules += ( "mod_status" ) diff --git a/doc/config/conf.d/trigger_b4_dl.conf b/doc/config/conf.d/trigger_b4_dl.conf index 1efd3fdb..1cb55c72 100644 --- a/doc/config/conf.d/trigger_b4_dl.conf +++ b/doc/config/conf.d/trigger_b4_dl.conf @@ -10,7 +10,7 @@ ## - if user visits ''download-url'' again after ''trigger-timeout'' has ## elapsed, the request is denied and he is redirected to ''deny-url'' ## -## http://www.lighttpd.net/documentation/trigger_b4_dl.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModTriggerBeforeDownload ## server.modules += ( "mod_mod_trigger_b4_dl" ) diff --git a/doc/config/conf.d/userdir.conf b/doc/config/conf.d/userdir.conf index 1e3691e1..e7b4dfa2 100644 --- a/doc/config/conf.d/userdir.conf +++ b/doc/config/conf.d/userdir.conf @@ -3,8 +3,7 @@ ## Userdir Module ## ---------------- ## -## for all details see: -## http://www.lighttpd.net/documentation/userdir.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModUserDir ## server.modules += ( "mod_userdir" ) diff --git a/doc/config/conf.d/webdav.conf b/doc/config/conf.d/webdav.conf index 2c373357..13738801 100644 --- a/doc/config/conf.d/webdav.conf +++ b/doc/config/conf.d/webdav.conf @@ -3,7 +3,7 @@ ## WebDAV Module ## --------------- ## -## http://www.lighttpd.net/documentation/webdav.html +## See http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModWebDAV ## server.modules += ( "mod_webdav" ) |