Changeset 156 in Main for trunk/Server/tw_config.h
- Timestamp:
- Sep 25, 2024, 9:28:10 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Server/tw_config.h
r140 r156 7 7 extern "C" { 8 8 #endif 9 10 #include "../config.h" 9 11 10 12 #include "tw_http.h" … … 62 64 char* name; 63 65 int port; 66 #ifndef NO_SSL 64 67 char* sslkey; 65 68 char* sslcert; 69 #endif 66 70 char* root; 67 71 int hideport; … … 76 80 char* readmes[MAX_README]; 77 81 int readme_count; 82 #ifdef HAS_CHROOT 83 char* chroot_path; 84 #endif 78 85 }; 79 86 … … 81 88 uint64_t ports[MAX_PORTS + 1]; /* If port & (1 << 32) is non-zero, it is SSL */ 82 89 char hostname[1025]; 90 char* defined[1025]; 83 91 struct tw_config_entry root; 84 92 struct tw_config_entry vhosts[MAX_VHOSTS];
Note:
See TracChangeset
for help on using the changeset viewer.