> Is there any way to configure IIS 5 to log two or more > virtual web sites to the same log file? With the way > that IIS (in the MMC, anyway) insists on structuring > directories beneath the log root directory using the > virtual service name, I can't see how to do this. Haven't > poked around in the metabase, however. > > If the root web log directory is D:\logs, log files are > placed in > > D:\logs\w3svc1\ > D:\logs\w3svc2\ > D:\logs\w3svc3\ etc. > > You can modify the "D:\logs" portion within each virtual > site configuration, but not the "\w3svc<n>\" portion of > the path. If I _could_ modify the log paths of two > different web sites to point at the same directory, would > it work, or would IIS choke?
I think that each virtual server is responsible for its own log files (that is, I think that IIS delegates a thread for each virtual server, and that thread handles logging), so that even if you could use the same directory, IIS wouldn't like that. You're better off keeping them separate, and simply doing what you want with the text files after the fact. You can merge them pretty easily, I'd guess. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm ------------------------------------------------------------------------------ To unsubscribe, send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com
