To work around putting several secure sites on one box with only one certificate I used the following setup (see below). The server itself and each virtual host has its own log file. I need to set it up so that all access to htdocs/domain2.tld (http and https) is logged to the same log file as the virtual host domain2.tld. Same thing for domain3.tld. I tried several different things including the ServerPath directive, the Location and Directory directives (don't allow log files), but nothing seems to work. I know I'm missing something, but I can't even get just domain.tld/domain2.tld to log to the same file as domain2.tld let alone https. I mean I guess I could just write a script to do it manually, or have my web reporting software filter out the domain.tld/domain2.tld, but there's got to be a way to do this through Apache. Server 1: www.domain.tld Server 2 path: htdocs/domain2.tld Server 2: http://www.domain2.tld Secure Server 2: https://www.domain.tld/domain2.tld Server 3 path: htdocs/domain3.tld Server 3: http://www.domain.tld/domain3.tld Secure Server 3: http://www.domain.tld/domain3.tld ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
