--- parser3/src/targets/isapi/parser3isapi.C 2002/03/27 15:30:38 1.67 +++ parser3/src/targets/isapi/parser3isapi.C 2002/04/16 14:41:40 1.69 @@ -4,7 +4,7 @@ Copyright (c) 2000,2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - $Id: parser3isapi.C,v 1.67 2002/03/27 15:30:38 paf Exp $ + $Id: parser3isapi.C,v 1.69 2002/04/16 14:41:40 paf Exp $ */ #ifndef _MSC_VER @@ -340,8 +340,8 @@ void real_parser_handler(Pool& pool, LPE // process the request request.core( - root_config_filespec, false /*don't fail_on_read_problem*/, // /path/to/root/parser3.conf - site_config_filespec, false /*don't fail_on_read_problem*/, // /path/to/site/parser3.conf + root_config_filespec, false /*fail_on_read_problem*/, // /path/to/root/parser3.conf + site_config_filespec, false /*fail_on_read_problem*/, // /path/to/site/parser3.conf header_only); } @@ -403,7 +403,7 @@ DWORD WINAPI HttpExtensionProc(LPEXTENSI int header_len=snprintf(header_buf, MAX_STRING, "content-type: text/plain\r\n" "content-length: %lu\r\n" - "expires: Fri, 23 Mar 2001 09:32:23 GMT\r\n" +// "expires: Fri, 23 Mar 2001 09:32:23 GMT\r\n" "\r\n", content_length);