| 43 |
43 |
| 44 #include "../admin/admin.h" |
44 #include "../admin/admin.h" |
| 45 |
45 |
| 46 struct FuncStruct webserver_funcs[] = { |
46 struct FuncStruct webserver_funcs[] = { |
| 47 { "load-modules", load_modules, NULL, NULL, 0}, |
47 { "load-modules", load_modules, NULL, NULL, 0}, |
| |
48 { "match-location", match_location, NULL, NULL, 0}, |
| 48 { "assign-name", assign_name, NULL, NULL, 0}, |
49 { "assign-name", assign_name, NULL, NULL, 0}, |
| 49 { "document-root", document_root, NULL, NULL, 0}, |
50 { "document-root", document_root, NULL, NULL, 0}, |
| 50 { "pfx2dir", pfx2dir, NULL, NULL, 0}, |
51 { "pfx2dir", pfx2dir, NULL, NULL, 0}, |
| 51 { "redirect", redirect, NULL, NULL, 0}, |
52 { "redirect", redirect, NULL, NULL, 0}, |
| 52 { "simple-rewrite", simple_rewrite, NULL, NULL, 0}, |
53 { "simple-rewrite", simple_rewrite, NULL, NULL, 0}, |