Commits


revert 2c16dbd5486 -- macro names can't be reserved words While one can define a macro using a reserved word as name using -Dname=val, inside the configuration file it'll fail.


macro names can be reserved words


fix macro example


document the c-like handling of strings


don't expand macros inside the quotes Now that we have this auto concat string thingy, macros can simply expand to standalone strings in place, as single words. Forgot to point it out in previous commits, but now we can cert = "/etc/keys" server "foo" { cert $cert "/foo.crt" ... }


document macros: both -D and syntax


mention -V/--version and --help in the manpage


document `log' option


fix warnings in manpage man -Tlint


document fastcgi and the new `param' options


document `fastcgi' config option


correct the description of `strip' now it's also used in the path lookup process


gmid don't enforce anymore that a root is specified


allow ``root'' rule to be specified per-location block


typo: missing Ic