A HTTP reverse proxy (http://www.harphttp.org)
#2Subconfigurations
- Configs contain other configs in configuration file
- Different subconfigs create several configs, e.g.
{dir1; {dir2;} {dir3;} }parsed as{dir1; dir2;}and{dir1; dir3;}
A HTTP reverse proxy (http://www.harphttp.org)
{dir1; {dir2;} {dir3;} } parsed as {dir1; dir2;} and {dir1; dir3;}