src/server/daemon/ws-fn.c

changeset 662
70fdf948b642
parent 638
14ae3d8c01ae
equal deleted inserted replaced
661:a4e1ba59b733 662:70fdf948b642
37 #include "../safs/init.h" 37 #include "../safs/init.h"
38 #include "../safs/common.h" 38 #include "../safs/common.h"
39 #include "../safs/addlog.h" 39 #include "../safs/addlog.h"
40 #include "../safs/cgi.h" 40 #include "../safs/cgi.h"
41 #include "../safs/ldap.h" 41 #include "../safs/ldap.h"
42 #include "../safs/proxy.h"
42 #include "../webdav/webdav.h" 43 #include "../webdav/webdav.h"
43 44
44 #include "../admin/admin.h" 45 #include "../admin/admin.h"
45 46
46 struct FuncStruct webserver_funcs[] = { 47 struct FuncStruct webserver_funcs[] = {
75 { "common-log", common_log, NULL, NULL, 0}, 76 { "common-log", common_log, NULL, NULL, 0},
76 { "send-cgi", send_cgi, NULL, NULL, 0}, 77 { "send-cgi", send_cgi, NULL, NULL, 0},
77 { "ldap-search", service_ldap_search, NULL, NULL, 0}, 78 { "ldap-search", service_ldap_search, NULL, NULL, 0},
78 { "webdav-init", webdav_init, NULL, NULL, 0}, 79 { "webdav-init", webdav_init, NULL, NULL, 0},
79 { "webdav-service", webdav_service, NULL, NULL, 0}, 80 { "webdav-service", webdav_service, NULL, NULL, 0},
81 { "reverse-proxy-service", http_reverse_proxy_service, NULL, NULL, 0},
80 {NULL, NULL, NULL, NULL, 0} 82 {NULL, NULL, NULL, NULL, 0}
81 }; 83 };

mercurial