Received: by taz.hyperreal.com (8.8.3/V2.0) id MAA25060; Wed, 11 Dec 1996 12:56:10 -0800 (PST) Received: from nora.pcug.co.uk by taz.hyperreal.com (8.8.3/V2.0) with SMTP id MAA25023; Wed, 11 Dec 1996 12:55:47 -0800 (PST) Received: from imdb.demon.co.uk by nora.pcug.co.uk id aa09484; 11 Dec 96 20:55 GMT Message-Id: <199612112052.UAA02483> Subject: 1.2b2 cosmetique fix: remove compiler warning (fwd) To: apache Date: Wed, 11 Dec 1996 20:52:22 +0000 (GMT) From: Rob Hartill Organization: Internet Movie Database Ltd. X-pgp-public-key: http://us.imdb.com/pgp.html X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com No offense intended, but why are we bundling fastcgi when it isn't keeping pace with 1.2-dev ? It might also be giving the impression that it's the Group's prefered route to speedier CGI. It's not mine. Not that I have anythng against mod_fastcgi, I just find mod_perl to be ideal for my needs. I won't go as far as suggesting it be removed but I would recommend that anything this big that's managed outside of the Group should come with a committment from the author(s) to keep it current. mod_fastcgi seems to be the only mod_* file that deosn't have the Apache license. Do we need to make that a requirement from now on for bundled modules ? ----- Forwarded message from =?KOI8-R?Q?Andrey_Chernov=2C_=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= ----- Date: Wed, 11 Dec 1996 22:54:18 +0300 (MSK) From: Andrey_Chernov To: apache-bugs@apache.org Subject: 1.2b2 cosmetique fix: remove compiler warning *** src/mod_fastcgi.c.bak Mon Nov 25 14:22:00 1996 --- src/mod_fastcgi.c Wed Dec 11 21:24:28 1996 *************** *** 1787,1793 **** * *---------------------------------------------------------------------- */ ! static char *FastCgiIpcDirCmd(cmd_parms *cmd, void *dummy, char *arg) { uid_t uid; gid_t gid; --- 1787,1793 ---- * *---------------------------------------------------------------------- */ ! static const char *FastCgiIpcDirCmd(cmd_parms *cmd, void *dummy, char *arg) { uid_t uid; gid_t gid; *************** *** 2125,2131 **** * *---------------------------------------------------------------------- */ ! static char *AppClassCmd(cmd_parms *cmd, void *dummy, char *arg) { int argc; char **argv = NULL; --- 2125,2131 ---- * *---------------------------------------------------------------------- */ ! static const char *AppClassCmd(cmd_parms *cmd, void *dummy, char *arg) { int argc; char **argv = NULL; -- Andrey A. Chernov http://www.nagual.ru/~ache/ ----- End of forwarded message from =?KOI8-R?Q?Andrey_Chernov=2C_=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= -----