
/.webroot/ be acccessible and merging cat privkey.pem cert.pem > lighttpd.pem
setenv.add-response-header = (
"Access-Control-Allow-Origin" => "*",
"Access-Control-Allow-Headers" => "Content-Type, Origin, Accept, Range, Cache-Control"
)
/etc/mime.types
debug.log-request-handling in DebugVariables
".cgi" => "/bin/sh" if you use Fossil with #!/usr/bin/fossil
log, pjs, ... to "text/plain" the restart httpd
$HTTP["host"] == "www.benetou.fr" { server.document-root = "/home/utopiah/web/benetou.fr/www/" }
$HTTP["host"] == "blog.seedea.org" {
index-file.names = ("pmwiki.php")
url.rewrite-once = (
"^/([a-zA-Z0-9]+)/([a-zA-Z=?0-9.&:\-_%]+)$" => "/wiki/pmwiki.php?n=$1.$2",
"^/([a-zA-Z0-9/]+)$" => "/wiki/pmwiki.php?n=CoEvolutionBlog.$1",
"^/$" => "/wiki/pmwiki.php?n=CoEvolutionBlog"
)
}
Moved to ApacheProjects#HTTPServer
include /etc/nginx/conf.d/*.conf;
start to run in a specific window
nginx -s stop to stop properly a running instance
My notes on Tools gather what I know or want to know. Consequently they are not and will never be complete references. For this, official manuals and online communities provide much better answers.