could you write an isapi filter to do the logging and associate with both websites?
I actually want something like this to track bandwidth utilization. I'd rather summarize on the fly to minimize logfiles. Here is some info. http://msdn.microsoft.com/msdnmag/issues/01/10/Sentry/Sentry.asp Some good stuff here. http://www.pstruh.cz/ I have never done, but am curious. Eric From: "Christopher Olive" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: CF-Talk <[EMAIL PROTECTED]> Subject: RE: IIS 5 WWW-Server and writing of logfiles Date: Thu, 28 Mar 2002 15:10:47 -0500 you're correct, of course. my apologies. christopher olive cto, vp of web development, vp it security atnet solutions, inc. 410.931.4092 http://www.atnetsolutions.com -----Original Message----- From: Dave Watts [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 3:07 PM To: CF-Talk Subject: RE: IIS 5 WWW-Server and writing of logfiles > well, you can change the location of the logs when creating > the virtual domains. point them at the same file. of > course, you may run into some SERIOUS concurrency issues with > two ISAPI processes writing to the file at the same time. as > far as i've seen (YMMV, of course), the process holds the > file open until it hits the rotation point. i can't predict > that good things will happen when you ask two procs to have > the same file open. In the IIS management console, I don't think it's possible to point two virtual servers to the same file. You can simply point them to a directory, and they'll then create a subdirectory within that directory based on the internal virtual service name (W3SVCx). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

