view man/d2o.1.md @ 8:2ffb8028ccbb

add loggingmodes and fix path matching
author Atarwn Gard <a@qwa.su>
date Tue, 17 Mar 2026 19:55:07 +0500
parents 54ab94198677
children
line wrap: on
line source

% d2o(1)
% 2026-03-10

# NAME
d2o (heavy h2o) - an experimental web server inspired by h2o project

# SYNOPSIS
**d2o** \[*config*\]

# DESCRIPTION
d2o is a webserver, **the main feature** of which is its **unique ICF configuration format**, which uses inheritance and string substitution as the primary means of managing websites.

Instead of spawning endless blocks and drowning in `location/`, It just uses pipelines. The entire server, with all subdomains, TLS, and proxying, fits into 12 lines that read from top to bottom. If a folder exists in $WWW, it automatically becomes a site through named wildcards. It’s not magic, it’s just the absence of unnecessary noise in a system that doesn’t try to appear more complex than it is.

# OPTIONS
*config*
: The path to the configuration file in ICF format. If not specified, `/etc/d2obase' is used.

# FILES
*/etc/d2obase*
: The default configuration file.

# SEE ALSO
d2obase(5)