Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/07/2002, 04:54
wipe
 
Fecha de Ingreso: noviembre-2001
Mensajes: 119
Antigüedad: 22 años, 5 meses
Puntos: 0
Re: Apache 1.3.6 con SSL no compatible con IE?

Prueba a meter esto en el httpd.conf

$PerlConfig .= "SetEnvIf User-Agent \".*MSIE.*\" \\n";
$PerlConfig .= " nokeepalive ssl-unclean-shutdown\\n";
$PerlConfig .= " downgrade-1.0 force-response-1.0\n";