On Mon, 03 Aug 2009 17:48:46 +0000, Mike -- EMAIL IGNORED wrote: > On Mon, 03 Aug 2009 10:15:55 -0700, Jonathan Zuckerman wrote: > >> On Mon, Aug 3, 2009 at 10:12 AM, Mike -- EMAIL >>[...] >>> >> SSL should go slower, but not on pages that don't use it. Are you >> absolutely certain that the pages that don't require SSL are not using >> it? >> > [...] > > Pretty sure -- different VirtualHosts; different Directories. In the > VirtualHost that does not use it, I have: > SSLEngine off > I tried commenting it out -- no difference. I just looked with WireShark > -- only port 80. > > I emphasize, when tested within my LAN, it is very fast. > > Mike. > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server > Project. See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx Looking further with WireShark, the delays are caused by DNS activity which to not appear at all with the old configuration. It appears that it needs to recover information about the path to the target. I note that in the transition, there were other changes that might be responsible for the problem. Mostly I moved some repeated data into other files which I Include multiple times in Directories and VirtualHosts. I also use some <IfDefine> to select ServerName and certificates and keys. Mike. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx