Since it's prefork we don't have a threading problem. Can you paste some light and post the Proxy config directives. It will help.
It is the same problem and config as already sent. Nevertheless to save you the time here it comes again:
Browser is either mozilla or firefox, two tabs with the following URLs are open:
URL1: http://linux.bkbits.net:8080/linux-2.5/[EMAIL PROTECTED]
URL2: http://www.wetter.com/v2/?SID=&LANG=DE&LOC=0280&LOCFROM=0202®ion=BY
When reloading both tabs in the sequence URL1 first and then URL2 the second URL is requested from an existing connection to bitmover.com (the top of page image of URL1 is located there) instead using a new connection to wetter.com. This, however, does not happen all the time. In most cases the proxy works properly so it seems one must hit the right timing to trigger this problem. After your last fixes the problem seemed to be gone so it looks it is now hard to trigger.
Proxy Config (the actual proxy is hades, zeus is included to allow for work at home without client proxy setup reconfiguration):
Listen *:8080
<VirtualHost hades.lan.domdv.de:8080>
ServerName hades.lan.domdv.de
SSLEngine off
AddHandler cgi-script .cfg
DirectoryIndex index.shtml
<Directory /var/apache/proxywww/>
Order deny,allow
Allow from 10.1.9.0/24 127.0.0.1
Deny from all
Options Includes ExecCGI
AllowOverride none
</Directory>
Alias / /var/apache/proxywww/
CustomLog /dev/null common
ProxyRequests On
DefaultType application/octet-stream
<Proxy *>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^.*MSIE.*$ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*Opera.*$ [NC]
RewriteRule ^.*$ /deny.html [L]
Order deny,allow
Allow from 10.1.9.0/24 127.0.0.1
Deny from all
</Proxy>
ProxyVia Block
ProxyDomain .lan.domdv.de
AllowCONNECT 443 563
CacheRoot "/var/apache/proxy"
CacheDefaultExpire 60
CacheIgnoreNoLastMod On
CacheLastModifiedFactor 0.1
CacheMaxExpire 86400
NoProxy .lan.domdv.de
ProxyMaxForwards 5
CacheDirLength 1
CacheDirLevels 2
CacheMinFileSize 1
CacheMaxFileSize 524288
CacheEnable disk /
</VirtualHost>
<VirtualHost zeus.lan.domdv.de:8080>
SSLEngine off
AddHandler cgi-script .cfg
DirectoryIndex index.shtml
<Directory /var/apache/proxywww/>
Order deny,allow
Allow from 10.1.9.0/24 127.0.0.1
Deny from all
Options Includes ExecCGI
AllowOverride none
</Directory>
Alias / /var/apache/proxywww/
CustomLog /dev/null common
ProxyRequests On
DefaultType application/octet-stream
<Proxy *>
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^.*MSIE.*$ [NC]
RewriteCond %{HTTP_USER_AGENT} !^.*Opera.*$ [NC]
RewriteRule ^.*$ /deny.html [L]
Order deny,allow
Allow from 10.1.9.0/24 127.0.0.1
Deny from all
</Proxy>
ProxyVia Block
ProxyDomain .lan.domdv.de
AllowCONNECT 443 563
CacheRoot "/var/apache/proxy"
CacheDefaultExpire 60
CacheIgnoreNoLastMod On
CacheLastModifiedFactor 0.1
CacheMaxExpire 86400
NoProxy .lan.domdv.de
ProxyMaxForwards 5
CacheDirLength 1
CacheDirLevels 2
CacheMinFileSize 1
CacheMaxFileSize 524288
CacheEnable disk /
</VirtualHost>
--
Andreas Steinmetz SPAMmers use [EMAIL PROTECTED]
