Commits


don't Xr httpd.conf(5) in galileo(8)


fix reconfiguration


fix html generation a space is mandatory between the tag and the attribute, but the template compiler trims it out. Use {{ " " }} as a workaround.


fixup


style


use "$SCRIPT_NAME/galileo.css" as default value for the stylesheet


error if no proxies are defined


error on duplicate proxies


change proxy_match to get a string


s/proxy_server_match/proxy_match/


use %token and not %type for NUMBER and STRING


error if no `source' is defined for a proxy


default `hostname' to the source host


make the port number optional and keep it as string


simplify the configuration format don't require the awkward `server' block, just use a `proxy' block: proxy { source address port xyz hostname foo stylesheet "URL" }