I just made the same test with IIS/PHP on Windows 2000 system and the
problem described previously doesn't occur. Looks like an Apache problem
then.
I've read that Internet Explorer is using only two connection / server.
Maybe it has something to do with that.
Thanks
Vincent
"Evan Nemerson" <[EM
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Vincent Bouret wrote:
| Hi,
|
| I have this strange problem. I have Apache 1.3.28 on Windows XP Home SP1
| with PHP 4.3.4 as a module:
|
| httpd.conf
| LoadModule php4_module c:/php/sapi/php4apache.dll
| AddType application/x-httpd-php .php
| AddType a
It's only IE? Perhaps IE keeps connections in a global structure and tries to
use already established connections, regardless of which window you're using?
It's just a guess, but it seems logical- it would cut down on TCP handshake
waste, but one window could effectively DoS another. I wonder wh
Hi,
I have this strange problem. I have Apache 1.3.28 on Windows XP Home SP1
with PHP 4.3.4 as a module:
httpd.conf
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php
AddType application/x-httpd-php .phtml
//After a list of modules
AddModule mod_php4.c
Let's
4 matches
Mail list logo