Forum Moderators: phranque
One other suggestion is to verify that code is using local request for content and not fully qualified links which will create additional apache connections and increase load time.
http://<%=application("wwwserver")%>/
I didn't see anything there that specifically addressed the "additional apache connections" issue.
Where possible, use absolute rather than relative links. (For instance, when linking to another page in your site, link to www.example.com/mypage.html rather than simply mypage.html).
I did some further web searching...
There appears to be some differences in how this is handled between HTTP 1.0 and HTTP 1.1.