From: Nishi Date: Mon, 23 Sep 2024 10:32:36 +0000 (+0000) Subject: fix genconf X-Git-Url: https://git.chaotic.ninja/gitweb/nishi/?a=commitdiff_plain;h=b7f80f6f0de6b3587cf80db74d922767fc7e72e8;p=tewi.git fix genconf git-svn-id: file:///raid/svn-personal/tewi/trunk@132 8739d7e6-ffea-ec47-b151-bdff447c6205 --- diff --git a/Server/tw_version.h b/Server/tw_version.h index beb0f3a..02f0ed2 100644 --- a/Server/tw_version.h +++ b/Server/tw_version.h @@ -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); diff --git a/Tool/genconf.c b/Tool/genconf.c index 4853ca3..f9d14a9 100644 --- a/Tool/genconf.c +++ b/Tool/genconf.c @@ -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");