src/server/daemon/config.h

changeset 438
22eca559aded
parent 426
6a2e7a464991
child 440
d77b8f3e14e2
equal deleted inserted replaced
437:545010bc5e71 438:22eca559aded
69 struct ServerConfiguration { 69 struct ServerConfiguration {
70 pool_handle_t *pool; 70 pool_handle_t *pool;
71 CxAllocator *a; 71 CxAllocator *a;
72 72
73 CxMap *host_vs; // map of all vservers. key is the host name 73 CxMap *host_vs; // map of all vservers. key is the host name
74 CxList *listeners; // list of all listeners 74 CxList *listeners; // list of all listeners - TODO: remove
75
76 CxMap *listeners2;
77
75 CxList *logfiles; 78 CxList *logfiles;
76 AccessLog *default_log; 79 AccessLog *default_log;
77 CxMap *authdbs; 80 CxMap *authdbs;
78 MimeMap *mimetypes; 81 MimeMap *mimetypes;
79 CxMap *resources; 82 CxMap *resources;

mercurial