stoddard 99/02/05 19:02:12
Modified: src/main http_core.c Log: Change "Win32InterpreterSource" to "ScriptInterpreterSource" Revision Changes Path 1.248 +2 -2 apache-1.3/src/main/http_core.c Index: http_core.c =================================================================== RCS file: /export/home/cvs/apache-1.3/src/main/http_core.c,v retrieving revision 1.247 retrieving revision 1.248 diff -u -r1.247 -r1.248 --- http_core.c 1999/02/05 14:02:19 1.247 +++ http_core.c 1999/02/06 03:02:11 1.248 @@ -850,7 +850,7 @@ return FileTypeSCRIPT; else { ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_INFO, r->server, - "Win32InterpreterSource config directive set to \"registry\".\n\t" + "ScriptInterpreterSource config directive set to \"registry\".\n\t" "Registry was searched but interpreter not found. Trying the shebang line."); } } @@ -2861,7 +2861,7 @@ OR_ALL, TAKE1, "Limit (in bytes) on maximum size of request message body" }, #ifdef WIN32 -{ "Win32InterpreterSource", set_interpreter_source, NULL, OR_FILEINFO, TAKE1, +{ "ScriptInterpreterSource", set_interpreter_source, NULL, OR_FILEINFO, TAKE1, "Where to find interpreter to run Win32 scripts (Registry or script shebang line)" }, #endif { NULL },