Lighttpd: Difference between revisions

From wikinotes
(Created page with "A fast/lightweight webserver. = Documentation = <blockquote> {| class="wikitable" |- | official docs || https://redmine.lighttpd.net/projects/lighttpd/wiki |- | home || https://www.lighttpd.net/ |- |} </blockquote><!-- Documentation -->")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 11: Line 11:
|}
|}
</blockquote><!-- Documentation -->
</blockquote><!-- Documentation -->
= Locations =
<blockquote>
{| class="wikitable"
|-
| <code>/usr/local/etc/lighttpd/lighttpd.conf</code> || config
|-
|}
</blockquote><!-- Locations -->
= Basics =
<blockquote>
{| class="wikitable"
|-
| [[lighttpd config]]
|-
| [[lighttpd syntax]]
|-
|}
</blockquote><!-- Basics -->
= Recipes =
<blockquote>
{| class="wikitable"
|-
| [[lighttpd webdav]]
|-
|}
</blockquote><!-- Recipes -->
= Modules =
<blockquote>
{| class="wikitable"
|-
| [[mod_webdav]] || serve files over webdav
|-
|}
</blockquote><!-- Modules -->

Latest revision as of 19:49, 11 February 2023

A fast/lightweight webserver.

Documentation

official docs https://redmine.lighttpd.net/projects/lighttpd/wiki
home https://www.lighttpd.net/

Locations

/usr/local/etc/lighttpd/lighttpd.conf config

Basics

lighttpd config
lighttpd syntax

Recipes

lighttpd webdav

Modules

mod_webdav serve files over webdav