]> Git repositories of Nishi - tewi.git/commitdiff
fix genconf
authorNishi <nishi@nishi.boats>
Mon, 23 Sep 2024 10:32:36 +0000 (10:32 +0000)
committerNishi <nishi@nishi.boats>
Mon, 23 Sep 2024 10:32:36 +0000 (10:32 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@132 8739d7e6-ffea-ec47-b151-bdff447c6205

Server/tw_version.h
Tool/genconf.c

index beb0f3a51750a96ea72fe5de053566dbde4a552a..02f0ed25daa23457676c00cf5da0abf4389fefff 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef __TW_VERSION_H__
 #define __TW_VERSION_H__
 
-#define TW_VERSION "1.04B\0"
+#define TW_VERSION "1.04C\0"
 
 const char* tw_get_version(void);
 const char* tw_get_platform(void);
index 4853ca3e09214ed5fe8b9b045be71d19077a913e..f9d14a9167236c77c142fd259ae3e0a9b1e70ab0 100644 (file)
@@ -18,7 +18,7 @@ int main(int argc, char** argv) {
        printf("\n");
        printf("ServerAdmin %s\n", SERVER_ADMIN);
        printf("\n");
-       printf("LoadModule %s/mod_cgi.%s\n", argv[2], argv[3]);
+       printf("#LoadModule %s/mod_cgi.%s\n", argv[2], argv[3]);
        printf("#LoadModule %s/mod_proxy.%s\n", argv[2], argv[3]);
        printf("\n");
        printf("Listen 80\n");