src/server/daemon/ws-fn.c

changeset 636
40f069ddda37
parent 466
019c22775f7c
child 638
14ae3d8c01ae
equal deleted inserted replaced
635:b85d45fd3b01 636:40f069ddda37
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},

mercurial