[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] frequent, inconsistant "Cannot find server" errors



> Look at /etc/httpd/conf/httpd.conf find the section for SSL
>
>                 $PerlConfig .= "<VirtualHost $ip:443>\n";
> #======== added these lines ===========================
>                 $PerlConfig .= "SetEnvIf User-Agent \".*MSIE.*\" \\n";
>                 $PerlConfig .= "        nokeepalive ssl-unclean-shutdown\\n";
>                 $PerlConfig .= "        downgrade-1.0 force-response-1.0\n";
> #======== added thes above lines ======================
>                 $PerlConfig .= "SSLengine on\n";

Gerald --

Is there a way to use this for other cgi's??  I have run into this for years on
a variety of sites, always with IE, and always on cgi pages with SSL connection.

Right now I am thinking of specifically is a compiled C program I have on my
server that exhibits the same flakey behavior with an SSL connection...  Thanks.

Ray Symons