Would anyone object if I change the "TransferLog" directive in ssl.conf to a CustomLog directive?
My main reason for wanting to do this is that TransferLog, as per the documentation, "does not allow the log format to be specified explicitly or for conditional logging of requests. Instead, the log format is determined by the most recently specified LogFormat directive (which does not define a nickname)." Which means that, in some cases, you end up with your ssl log in an unexpected format, simply because a different LogFormat was specified in the main config file. This can be confusing and hard to track down. Granted, this would very seldom happen. However it seems to me that being as explicit as possible in the standard configuration file is a good thing, leading to less confusion. I came across some other things in the default config that I'd like to change, but I'm having a little trouble remembering them right now. I think it might have been the use of Port, rather than Listen, in the 1.3 config file. I'll have to check. -- Rich Bowen - [EMAIL PROTECTED] Author - Apache Administrator's Guide http://www.ApacheAdmin.com/
