On Mon, May 13, 2002 at 09:23:13PM -0000, [EMAIL PROTECTED] wrote:
> wrowe 02/05/13 14:23:13
>
> Modified: modules/arch/win32 mod_isapi.c
> Log:
> Part two; nearly inconsequential - Made the log message prefix ISAPI:
> (rather than ISAPI with no trailing colon) and normalized some variables
> and static fn names to 'apache names' rather than MSisms.
When you do a replace of names, I *highly* recommend checking them... :-)
>...
> @@ -135,65 +148,65 @@
> long val;
>
> if (((val = strtol(arg, (char **) &scan, 10)) <= 0) || *scan)
> - return "ISAPIReadAheadBuffer must be a legitimate value.";
> + return "ISAPIread_ahead_buflen must be a legitimate value.";
Whoops!
>...
> /*
> - * Command handler for the ISAPIReadAheadBuffer directive, which is TAKE1
> + * Command handler for the ISAPIread_ahead_buflen directive, which is TAKE1
Dang...
>...
> else {
> - return "ISAPILogNotSupported must be on or off";
> + return "ISAPIlog_unsupported must be on or off";
blarg...
etc.
Cheers,
-g
--
Greg Stein, http://www.lyra.org/